Home
last modified time | relevance | path

Searched refs:key_off (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_door.h77 ((nss_pheader_t *)uptr)->key_off = sizeof (nss_pheader_t); \
H A Dnscd_frontend.c574 if ((arg_size & 3) || (phdr->dbd_off & 3) || (phdr->key_off & 3) || in validate_pheader()
586 l1 = phdr->key_off - phdr-> dbd_off; in validate_pheader()
596 l2 = phdr->data_off - phdr->key_off; in validate_pheader()
719 if (phdr->dbd_off != phdr->key_off || in validate_N2Nbuf()
H A Dnscd_switch.c1453 off = pbuf->key_off; in nscd_map_contextp()
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash.h191 indx_t key_off; member
H A Dhash.c751 if (item_info.key_off == BIGPAIR) {
799 if (item_info.key_off == BIGPAIR) {
909 if (item_info.key_off == BIGPAIR &&
H A Dhash_page.c153 item_info->key_off = KEY_OFF(cursorp->pagep, cursorp->pgndx);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnss_dbdefs.c884 keysize = pbuf->data_off - pbuf->key_off; in nss_upack_key2arg()
886 off = pbuf->key_off; in nss_upack_key2arg()
1130 dbdsize = pbuf->key_off - pbuf->dbd_off; in nss_packed_getkey()
1194 dbdsize = pbuf->key_off - pbuf->dbd_off; in nss_packed_arg_init()
H A Dnss_common.c1695 pbuf->key_off = (nssuint_t)off; in nss_pack()
1788 pbuf->key_off = (nssuint_t)off; in nss_pack_ent()
1947 if (pbuf->key_off == 0 || in nss_unpack_ent()
1951 nptr = (nssuint_t *)((void *)((char *)buffer + pbuf->key_off)); in nss_unpack_ent()
/illumos-gate/usr/src/head/
H A Dnss_dbdefs.h618 nssuint_t key_off; /* IN: key off */ member