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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c6696 if ((un->un_state == SD_STATE_OFFLINE) ||
9337 if (un->un_state == SD_STATE_OFFLINE) {
9358 if (un->un_state != SD_STATE_OFFLINE) {
9360 New_state(un, SD_STATE_OFFLINE);
9362 un->un_last_state = SD_STATE_OFFLINE;
10485 if (un->un_state == SD_STATE_OFFLINE) {
10752 * target is not actually changed to SD_STATE_OFFLINE.
14931 * SD_STATE_OFFLINE to SD_STATE_NORMAL.
18909 if (ddi_in_panic() || (un->un_state == SD_STATE_OFFLINE) ||
18969 if (un->un_state != SD_STATE_OFFLINE) {
[all...]
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h1170 #define SD_STATE_OFFLINE 1 macro

Completed in 130 milliseconds