Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/vi/port/
H A Dex_vmain.c120 vreg = 0;
195 vreg = c;
353 if (vreg)
354 lastreg = vreg;
357 vreg = lastreg;
879 forbid (!vreg && value(vi_UNDOMACRO) && inopen < 0);
886 if (!vreg && DEL[0]) {
898 forbid (!vreg && unddol == dol);
908 if (vreg && partreg(vreg) || !vreg && pkill[0]) {
942 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.h276 var short vreg; /* Reg for this command */ /* mjm: was char */ variable
H A Dex_temp.c599 vreg = -1; in putreg()
604 splitw++; vclean(); vgoto(WECHO, 0); vreg = -1; in putreg()
H A Dex_vget.c319 lastreg = vreg; in setLAST()
H A Dex_voper.c905 if (vreg && wdot == 0) in operate()
/titanic_44/usr/src/uts/sun4v/io/glvc/
H A Dglvc_hcall.s52 hv_service_getstatus(uint64_t s_id, uint64_t *vreg)
/titanic_44/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()
/titanic_44/usr/src/uts/i86pc/io/
H A Disa.c502 pci_regspec_t vreg; in isa_bus_map() local
542 if ((error = isa_apply_range(dip, rp, &vreg)) != 0) in isa_bus_map()
544 mp->map_obj.rp = (struct regspec *)&vreg; in isa_bus_map()
/titanic_44/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()
/titanic_44/usr/src/uts/common/io/
H A Dbscbus.c926 bscbus_cmd(HANDLE_TYPE *hdlp, ptrdiff_t vreg, uint_t val, uint_t cmd) in bscbus_cmd() argument
963 if (BSCBUS_VREG_HI(vreg) != 0) { in bscbus_cmd()
964 *csp->cmdp++ = BSCBUS_VREG_HI(vreg); in bscbus_cmd()
967 *csp->cmdp++ = BSCBUS_VREG_LO(vreg); in bscbus_cmd()
/titanic_44/usr/src/uts/sun4v/sys/
H A Dhypervisor_api.h376 extern uint64_t hv_service_getstatus(uint64_t s_id, uint64_t *vreg);
/titanic_44/usr/src/common/dis/i386/
H A Ddis_tables.c2954 dis_gather_regs_t *vreg; in dtrace_disx86() local
4875 vreg = &dis_vgather[opcode2][vex_W][vex_L]; in dtrace_disx86()
4880 vreg->dgr_suffix, OPLEN - strlen(dp->it_name)); in dtrace_disx86()
4886 dtrace_get_operand(x, REG_ONLY, reg, vreg->dgr_arg2, 2); in dtrace_disx86()
4891 dtrace_get_operand(x, REG_ONLY, (0xF - vex_v), vreg->dgr_arg0, in dtrace_disx86()
4893 dtrace_get_operand(x, mode, r_m, vreg->dgr_arg1, 1); in dtrace_disx86()
/titanic_44/usr/src/uts/common/fs/zfs/
H A Dzfs_acl.c1517 boolean_t vreg = vtype == VREG; in zfs_acl_inherit() local
1556 OWNING_GROUP)) && (vreg || (vdir && (iflags & in zfs_acl_inherit()