Searched refs:he_head (Results 1 - 2 of 2) 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;
267 handle->ht_table[h_index].he_head = item;
325 cur = handle->ht_table[h_index].he_head;
333 handle->ht_table[h_index].he_head =
387 cur = handle->ht_table[h_index].he_head;
449 cur = handle->ht_table[i].he_head;
458 handle->ht_table[i].he_head =
476 cur = handle->ht_table[i].he_head;
561 item = ht_bucket_search(handle->ht_table[h_index].he_head);
627 item = ht_bucket_search(handle->ht_table[index].he_head);
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/smbsrv/
H A Dhash_table.h95 HT_ITEM *he_head; member in struct:ht_table_entry

Completed in 26 milliseconds