Searched defs:hi_next (Results 1 - 3 of 3) sorted by relevance

/illumos-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
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dhash_table.h82 struct ht_item *hi_next; member in struct:ht_item
/illumos-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...]

Completed in 61 milliseconds