Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_ht.c264 item->hi_next = handle->ht_table[h_index].he_head; in ht_add_item()
332 cur->hi_next; in ht_remove_item()
334 prev->hi_next = cur->hi_next; in ht_remove_item()
354 cur = cur->hi_next; in ht_remove_item()
392 cur = cur->hi_next; in ht_find_item()
457 cur->hi_next; in ht_clean_table()
459 prev->hi_next = cur->hi_next; in ht_clean_table()
476 cur = prev->hi_next; in ht_clean_table()
481 cur = cur->hi_next; in ht_clean_table()
530 item = item->hi_next; in ht_bucket_search()
[all …]
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dheap.c253 SM_HEAP_ITEM_T *hi_next; member
490 for (hi = SmHeapTable[i]; hi != NULL; hi = hi->hi_next)
507 hi->hi_next = SmHeapTable[i];
541 for (hp = &SmHeapTable[ptrhash(ptr)]; *hp != NULL; hp = &(**hp).hi_next)
562 *hp = hi->hi_next;
566 hi->hi_next = *hp;
631 *hp = hi->hi_next;
635 hi->hi_next = *hp;
680 *hp = hi->hi_next;
731 for (hp = SmHeapTable[ptrhash(ptr)]; hp != NULL; hp = hp->hi_next)
[all …]
/illumos-gate/usr/src/cmd/sgs/common/
H A Dstring_table.c330 sthash; sthash = sthash->hi_next) { in st_destroy()
435 sthash = sthash->hi_next) { in st_setstring()
500 sthash; sthash = sthash->hi_next) { in st_hash_insert()
573 sthash->hi_next = hashbcks[hashval]; in st_hash_insert()
774 sthash = sthash->hi_next) { in st_findstring()
/illumos-gate/usr/src/cmd/sgs/include/
H A D_string_table.h92 Str_hash *hi_next; /* next entry in hash bucket */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/libmlsvc/
H A Dsmb_ht.c103 wsp->walk_addr = (uintptr_t)hi->hi_next; in smb_ht_walk_step()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dhash_table.h80 struct ht_item *hi_next; member
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dsections.c144 strhash = strhash->hi_next; in Dbg_sec_strtab()
/illumos-gate/usr/src/tools/sgs/sgsmsg/
H A Dsgsmsg.c352 sthash = sthash->hi_next; in dump_stringtab()