Searched refs:is_write (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_tools_var.h73 uint64_t *data_p, boolean_t is_write);
75 uint64_t *data_p, boolean_t is_write);
/illumos-gate/usr/src/uts/sun4/io/fpc/
H A Dfpc-impl.h58 uint64_t *event, boolean_t is_write);
60 int counter_index, uint64_t *value, boolean_t is_write);
/illumos-gate/usr/src/uts/sun4v/io/fpc/
H A Dfpc-impl-4v.c240 uint64_t *reg_data, boolean_t is_write)
245 if (is_write)
255 uint64_t *reg_data, boolean_t is_write)
258 return (fpc_hv_perfreg_io(handle, hv_if_index, reg_data, is_write));
265 int counter_index, uint64_t *reg_data, boolean_t is_write)
268 return (fpc_hv_perfreg_io(handle, hv_if_index, reg_data, is_write));
239 fpc_hv_perfreg_io(fire_perfreg_handle_t handle, uint64_t hv_if_index, uint64_t *reg_data, boolean_t is_write) argument
254 fpc_event_io(fire_perfreg_handle_t handle, fire_perfcnt_t group, uint64_t *reg_data, boolean_t is_write) argument
264 fpc_counter_io(fire_perfreg_handle_t handle, fire_perfcnt_t group, int counter_index, uint64_t *reg_data, boolean_t is_write) argument
/illumos-gate/usr/src/uts/sun4u/chicago/io/fpc/
H A Dfpc-impl-4u.c256 uint64_t *reg_data, boolean_t is_write)
263 int cmd = is_write ? PCITOOL_NEXUS_SET_REG : PCITOOL_NEXUS_GET_REG;
287 FKIOCTL, credentials, &ioctl_rval)) == SUCCESS) && (!is_write)) {
296 int counter_index, uint64_t *value, boolean_t is_write)
304 (is_write) ? PCITOOL_NEXUS_SET_REG : PCITOOL_NEXUS_GET_REG;
320 if ((group == lpu) && (is_write)) {
328 FKIOCTL, credentials, &ioctl_rval)) == SUCCESS) && (!is_write)) {
255 fpc_event_io(fire_perfreg_handle_t handle, fire_perfcnt_t group, uint64_t *reg_data, boolean_t is_write) argument
295 fpc_counter_io(fire_perfreg_handle_t handle, fire_perfcnt_t group, int counter_index, uint64_t *value, boolean_t is_write) argument
/illumos-gate/usr/src/uts/sun4v/io/px/
H A Dpx_tools_4v.c131 uint64_t *data_p, boolean_t is_big_endian, boolean_t is_write)
142 DBG(DBG_TOOLS, dip, " data_addr:0x%" PRIx64 ", is_write:%s\n",
143 data_p, (is_write ? "yes" : "no"));
173 if (is_write) {
200 if ((rval == SUCCESS) && (!is_write)) {
221 uint64_t *data_p, boolean_t is_write)
251 req.write = is_write;
252 if (is_write) {
357 uint64_t *data_p, boolean_t is_write)
376 if (is_write) {
130 pxtool_phys_access(px_t *px_p, uintptr_t dev_addr, uint64_t *data_p, boolean_t is_big_endian, boolean_t is_write) argument
220 pxtool_pcicfg_access(px_t *px_p, pcitool_reg_t *prg_p, uint64_t *data_p, boolean_t is_write) argument
356 pxtool_pciiomem_access(px_t *px_p, pcitool_reg_t *prg_p, uint64_t *data_p, boolean_t is_write) argument
463 boolean_t is_write = B_FALSE; local
[all...]
/illumos-gate/usr/src/uts/sun4u/io/px/
H A Dpx_tools_4u.c257 boolean_t is_write)
272 } else if (is_write) { /* Made it through checks. Do the access. */
312 uint64_t *data_p, boolean_t is_write)
314 return (pxtool_access(px_p, prg_p, data_p, is_write));
319 uint64_t *data_p, boolean_t is_write)
321 return (pxtool_access(px_p, prg_p, data_p, is_write));
256 pxtool_access(px_t *px_p, pcitool_reg_t *prg_p, uint64_t *data_p, boolean_t is_write) argument
311 pxtool_pcicfg_access(px_t *px_p, pcitool_reg_t *prg_p, uint64_t *data_p, boolean_t is_write) argument
318 pxtool_pciiomem_access(px_t *px_p, pcitool_reg_t *prg_p, uint64_t *data_p, boolean_t is_write) argument
/illumos-gate/usr/src/cmd/pcitool/
H A Dpcitool.c1268 boolean_t is_write = B_FALSE; local
1274 is_write = B_TRUE;
1285 is_write ? "write" : "read",
1308 } else if (!(is_write)) {
/illumos-gate/usr/src/uts/common/io/
H A Dbscv.c1381 boolean_t is_write)
1390 if (is_write) {
1396 if (is_write) {
1791 unsigned size, boolean_t is_write)
1814 is_write ? "writing" : "reading",
1819 blk_size, DDI_DEV_AUTOINCR, is_write);
1379 bscv_rep_rw8(bscv_soft_state_t *ssp, int chan, uint8_t *host_addr, bscv_addr_t dev_addr, size_t repcount, uint_t flags, boolean_t is_write) argument
1790 bscv_eerw(bscv_soft_state_t *ssp, uint32_t eeoffset, uint8_t *buf, unsigned size, boolean_t is_write) argument
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c13119 uint_t is_write; /* TRUE if this bp is a WRITE */ local
13143 is_write = ((bp->b_flags & B_READ) == 0) ? TRUE : FALSE;
13146 if (is_write) {
13170 if (!is_write && has_wmap) {
13264 if (is_write) {

Completed in 163 milliseconds