Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c9489 daplka_hash_insert(daplka_hash_table_t *htblp, uint64_t *hkeyp, void *objp) in daplka_hash_insert() argument
9496 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()