Home
last modified time | relevance | path

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.c4401 if (ISCD(un)) { in sd_get_physical_geometry()
4424 if (ISCD(un) || in sd_get_physical_geometry()
7165 if (ISCD(un)) { in sd_unit_attach()
7388 if (ISCD(un) || in sd_unit_attach()
7571 if (ISCD(un)) { in sd_unit_attach()
12861 if (!ISCD(un)) in sd_init_cdb_limits()
19010 if (ISCD(un)) {
22869 if (ISCD(un)) {
23298 if (ISCD(un)) {
31149 if (ISCD(un)) {
[all …]
/illumos-gate/usr/src/uts/common/io/
H A Dcmlb.c1726 if ((rval != 0) && !ISCD(cl)) {
2009 if (ISCD(cl)) {
3053 if (!ISCD(cl)) {
3200 if (ISCD(cl)) {
3315 if (ISCD(cl)) {
3416 if (ISCD(cl)) {
3453 if (ISCD(cl)) {
5292 if (ISCD(cl)) {
5575 if (ISCD(cl)) {
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h776 #define ISCD(un) ((un)->un_ctype == CTYPE_CDROM) macro