Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h920 #define SD_LOST_RESERVE 0x0004 macro
1306 (SD_LOST_RESERVE | SD_WANT_RESERVE); \
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c5706 (SD_RESERVE | SD_WANT_RESERVE | SD_LOST_RESERVE)) { in sd_ddi_suspend()
6000 (SD_RESERVE | SD_WANT_RESERVE | SD_LOST_RESERVE))) { in sd_pm_state_change()
8058 !(un->un_resvd_status & SD_LOST_RESERVE)) { in sd_unit_detach()
17747 (SD_LOST_RESERVE | SD_WANT_RESERVE);
23943 ~(SD_RESERVE | SD_LOST_RESERVE | SD_WANT_RESERVE);
24451 (SD_LOST_RESERVE | SD_WANT_RESERVE);
24463 (un->un_resvd_status & SD_LOST_RESERVE)) {
24603 (SD_LOST_RESERVE | SD_WANT_RESERVE);
24835 un->un_resvd_status &= ~SD_LOST_RESERVE;
24848 un->un_resvd_status |= SD_LOST_RESERVE;
[all …]