Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dcmlb_impl.h82 #define ISCD(cl) (cl->cl_device_type == DTYPE_RODIRECT) macro
/titanic_50/usr/src/uts/common/io/scsi/targets/
H A Dsd.c4976 if (ISCD(un)) { in sd_get_physical_geometry()
4999 if (ISCD(un) || in sd_get_physical_geometry()
7508 ISCD(un) ? CD_NOT_READY_RETRY_COUNT(un) in sd_unit_attach()
7730 if (ISCD(un)) { in sd_unit_attach()
7932 if (ISCD(un) || in sd_unit_attach()
8136 if (ISCD(un)) { in sd_unit_attach()
10251 if (ISCD(un) || sr_check_wp(dev)) { in sdopen()
10282 if (rval == SD_READY_VALID && (!ISCD(un))) { in sdopen()
10291 (!ISCD(un) && nblks <= 0)) { in sdopen()
10558 if (ISCD(un) && (rval != 0) &&
[all …]
/titanic_50/usr/src/uts/common/io/
H A Dcmlb.c1695 if ((rval != 0) && !ISCD(cl)) {
1978 if (ISCD(cl)) {
3018 if (!ISCD(cl)) {
3165 if (ISCD(cl)) {
3280 if (ISCD(cl)) {
3381 if (ISCD(cl)) {
3418 if (ISCD(cl)) {
5243 if (ISCD(cl)) {
5528 if (ISCD(cl)) {
/titanic_50/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h750 #define ISCD(un) ((un)->un_ctype == CTYPE_CDROM) macro