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

/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h340 timeout_id_t un_resvd_timeid; /* for resvd recover */ member in struct:sd_lun
659 sd_lun::un_resvd_timeid
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c8663 if (un->un_resvd_timeid != NULL) {
8664 timeout_id_t temp_id = un->un_resvd_timeid;
8665 un->un_resvd_timeid = NULL;
24505 if (un->un_resvd_timeid) {
24506 resvd_timeid_save = un->un_resvd_timeid;
24507 un->un_resvd_timeid = NULL;
25030 if (un->un_resvd_timeid) {
25031 timeout_id_t temp_id = un->un_resvd_timeid;
25032 un->un_resvd_timeid = NULL;
25039 if (un->un_resvd_timeid
[all...]

Completed in 138 milliseconds