Searched refs:VD_OP_SUPPORTED (Results 1 – 3 of 3) sorted by relevance
158 #define VD_OP_SUPPORTED(ops_bitmask, op) ((ops_bitmask) & (1 << (op))) macro
1317 !(VD_OP_SUPPORTED(vdc->operations, VD_OP_BWRITE))) { in vdc_open()6692 if (VD_OP_SUPPORTED(vdc->operations, VD_OP_SCSICMD)) in vdc_eio_check()7143 if (!VD_OP_SUPPORTED(vdc->operations, VD_OP_GET_CAPACITY)) in vdc_check_capacity()7591 if (VD_OP_SUPPORTED(vdc->operations, iop->op) == B_FALSE) { in vd_process_ioctl()8140 if (VD_OP_SUPPORTED(vdc->operations, VD_OP_SCSICMD)) in vdc_create_fake_geometry()
4159 if ((VD_OP_SUPPORTED(vd->operations, request->operation) == B_FALSE) || in vd_do_process_task()