HomeSort by: relevance | last modified time | path
    Searched defs:tail_offset (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/cpl/trousers/dist/src/tcs/ps/
tcsps.c 681 UINT32 head_offset = 0, tail_offset, num_keys; local
694 /* tail_offset is the offset the beginning of the next key */
695 tail_offset = TSSPS_VENDOR_DATA_OFFSET(c) + c->vendor_data_size;
697 rc = lseek(fd, tail_offset, SEEK_SET);
706 tail_offset += size;
724 rc = lseek(fd, tail_offset, SEEK_SET);
749 if ((result = write_data(fd, (void *)buf, tail_offset - head_offset))) {
  /src/crypto/external/cpl/trousers/dist/src/tspi/ps/
tspps.c 597 UINT32 head_offset = 0, tail_offset; local
608 /* tail_offset is the offset the beginning of the next key */
609 tail_offset = TSSPS_VENDOR_DATA_OFFSET(&c) + c.vendor_data_size;
611 rc = lseek(fd, tail_offset, SEEK_SET);
620 tail_offset += size;
638 rc = lseek(fd, tail_offset, SEEK_SET);
663 if ((result = write_data(fd, (void *)buf, tail_offset - head_offset))) {
  /src/sys/dev/ic/
aic79xx.c 7406 u_int tail_offset; local
7419 tail_offset = WAITING_SCB_TAILS + (2 * tid);
7421 && ahd_inw(ahd, tail_offset) == scbid)
7422 ahd_outw(ahd, tail_offset, prev);

Completed in 60 milliseconds