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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c935 #define sd_ready_and_valid ssd_ready_and_valid macro
1309 static int sd_ready_and_valid(sd_ssc_t *ssc, int part);
10273 rval = sd_ready_and_valid(ssc, part);
10621 * Function: sd_ready_and_valid
10636 sd_ready_and_valid(sd_ssc_t *ssc, int part) function
10800 "sd_ready_and_valid: un:0x%p pstats created and "
10927 * Because the call to sd_ready_and_valid will issue I/O we
10940 if ((sd_ready_and_valid(ssc, SDPART(dev))) != SD_READY_VALID) {
11017 * Because the call to sd_ready_and_valid will issue I/O we
11030 if ((sd_ready_and_valid(ss
[all...]

Completed in 90 milliseconds