Searched refs:curr_hep (Results 1 – 1 of 1) sorted by relevance
9491 daplka_hash_entry_t *hep, *curr_hep; in daplka_hash_insert() local9529 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() local9659 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 …]