Searched refs:un_pm_timeid (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h475 * un_pm_mutex protects, un_pm_count, un_pm_timeid, un_pm_busy,
488 timeout_id_t un_pm_timeid; /* timeout id for pm */ member in struct:sd_lun
714 sd_lun::un_pm_timeid sd_lun::un_pm_busy sd_lun::un_pm_busy_cv
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c6269 if (un->un_pm_timeid != NULL) {
6270 timeout_id_t temp_id = un->un_pm_timeid;
6271 un->un_pm_timeid = NULL;
6603 un->un_pm_timeid = NULL;
6847 if (un->un_pm_timeid == NULL) {
6848 un->un_pm_timeid =
8796 if (un->un_pm_timeid != NULL) {
8797 timeout_id_t temp_id = un->un_pm_timeid;
8798 un->un_pm_timeid = NULL;
8828 if (un->un_pm_timeid !
[all...]

Completed in 108 milliseconds