Searched refs:curr_hepp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c9580 daplka_hash_entry_t *free_hep, **curr_hepp; local
9589 curr_hepp = &hbp->hb_entries;
9590 while (*curr_hepp != NULL) {
9591 if ((*curr_hepp)->he_hkey == hkey) {
9594 curr_hepp = &(*curr_hepp)->he_next;
9596 if (*curr_hepp == NULL) {
9603 *objpp = (*curr_hepp)->he_objp;
9605 free_hep = *curr_hepp;
9606 *curr_hepp
[all...]

Completed in 74 milliseconds