Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c9491 daplka_hash_entry_t *hep, *curr_hep; in daplka_hash_insert() local
9529 curr_hep = hbp->hb_entries; in daplka_hash_insert()
9530 while (curr_hep != NULL) { in daplka_hash_insert()
9531 if (curr_hep->he_hkey == hep->he_hkey) { in daplka_hash_insert()
9534 curr_hep = curr_hep->he_next; in daplka_hash_insert()
9536 if (curr_hep != NULL) { in daplka_hash_insert()
9645 daplka_hash_entry_t *curr_hep; in daplka_hash_walk() local
9659 curr_hep = hbp->hb_entries; in daplka_hash_walk()
9660 while (curr_hep != NULL) { in daplka_hash_walk()
9661 retval = (*func)(curr_hep->he_objp, farg); in daplka_hash_walk()
[all …]