Searched refs:DSK_UNAVAILABLE (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/format/
H A Dglobal.h233 #define DSK_UNAVAILABLE 0x10 /* disk not available, could be */ macro
H A Dstartup.c1749 case DSK_UNAVAILABLE:
1750 access_flags |= DSK_UNAVAILABLE;
1876 if (access_flags & (DSK_RESERVED | DSK_UNAVAILABLE)) {
1880 search_disk->disk_flags |= DSK_UNAVAILABLE;
1884 search_disk->disk_flags &= ~(DSK_RESERVED | DSK_UNAVAILABLE);
H A Dctlr_scsi.c2098 return (DSK_UNAVAILABLE);
2109 return (DSK_UNAVAILABLE);
2147 return (DSK_UNAVAILABLE);
2189 return (DSK_UNAVAILABLE);
H A Dio.c2111 } else if (disk->disk_flags & DSK_UNAVAILABLE) {

Completed in 75 milliseconds