Searched refs:strHashp (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)
2405 * strHashp: pointer to String hash table pointer
2415 i_hca_test_init(mod_hash_t **strHashp, mod_hash_t **idHashp) argument
2420 *strHashp = mod_hash_create_strhash("HCA_FMA_test_hash",
2427 * i_hca_test_fini(mod_hash_t **strHashp, mod_hash_t **idHashp)
2433 * strHashp: pointer to String hash table pointer
2444 i_hca_test_fini(mod_hash_t **strHashp, mod_hash_t **idHashp) argument
2446 mod_hash_destroy_hash(*strHashp);
2447 *strHashp = NULL;
2480 * strHashp
[all...]

Completed in 165 milliseconds