Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dcmlb_impl.h82 #define ISCD(cl) (cl->cl_device_type == DTYPE_RODIRECT) macro
/titanic_41/usr/src/uts/common/io/scsi/targets/
H A Dsd.c4974 if (ISCD(un)) { in sd_get_physical_geometry()
4988 if (ISCD(un)) in sd_get_physical_geometry()
7494 ISCD(un) ? CD_NOT_READY_RETRY_COUNT(un) in sd_unit_attach()
7716 if (ISCD(un)) { in sd_unit_attach()
7918 if (ISCD(un) || in sd_unit_attach()
8122 if (ISCD(un)) { in sd_unit_attach()
10252 if (ISCD(un) || sr_check_wp(dev)) { in sdopen()
10283 if (rval == SD_READY_VALID && (!ISCD(un))) { in sdopen()
10292 (!ISCD(un) && nblks <= 0)) { in sdopen()
10559 if (ISCD(un) && (rval != 0) &&
[all …]
/titanic_41/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_41/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h749 #define ISCD(un) ((un)->un_ctype == CTYPE_CDROM) macro