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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_fm.c2396 * i_hca_test_init(mod_hash_t **strHashp, mod_hash_t **idHashp)
2406 * idHashp: pointer to ID hash table pointer
2415 i_hca_test_init(mod_hash_t **strHashp, mod_hash_t **idHashp) argument
2417 *idHashp = mod_hash_create_idhash("HCA_FMA_id_hash",
2427 * i_hca_test_fini(mod_hash_t **strHashp, mod_hash_t **idHashp)
2434 * idHashp: pointer to ID hash table pointer
2444 i_hca_test_fini(mod_hash_t **strHashp, mod_hash_t **idHashp) argument
2449 mod_hash_destroy_hash(*idHashp);
2450 *idHashp = NULL;
2481 * idHashp
[all...]

Completed in 61 milliseconds