Searched refs:ISCD (Results 1 – 4 of 4) sorted by relevance
82 #define ISCD(cl) (cl->cl_device_type == DTYPE_RODIRECT) macro
4976 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 …]
1695 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)) {
750 #define ISCD(un) ((un)->un_ctype == CTYPE_CDROM) macro