Lines Matching defs:cl
80 #define CMLB_MUTEX(cl) (&((cl)->cl_mutex))
81 #define CMLB_DEVINFO(cl) ((cl)->cl_devi)
82 #define CMLB_LABEL(cl) (ddi_driver_name((cl->cl_devi)))
85 #define ISREMOVABLE(cl) (cl->cl_is_removable)
86 #define ISCD(cl) (cl->cl_device_type == DTYPE_RODIRECT)
87 #define ISHOTPLUGGABLE(cl) (cl->cl_is_hotpluggable)