Lines Matching refs:operations
284 * various operations
677 * operations to us at a minimum (this is needed because of checks
678 * in vdc for supported operations early in the handshake process).
681 * the bitmask of operations exported by server.
683 vdc->operations = VD_OP_MASK_READ;
1317 !(VD_OP_SUPPORTED(vdc->operations, VD_OP_BWRITE))) {
1741 pkt.operations = 0; /* server will set bits of valid operations */
5248 vdc->operations = attr_msg->operations;
5262 (attr_msg->operations == 0) ||
6692 if (VD_OP_SUPPORTED(vdc->operations, VD_OP_SCSICMD))
6698 * If the backend does not support SCSI operations then we simply
6963 * converted to VD_OP_SET_ACCESS operations.
7143 if (!VD_OP_SUPPORTED(vdc->operations, VD_OP_GET_CAPACITY))
7182 * Subset of DKIO(7I) operations currently supported
7591 if (VD_OP_SUPPORTED(vdc->operations, iop->op) == B_FALSE) {
8140 if (VD_OP_SUPPORTED(vdc->operations, VD_OP_SCSICMD))