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