Home
last modified time | relevance | path

Searched refs:tail_offset (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/ps/
H A Dtcsps.c681 UINT32 head_offset = 0, tail_offset, num_keys; in psfile_remove_key() local
695 tail_offset = TSSPS_VENDOR_DATA_OFFSET(c) + c->vendor_data_size; in psfile_remove_key()
697 rc = lseek(fd, tail_offset, SEEK_SET); in psfile_remove_key()
706 tail_offset += size; in psfile_remove_key()
724 rc = lseek(fd, tail_offset, SEEK_SET); in psfile_remove_key()
749 if ((result = write_data(fd, (void *)buf, tail_offset - head_offset))) { in psfile_remove_key()
/netbsd-src/sys/arch/sparc64/include/
H A Dhypervisor.h318 uint64_t *tail_offset, uint64_t *channel_state);
319 int64_t hv_ldc_tx_set_qtail(uint64_t ldc_id, uint64_t tail_offset);
325 uint64_t *tail_offset, uint64_t *channel_state);
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/ps/
H A Dtspps.c597 UINT32 head_offset = 0, tail_offset; in psfile_remove_key() local
609 tail_offset = TSSPS_VENDOR_DATA_OFFSET(&c) + c.vendor_data_size; in psfile_remove_key()
611 rc = lseek(fd, tail_offset, SEEK_SET); in psfile_remove_key()
620 tail_offset += size; in psfile_remove_key()
638 rc = lseek(fd, tail_offset, SEEK_SET); in psfile_remove_key()
663 if ((result = write_data(fd, (void *)buf, tail_offset - head_offset))) { in psfile_remove_key()
/netbsd-src/sys/dev/ic/
H A Daic79xx.c7406 u_int tail_offset; in ahd_rem_wscb() local
7419 tail_offset = WAITING_SCB_TAILS + (2 * tid); in ahd_rem_wscb()
7421 && ahd_inw(ahd, tail_offset) == scbid) in ahd_rem_wscb()
7422 ahd_outw(ahd, tail_offset, prev); in ahd_rem_wscb()