Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h914 #define SD_LOST_RESERVE 0x0004 macro
1300 (SD_LOST_RESERVE | SD_WANT_RESERVE); \
/titanic_50/usr/src/uts/common/io/scsi/targets/
H A Dsd.c6194 (SD_RESERVE | SD_WANT_RESERVE | SD_LOST_RESERVE)) { in sd_ddi_suspend()
6499 (SD_RESERVE | SD_WANT_RESERVE | SD_LOST_RESERVE))) { in sd_pm_state_change()
8655 !(un->un_resvd_status & SD_LOST_RESERVE)) { in sd_unit_detach()
18611 (SD_LOST_RESERVE | SD_WANT_RESERVE);
24525 ~(SD_RESERVE | SD_LOST_RESERVE | SD_WANT_RESERVE);
25033 (SD_LOST_RESERVE | SD_WANT_RESERVE);
25045 (un->un_resvd_status & SD_LOST_RESERVE)) {
25185 (SD_LOST_RESERVE | SD_WANT_RESERVE);
25417 un->un_resvd_status &= ~SD_LOST_RESERVE;
25430 un->un_resvd_status |= SD_LOST_RESERVE;
[all …]