Searched refs:SD_RESERVE (Results 1 – 2 of 2) sorted by relevance
912 #define SD_RESERVE 0x0001 macro1298 if (((un)->un_resvd_status & SD_RESERVE) == SD_RESERVE) { \
6194 (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 …]