Searched refs:smrt_poll_for (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/io/scsi/adapters/smrt/ |
H A D | smrt_sata.c | 80 if ((r = smrt_poll_for(smrt, smcm)) != 0) { in smrt_sata_determine_wwn()
|
H A D | smrt_physical.c | 167 if ((ret = smrt_poll_for(smrt, smcm)) != 0) { in smrt_phys_identify() 438 if ((r = smrt_poll_for(smrt, smcm)) != 0) { in smrt_phys_discover()
|
H A D | smrt_hba.c | 653 (void) smrt_poll_for(smrt, smcm); in smrt_tran_start() 721 if ((r = smrt_poll_for(smrt, smcm)) != 0) { in smrt_tran_reset() 879 VERIFY0(smrt_poll_for(smrt, abort_smcm)); in smrt_tran_abort()
|
H A D | smrt_logvol.c | 231 if ((r = smrt_poll_for(smrt, smcm)) != 0) { in smrt_logvol_discover()
|
H A D | smrt_ciss.c | 797 smrt_poll_for(smrt_t *smrt, smrt_command_t *smcm) in smrt_poll_for() function 1846 if ((ret = smrt_poll_for(smrt, smrt->smrt_event_cancel_cmd)) != 0) { in smrt_event_fini()
|
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/smrt/ |
H A D | smrt.h | 634 int smrt_poll_for(smrt_t *, smrt_command_t *);
|