Searched refs:hkeyp (Results 1 – 1 of 1) sorted by relevance
9489 daplka_hash_insert(daplka_hash_table_t *htblp, uint64_t *hkeyp, void *objp) in daplka_hash_insert() argument9496 if (hkeyp == NULL) { in daplka_hash_insert()9505 if (*hkeyp == 0) { in daplka_hash_insert()9515 hkey = *hkeyp; in daplka_hash_insert()9550 if (*hkeyp == 0) { in daplka_hash_insert()9551 *hkeyp = hkey; in daplka_hash_insert()9552 ASSERT(*hkeyp != 0); in daplka_hash_insert()9555 htblp, (longlong_t)*hkeyp, bucket); in daplka_hash_insert()