Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/ib/clients/daplt/
H A Ddaplt.h82 daplka_hash_entry_t *hb_entries; member
/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c9444 htblp->ht_buckets[i].hb_entries = NULL; in daplka_hash_create()
9529 curr_hep = hbp->hb_entries; in daplka_hash_insert()
9544 hep->he_next = hbp->hb_entries; in daplka_hash_insert()
9545 hbp->hb_entries = hep; in daplka_hash_insert()
9589 curr_hepp = &hbp->hb_entries; in daplka_hash_remove()
9659 curr_hep = hbp->hb_entries; in daplka_hash_walk()
9697 curr_hep = htblp->ht_buckets[bucket].hb_entries; in daplka_hash_lookup()
9750 curr_hep = hbp->hb_entries; in daplka_hash_destroy()
9763 hbp->hb_entries = NULL; in daplka_hash_destroy()