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

/illumos-gate/usr/src/uts/common/sys/
H A Dcmlb_impl.h86 #define ISCD(cl) (cl->cl_device_type == DTYPE_RODIRECT) macro
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c4974 if (ISCD(un)) {
4988 if (ISCD(un))
7494 ISCD(un) ? CD_NOT_READY_RETRY_COUNT(un)
7716 if (ISCD(un)) {
7918 if (ISCD(un) ||
8122 if (ISCD(un)) {
10252 if (ISCD(un) || sr_check_wp(dev)) {
10283 if (rval == SD_READY_VALID && (!ISCD(un))) {
10292 (!ISCD(un) && nblks <= 0)) {
10559 if (ISCD(u
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dcmlb.c1724 if ((rval != 0) && !ISCD(cl)) {
2007 if (ISCD(cl)) {
3051 if (!ISCD(cl)) {
3198 if (ISCD(cl)) {
3313 if (ISCD(cl)) {
3414 if (ISCD(cl)) {
3451 if (ISCD(cl)) {
5290 if (ISCD(cl)) {
5573 if (ISCD(cl)) {
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h304 * for ISCD(). Any updates to un_cmd_timeout MUST be reflected
748 #define ISCD(un) ((un)->un_ctype == CTYPE_CDROM) macro

Completed in 124 milliseconds