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

/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h1240 #define SD_READY_VALID 0 macro
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c10283 if (rval == SD_READY_VALID && (!ISCD(un))) {
10291 if ((rval != SD_READY_VALID) ||
10628 * Return Code: SD_READY_VALID ready and valid label
10641 int rval = SD_READY_VALID;
10831 rval = SD_READY_VALID;
10940 if ((sd_ready_and_valid(ssc, SDPART(dev))) != SD_READY_VALID) {
11030 if ((sd_ready_and_valid(ssc, SDPART(dev))) != SD_READY_VALID) {
11120 if ((sd_ready_and_valid(ssc, SDPART(dev))) != SD_READY_VALID) {
11210 if ((sd_ready_and_valid(ssc, SDPART(dev))) != SD_READY_VALID) {
12608 if (sd_ready_and_valid(ssc, partition) != SD_READY_VALID) {
[all...]

Completed in 98 milliseconds