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

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vis.h276 var short vreg; /* Reg for this command */ /* mjm: was char */ variable
/illumos-gate/usr/src/uts/sun4/io/
H A Debus.c464 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 Disa.c502 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 Dbscbus.c926 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 Dlombus.c827 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 Ddis_tables.c2954 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 108 milliseconds