Searched defs:vdc_do_op (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/sun4v/io/ |
H A D | vdc.c | 186 static int vdc_do_op(vdc_t *vdc, int op, caddr_t addr, size_t nbytes, 1464 rv = vdc_do_op(vdc, VD_OP_BWRITE, addr, nbytes, VDCPART(dev), 1534 (void) vdc_do_op(vdc, op, (caddr_t)buf->b_un.b_addr, 3197 * vdc_do_op 3215 * submit the request whatever the state of the vdisk is. Then vdc_do_op() 3237 vdc_do_op(vdc_t *vdc, int op, caddr_t addr, size_t nbytes, int slice, function 3324 * Wrapper around vdc_do_op that serializes requests. 3386 status = vdc_do_op(vdcp, operation, addr, nbytes, slice, offset, 3973 rv = vdc_do_op(vdcp, curr_ldep->operation, 6621 rv = vdc_do_op(vd [all...] |
Completed in 85 milliseconds