VD_OP_BREAD
int op = (buf->b_flags & B_READ) ? VD_OP_BREAD : VD_OP_BWRITE;
buf, (op == VD_OP_BREAD) ? VIO_read_dir : VIO_write_dir,
if (((operation == VD_OP_BREAD) || (operation == VD_OP_BWRITE)) &&
if ((operation == VD_OP_BREAD) || (operation == VD_OP_BWRITE)) {
if (op == VD_OP_BREAD || op == VD_OP_BWRITE) {
if (ldep->operation == VD_OP_BREAD ||
(curr_ldep->operation == VD_OP_BREAD ||
if (op == VD_OP_BREAD || op == VD_OP_BWRITE) {
rv = vdc_do_op(vdc, VD_OP_BREAD, (caddr_t)buffer,
rv = vdc_do_op(vdc, VD_OP_BREAD, (caddr_t)buffer,
rv = vdc_do_op(vdc, VD_OP_BREAD, (caddr_t)buffer, vdc->vdisk_bsize,
if (op == VD_OP_BREAD || op == VD_OP_BWRITE) {
rv = vdc_do_op(vdc, VD_OP_BREAD, (caddr_t)label, vdc->vdisk_bsize,
if ((vd_dskimg_rw(vd, VD_SLICE_NONE, VD_OP_BREAD, (caddr_t)dkdevid, blk,
if (operation == VD_OP_BREAD) {
if (operation == VD_OP_BREAD) {
ASSERT((request->operation == VD_OP_BREAD) ||
(request->operation == VD_OP_BREAD) ? "Read" : "Write",
mtype, (request->operation == VD_OP_BREAD) ? LDC_MEM_W : LDC_MEM_R,
if (request->operation == VD_OP_BREAD) {
if (request->operation == VD_OP_BREAD) {
vd_dskimg_rw(vd, VD_SLICE_NONE, VD_OP_BREAD, (caddr_t)labelp, \
if (vd_dskimg_rw(vd, VD_SLICE_NONE, VD_OP_BREAD,
{X(VD_OP_BREAD), vd_start_bio, vd_complete_bio},
rv = vd_dskimg_rw(vd, VD_SLICE_NONE, VD_OP_BREAD, (caddr_t)iso_buf,
((operation == VD_OP_BREAD)? B_READ : B_WRITE);
status = vn_rdwr((operation == VD_OP_BREAD)? UIO_READ : UIO_WRITE,
((1 << VD_OP_BREAD) | \
ASSERT(((op) == VD_OP_BREAD) || ((op) == VD_OP_BWRITE));\
if ((op) == VD_OP_BREAD) { \