Home
last modified time | relevance | path

Searched refs:vreg (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vmain.c118 vreg = 0;
193 vreg = c;
351 if (vreg)
352 lastreg = vreg;
355 vreg = lastreg;
876 forbid (!vreg && value(vi_UNDOMACRO) && inopen < 0);
883 if (!vreg && DEL[0]) {
895 forbid (!vreg && unddol == dol);
905 if (vreg && partreg(vreg) || !vreg && pkill[0]) {
939 vreg ? (int (*)())putreg : put, vreg);
[all …]
H A Dex_vops.c920 if (vreg) { in xdw()
921 vremote(cnt, YANKreg, vreg); in xdw()
936 vreg = 0; in xdw()
H A Dex_vis.h274 var short vreg; /* Reg for this command */ /* mjm: was char */ variable
H A Dex_temp.c598 vreg = -1; in putreg()
603 splitw++; vclean(); vgoto(WECHO, 0); vreg = -1; in putreg()
H A Dex_vget.c319 lastreg = vreg; in setLAST()
H A Dex_voper.c906 if (vreg && wdot == 0) in operate()
/illumos-gate/usr/src/uts/sun4/io/
H A Debus.c464 vregspec_t vreg; in ebus_map() local
523 rval = ebus_apply_range(ebus_p, rdip, ebus_rp, &vreg); in ebus_map()
534 p_map_request.map_obj.rp = (struct regspec *)&vreg; in ebus_map()
/illumos-gate/usr/src/uts/i86pc/io/
H A Disa.c503 pci_regspec_t vreg; in isa_bus_map() local
543 if ((error = isa_apply_range(dip, rp, &vreg)) != 0) in isa_bus_map()
545 mp->map_obj.rp = (struct regspec *)&vreg; in isa_bus_map()
/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) in lombus_cmd() argument
864 if (LOMBUS_VREG_HI(vreg) != 0) { in lombus_cmd()
865 *p++ = LOMBUS_VREG_HI(vreg); in lombus_cmd()
868 *p++ = LOMBUS_VREG_LO(vreg); in lombus_cmd()
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dhypervisor_api.h376 extern uint64_t hv_service_getstatus(uint64_t s_id, uint64_t *vreg);
/illumos-gate/usr/src/common/dis/i386/
H A Ddis_tables.c4149 dis_gather_regs_t *vreg; in dtrace_disx86() local
6422 vreg = &dis_vgather[opcode2][vex_W][vex_L]; in dtrace_disx86()
6427 vreg->dgr_suffix, OPLEN - strlen(dp->it_name)); in dtrace_disx86()
6433 dtrace_get_operand(x, REG_ONLY, reg, vreg->dgr_arg2, 2); in dtrace_disx86()
6438 dtrace_get_operand(x, REG_ONLY, (0xF - vex_v), vreg->dgr_arg0, in dtrace_disx86()
6440 dtrace_get_operand(x, mode, r_m, vreg->dgr_arg1, 1); in dtrace_disx86()