Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h361 timeout_id_t un_reset_throttle_timeid; /* timeout(9F) handle */ member
688 sd_lun::un_reset_throttle_timeid
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c5777 if (un->un_reset_throttle_timeid != NULL) { in sd_ddi_suspend()
5778 timeout_id_t temp_id = un->un_reset_throttle_timeid; in sd_ddi_suspend()
5779 un->un_reset_throttle_timeid = NULL; in sd_ddi_suspend()
7891 if (un->un_reset_throttle_timeid != NULL) { in sd_unit_attach()
7892 timeout_id_t temp_id = un->un_reset_throttle_timeid; in sd_unit_attach()
7893 un->un_reset_throttle_timeid = NULL; in sd_unit_attach()
8086 if (un->un_reset_throttle_timeid != NULL) { in sd_unit_detach()
8087 timeout_id_t temp_id = un->un_reset_throttle_timeid; in sd_unit_detach()
8088 un->un_reset_throttle_timeid = NULL; in sd_unit_detach()
15879 if (un->un_reset_throttle_timeid == NULL) {
[all …]