Searched refs:refhash_next (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | refhash.h | 58 extern void *refhash_next(refhash_t *, void *);
|
/illumos-gate/usr/src/uts/common/refhash/ |
H A D | refhash.c | 183 refhash_next(refhash_t *hp, void *op) in refhash_next() function
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/ |
H A D | mptsas.c | 832 tp = refhash_next(mpt->m_targets, tp)) { in mptsas_destroy_hashes() 836 sp = refhash_next(mpt->m_smp_targets, sp)) { in mptsas_destroy_hashes() 5848 ptgt = refhash_next(mpt->m_targets, ptgt)) { in mptsas_check_scsi_io_error() 8487 ptgt = refhash_next(mpt->m_targets, ptgt)) { in mptsas_restart_cmd() 9697 ptgt = refhash_next(mpt->m_targets, ptgt)) { in mptsas_setup_bus_reset_delay() 9752 ptgt = refhash_next(mpt->m_targets, ptgt)) { in mptsas_watch_reset_delay_subr() 10362 ptgt = refhash_next(mpt->m_targets, ptgt)) { in mptsas_watchsubr() 10367 ptgt = refhash_next(mpt->m_tmp_targets, ptgt)) { in mptsas_watchsubr() 10446 ptgt = refhash_next(mpt->m_targets, ptgt)) { in mptsas_quiesce_bus() 10461 ptgt = refhash_next(mpt->m_targets, ptgt)) { in mptsas_quiesce_bus() [all …]
|
/illumos-gate/usr/src/uts/common/io/overlay/ |
H A D | overlay_target.c | 252 ote = refhash_next(rp, ote)) { in overlay_target_free()
|