Searched refs:hi_next (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_ht.c266 item->hi_next = handle->ht_table[h_index].he_head;
334 cur->hi_next;
336 prev->hi_next = cur->hi_next;
356 cur = cur->hi_next;
394 cur = cur->hi_next;
459 cur->hi_next;
461 prev->hi_next = cur->hi_next;
478 cur = prev->hi_next;
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sendmail/libsm/
H A Dheap.c255 SM_HEAP_ITEM_T *hi_next; member in struct:sm_heap_item
492 for (hi = SmHeapTable[i]; hi != NULL; hi = hi->hi_next)
509 hi->hi_next = SmHeapTable[i];
543 for (hp = &SmHeapTable[ptrhash(ptr)]; *hp != NULL; hp = &(**hp).hi_next)
564 *hp = hi->hi_next;
568 hi->hi_next = *hp;
613 for (hp = &SmHeapTable[ptrhash(ptr)]; *hp != NULL; hp = &(**hp).hi_next)
633 *hp = hi->hi_next;
637 hi->hi_next = *hp;
676 for (hp = &SmHeapTable[ptrhash(ptr)]; *hp != NULL; hp = &(**hp).hi_next)
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sgs/include/
H A D_string_table.h94 Str_hash *hi_next; /* next entry in hash bucket */ member in struct:str_hash
/opensolaris-onvv-gate/usr/src/uts/common/smbsrv/
H A Dhash_table.h82 struct ht_item *hi_next; member in struct:ht_item
/opensolaris-onvv-gate/usr/src/cmd/sgs/tools/common/
H A Dstring_table.c327 sthash; sthash = sthash->hi_next) {
398 sthash = sthash->hi_next) {
470 sthash; sthash = sthash->hi_next) {
543 sthash->hi_next = hashbcks[hashval];
H A Dsgsmsg.c352 sthash = sthash->hi_next;
/opensolaris-onvv-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dsections.c144 strhash = strhash->hi_next;

Completed in 90 milliseconds