Searched refs:mod_hash_find_cb (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | modhash.h | 127 int mod_hash_find_cb(mod_hash_t *, mod_hash_key_t, mod_hash_val_t *,
|
/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/ |
H A D | fcoet_eth.c | 518 if (mod_hash_find_cb(FRM2SS(frm)->ss_unsol_rxid_hash, 674 if (mod_hash_find_cb(FRM2SS(frm)->ss_sol_oxid_hash, 723 if (mod_hash_find_cb(FRM2SS(frm)->ss_unsol_rxid_hash,
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | modhash.c | 120 * mod_hash_find_cb(hash, key, val, found_callback) 806 mod_hash_find_cb(mod_hash_t *hash, mod_hash_key_t key, mod_hash_val_t *val, function
|
/illumos-gate/usr/src/uts/sun4v/io/ |
H A D | vsw_switching.c | 1201 rv = mod_hash_find_cb(vswp->fdb_hashp, (mod_hash_key_t)key, 1211 * Callback function provided to mod_hash_find_cb(). After finding the fdb 1213 * mod_hash_find_cb() to atomically increment the reference count on the fdb
|
H A D | vnet.c | 1294 rv = mod_hash_find_cb(vnetp->fdb_hashp, (mod_hash_key_t)key, 1304 * Callback function provided to mod_hash_find_cb(). After finding the fdb 1306 * mod_hash_find_cb() to atomically increment the reference count on the fdb
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | tl.c | 3433 if (mod_hash_find_cb(tep->te_transport->tr_ai_hash, 5337 int rc = mod_hash_find_cb(tep->te_addrhash, (mod_hash_key_t)ap, 5369 int rc = mod_hash_find_cb(hash, (mod_hash_key_t)ux_addr->soua_vp,
|
Completed in 84 milliseconds