/titanic_44/usr/src/cmd/vi/port/ |
H A D | ex_vmain.c | 120 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 D | ex_vops.c | 920 if (vreg) { in xdw() 921 vremote(cnt, YANKreg, vreg); in xdw() 936 vreg = 0; in xdw()
|
H A D | ex_vis.h | 276 var short vreg; /* Reg for this command */ /* mjm: was char */ variable
|
H A D | ex_temp.c | 599 vreg = -1; in putreg() 604 splitw++; vclean(); vgoto(WECHO, 0); vreg = -1; in putreg()
|
H A D | ex_vget.c | 319 lastreg = vreg; in setLAST()
|
H A D | ex_voper.c | 905 if (vreg && wdot == 0) in operate()
|
/titanic_44/usr/src/uts/sun4v/io/glvc/ |
H A D | glvc_hcall.s | 52 hv_service_getstatus(uint64_t s_id, uint64_t *vreg)
|
/titanic_44/usr/src/uts/sun4/io/ |
H A D | ebus.c | 464 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 D | isa.c | 502 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 D | lombus.c | 827 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 D | bscbus.c | 926 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 D | hypervisor_api.h | 376 extern uint64_t hv_service_getstatus(uint64_t s_id, uint64_t *vreg);
|
/titanic_44/usr/src/common/dis/i386/ |
H A D | dis_tables.c | 2954 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 D | zfs_acl.c | 1517 boolean_t vreg = vtype == VREG; in zfs_acl_inherit() local 1556 OWNING_GROUP)) && (vreg || (vdir && (iflags & in zfs_acl_inherit()
|