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

/opensolaris-onvv-gate/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c9468 * hkeyp pointer to hash key.
9469 * *hkeyp being non-zero means that the caller
9470 * has generated its own hkey. if *hkeyp is zero,
9481 * hkeyp the generated hkey is returned via this pointer
9489 daplka_hash_insert(daplka_hash_table_t *htblp, uint64_t *hkeyp, void *objp) argument
9496 if (hkeyp == NULL) {
9497 DERR("hash_insert: hkeyp == NULL\n");
9505 if (*hkeyp == 0) {
9515 hkey = *hkeyp;
9550 if (*hkeyp
[all...]

Completed in 159 milliseconds