Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h912 #define SD_RESERVE 0x0001 macro
1298 if (((un)->un_resvd_status & SD_RESERVE) == SD_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()
8654 if ((un->un_resvd_status & SD_RESERVE) && in sd_unit_detach()
18609 if ((un->un_resvd_status & SD_RESERVE) == SD_RESERVE) {
22608 err = sd_reserve_release(dev, SD_RESERVE);
24462 un->un_resvd_status |= SD_RESERVE;
24485 un->un_resvd_status &= ~SD_RESERVE;
24525 ~(SD_RESERVE | SD_LOST_RESERVE | SD_WANT_RESERVE);
24912 if (un->un_resvd_status & SD_RESERVE) {
25026 (un->un_resvd_status & SD_RESERVE)) {
[all …]