Home
last modified time | relevance | path

Searched refs:VD_OP_SUPPORTED (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvdsk_common.h158 #define VD_OP_SUPPORTED(ops_bitmask, op) ((ops_bitmask) & (1 << (op))) macro
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvdc.c1317 !(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()
7592 if (VD_OP_SUPPORTED(vdc->operations, iop->op) == B_FALSE) { in vd_process_ioctl()
8141 if (VD_OP_SUPPORTED(vdc->operations, VD_OP_SCSICMD)) in vdc_create_fake_geometry()
H A Dvds.c4164 if ((VD_OP_SUPPORTED(vd->operations, request->operation) == B_FALSE) || in vd_do_process_task()