Home
last modified time | relevance | path

Searched refs:he_head (Results 1 – 2 of 2) sorted by relevance

/titanic_50/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()
267 handle->ht_table[h_index].he_head = item; in ht_add_item()
325 cur = handle->ht_table[h_index].he_head; in ht_remove_item()
333 handle->ht_table[h_index].he_head = in ht_remove_item()
387 cur = handle->ht_table[h_index].he_head; in ht_find_item()
449 cur = handle->ht_table[i].he_head; in ht_clean_table()
458 handle->ht_table[i].he_head = in ht_clean_table()
476 cur = handle->ht_table[i].he_head; in ht_clean_table()
561 item = ht_bucket_search(handle->ht_table[h_index].he_head); in ht_findfirst()
627 item = ht_bucket_search(handle->ht_table[index].he_head); in ht_findnext()
/titanic_50/usr/src/uts/common/smbsrv/
H A Dhash_table.h95 HT_ITEM *he_head; member