Home
last modified time | relevance | path

Searched refs:IS_READ (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/sun4/io/fpc/
H A Dfpc-impl.c229 if ((rval = fpc_event_io(firehdl, reggroup, &old_events, IS_READ)) != in fpc_perfcnt_program()
294 if ((rval = fpc_event_io(firehdl, reggroup, event_p, IS_READ)) != in fpc_perfcnt_read()
302 &values[counter], IS_READ)) != SUCCESS) in fpc_perfcnt_read()
H A Dfpc-impl.h39 #define IS_READ B_FALSE macro
/illumos-gate/usr/src/uts/sun4v/io/fpc/
H A Dfpc-impl-4v.c178 (fire_perfreg_handle_t)dev_hdl, jbc, &dummy_data, IS_READ) == in fpc_platform_node_init()
181 (fire_perfreg_handle_t)dev_hdl, imu, &dummy_data, IS_READ) == in fpc_platform_node_init()
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxdf.c119 (!IS_READ(bp) && USE_WRITE_BARRIER(vdp) && \
122 (!IS_READ(bp) && USE_FLUSH_DISKCACHE(vdp) && ((bp)->b_bcount == 0))
345 if (!IS_ERROR(bp) && IS_READ(bp)) in vreq_free()
414 int dma_flags = (IS_READ(bp) ? DDI_DMA_READ : DDI_DMA_WRITE) | in vreq_setup()
420 if ((gs = gs_get(vdp, IS_READ(bp))) == NULL) { in vreq_setup()
439 if (!IS_READ(bp) && USE_WRITE_BARRIER(vdp)) in vreq_setup()
511 if (!IS_READ(bp)) in vreq_setup()
558 if ((gs = gs_get(vdp, IS_READ(bp))) == NULL) { in vreq_setup()
580 if ((gs = gs_get(vdp, IS_READ(bp))) == NULL) { in vreq_setup()
1256 int isread = IS_READ(bp); in xdf_process_rreq()
[all …]
H A Dxdf.h282 #define IS_READ(bp) VOID2BOOLEAN((bp)->b_flags & B_READ) macro