Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_ht.c266 item->hi_next = handle->ht_table[h_index].he_head; in ht_add_item()
334 cur->hi_next; in ht_remove_item()
336 prev->hi_next = cur->hi_next; in ht_remove_item()
356 cur = cur->hi_next; in ht_remove_item()
394 cur = cur->hi_next; in ht_find_item()
459 cur->hi_next; in ht_clean_table()
461 prev->hi_next = cur->hi_next; in ht_clean_table()
478 cur = prev->hi_next; in ht_clean_table()
483 cur = cur->hi_next; in ht_clean_table()
532 item = item->hi_next; in ht_bucket_search()
[all …]
/titanic_41/usr/src/cmd/sendmail/libsm/
H A Dheap.c255 SM_HEAP_ITEM_T *hi_next; member
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 …]
/titanic_41/usr/src/cmd/sgs/tools/common/
H A Dstring_table.c327 sthash; sthash = sthash->hi_next) { in st_destroy()
398 sthash = sthash->hi_next) { in st_setstring()
470 sthash; sthash = sthash->hi_next) { in st_hash_insert()
543 sthash->hi_next = hashbcks[hashval]; in st_hash_insert()
H A Dsgsmsg.c352 sthash = sthash->hi_next; in dump_stringtab()
/titanic_41/usr/src/cmd/sgs/include/
H A D_string_table.h94 Str_hash *hi_next; /* next entry in hash bucket */ member
/titanic_41/usr/src/uts/common/smbsrv/
H A Dhash_table.h82 struct ht_item *hi_next; member
/titanic_41/usr/src/cmd/sgs/liblddbg/common/
H A Dsections.c144 strhash = strhash->hi_next; in Dbg_sec_strtab()