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

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dcmlb_impl.h82 #define ISCD(cl) (cl->cl_device_type == DTYPE_RODIRECT) macro
/opensolaris-onvv-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c4947 if (ISCD(un)) {
4961 if (ISCD(un))
7457 ISCD(un) ? CD_NOT_READY_RETRY_COUNT(un)
7677 if (ISCD(un)) {
7879 if (ISCD(un) ||
8083 if (ISCD(un)) {
10201 if (ISCD(un) || sr_check_wp(dev)) {
10232 if (rval == SD_READY_VALID && (!ISCD(un))) {
10241 (!ISCD(un) && nblks <= 0)) {
10508 if (ISCD(u
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dcmlb.c1692 if ((rval != 0) && !ISCD(cl)) {
1975 if (ISCD(cl)) {
3015 if (!ISCD(cl)) {
3162 if (ISCD(cl)) {
3277 if (ISCD(cl)) {
3378 if (ISCD(cl)) {
3415 if (ISCD(cl)) {
5240 if (ISCD(cl)) {
5525 if (ISCD(cl)) {
/opensolaris-onvv-gate/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h300 * for ISCD(). Any updates to un_cmd_timeout MUST be reflected
744 #define ISCD(un) ((un)->un_ctype == CTYPE_CDROM) macro

Completed in 257 milliseconds