Searched defs:rconflict (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/
H A Dvdc.c3334 * rconflict - check for reservation conflict in case of failure
3336 * rconflict should be set to B_TRUE by most callers. Callers invoking the
3337 * VD_OP_SCSICMD operation can set rconflict to B_FALSE if they check the
3349 int slice, diskaddr_t offset, vio_desc_direction_t dir, boolean_t rconflict)
3383 if (!rconflict)
3348 vdc_do_sync_op(vdc_t *vdcp, int operation, caddr_t addr, size_t nbytes, int slice, diskaddr_t offset, vio_desc_direction_t dir, boolean_t rconflict) argument

Completed in 62 milliseconds