Searched defs:vreg (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex_vis.h | 276 var short vreg; /* Reg for this command */ /* mjm: was char */ variable
|
/illumos-gate/usr/src/uts/sun4/io/ |
H A D | ebus.c | 464 vregspec_t vreg; local 523 rval = ebus_apply_range(ebus_p, rdip, ebus_rp, &vreg); 534 p_map_request.map_obj.rp = (struct regspec *)&vreg;
|
/illumos-gate/usr/src/uts/i86pc/io/ |
H A D | isa.c | 502 pci_regspec_t vreg; local 542 if ((error = isa_apply_range(dip, rp, &vreg)) != 0) 544 mp->map_obj.rp = (struct regspec *)&vreg;
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | bscbus.c | 926 bscbus_cmd(HANDLE_TYPE *hdlp, ptrdiff_t vreg, uint_t val, uint_t cmd) argument 963 if (BSCBUS_VREG_HI(vreg) != 0) { 964 *csp->cmdp++ = BSCBUS_VREG_HI(vreg); 967 *csp->cmdp++ = BSCBUS_VREG_LO(vreg);
|
/illumos-gate/usr/src/uts/sun4u/lw2plus/io/ |
H A D | lombus.c | 827 lombus_cmd(HANDLE_TYPE *hdlp, ptrdiff_t vreg, uint_t val, uint_t cmd) argument 864 if (LOMBUS_VREG_HI(vreg) != 0) { 865 *p++ = LOMBUS_VREG_HI(vreg); 868 *p++ = LOMBUS_VREG_LO(vreg);
|
/illumos-gate/usr/src/common/dis/i386/ |
H A D | dis_tables.c | 2954 dis_gather_regs_t *vreg; local 4875 vreg = &dis_vgather[opcode2][vex_W][vex_L]; 4880 vreg->dgr_suffix, OPLEN - strlen(dp->it_name)); 4886 dtrace_get_operand(x, REG_ONLY, reg, vreg->dgr_arg2, 2); 4891 dtrace_get_operand(x, REG_ONLY, (0xF - vex_v), vreg->dgr_arg0, 4893 dtrace_get_operand(x, mode, r_m, vreg->dgr_arg1, 1);
|
Completed in 138 milliseconds