Home
last modified time | relevance | path

Searched refs:un_retry_timeid (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h553 timeout_id_t un_retry_timeid; member
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c5813 if (un->un_retry_timeid != NULL) { in sd_ddi_suspend()
5814 timeout_id_t temp_id = un->un_retry_timeid; in sd_ddi_suspend()
5815 un->un_retry_timeid = NULL; in sd_ddi_suspend()
7909 if (un->un_retry_timeid != NULL) { in sd_unit_attach()
7910 timeout_id_t temp_id = un->un_retry_timeid; in sd_unit_attach()
7911 un->un_retry_timeid = NULL; in sd_unit_attach()
8045 if ((un->un_ncmds_in_transport != 0) || (un->un_retry_timeid != NULL) || in sd_unit_detach()
14301 (un->un_retry_timeid == NULL) &&
14305 un->un_retry_timeid =
15295 un->un_retry_timeid =
[all …]