Home
last modified time | relevance | path

Searched refs:vi (Results 1 – 25 of 53) sorted by relevance

123

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dbitset.c145 int v, vm, vi; in bitset_print() local
173 for (vi = v; vi < vm; vi++) { in bitset_print()
174 c = '0' + ((vi / p) % 10); in bitset_print()
189 for (vi = v; vi < vm; vi++) { in bitset_print()
190 if (BT_TEST(bs->bs_set, vi)) in bitset_print()
/illumos-gate/usr/src/uts/intel/io/dnet/
H A Ddnet.c177 uchar_t *vi);
179 uchar_t *vi);
181 media_block_t *block, uchar_t *vi);
2795 caddr_t io_reg, uchar_t *vi, int maxlen) in dnet_read_srom() argument
2803 dnet_read21040addr(devinfo, io_handle, io_reg, vi, &maxlen); in dnet_read_srom()
2806 dnet_read21140srom(io_handle, io_reg, vi, maxlen); in dnet_read_srom()
2813 dnet_dumpbin("SROM", vi, 1, maxlen); in dnet_read_srom()
2816 zerocheck |= vi[i]; in dnet_read_srom()
2817 all_ones &= vi[i]; in dnet_read_srom()
2820 return (get_alternative_srom_image(devinfo, vi, maxlen)); in dnet_read_srom()
[all …]
/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c454 ViMode vi; /* Parameters used when editing in vi mode */ member
1815 gl->vi.undo.line = NULL; in new_GetLine()
1816 gl->vi.undo.buff_curpos = 0; in new_GetLine()
1817 gl->vi.undo.ntotal = 0; in new_GetLine()
1818 gl->vi.undo.saved = 0; in new_GetLine()
1819 gl->vi.repeat.action.fn = 0; in new_GetLine()
1820 gl->vi.repeat.action.data = 0; in new_GetLine()
1821 gl->vi.repeat.count = 0; in new_GetLine()
1822 gl->vi.repeat.input_curpos = 0; in new_GetLine()
1823 gl->vi.repeat.command_curpos = 0; in new_GetLine()
[all …]
/illumos-gate/usr/src/cmd/bhyve/common/
H A Dbhyverun.c381 struct vcpu_info *vi = param; in fbsdrun_start_thread() local
386 snprintf(tname, sizeof(tname), "vcpu %d", vi->vcpuid); in fbsdrun_start_thread()
390 if (vcpumap[vi->vcpuid] != NULL) { in fbsdrun_start_thread()
392 sizeof(cpuset_t), vcpumap[vi->vcpuid]); in fbsdrun_start_thread()
397 gdb_cpu_add(vi->vcpu); in fbsdrun_start_thread()
399 vm_loop(vi->ctx, vi->vcpu); in fbsdrun_start_thread()
409 struct vcpu_info *vi; in fbsdrun_addcpu() local
413 vi = &vcpu_info[vcpuid]; in fbsdrun_addcpu()
415 error = vm_activate_cpu(vi->vcpu); in fbsdrun_addcpu()
417 err(EX_OSERR, "could not activate CPU %d", vi->vcpuid); in fbsdrun_addcpu()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_ioctl.h76 #define DMU_GET_STREAM_HDRTYPE(vi) BF64_GET((vi), 0, 2) argument
77 #define DMU_SET_STREAM_HDRTYPE(vi, x) BF64_SET((vi), 0, 2, x) argument
79 #define DMU_GET_FEATUREFLAGS(vi) BF64_GET((vi), 2, 30) argument
80 #define DMU_SET_FEATUREFLAGS(vi, x) BF64_SET((vi), 2, 30, x) argument
/illumos-gate/usr/src/cmd/vi/
H A DREADME24 for making ex/vi in the AT&T UNIX environment:
30 port - ex/vi source directory.
40 ** libpath is where ex/vi expects the strings file
41 (exstrings...this file is made as the ex/vi source
42 is compiled), and ex/vi 's recover & preserve commands
H A DMakefile34 POFILE= vi.po
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A Dksh-regress.tst13 OUTPUT - 'set --default --braceexpand --trackall --vi --viraw'
17 OUTPUT - 'set --default --braceexpand --privileged --trackall --vi --viraw'
24 OUTPUT - 'set --default --braceexpand --trackall --vi --viraw'
34 OUTPUT - 'set --default --braceexpand --privileged --trackall --vi --viraw'
49 OUTPUT - 'set --default --braceexpand --trackall --vi --viraw'
59 OUTPUT - 'set --default --braceexpand --privileged --trackall --vi --viraw'
74 OUTPUT - 'set --default --braceexpand --trackall --vi --viraw'
84 OUTPUT - 'set --default --braceexpand --privileged --trackall --vi --viraw'
93 OUTPUT - 'set --default --braceexpand --trackall --vi --viraw'
97 OUTPUT - 'set --default --braceexpand --privileged --trackall --vi --viraw'
[all …]
H A DDESIGN65 vi and emacs edit modes.
175 2. edit.c contains common editing and terminal code for vi and
180 6. vi.c contains the code for the vi editor.
H A DREADME69 RAWONLY off Turn on if the vi line mode doesn't work right unless
80 VSH on Compile with vi command line editing. The original vi
/illumos-gate/usr/src/cmd/vi/port/
H A Dex.news32 1. ex/vi modified to use an interim version of getopt(3),
33 so that ex/vi can migrate to standardized command syntax.
45 will be dropped from ex/vi.
49 types "vi -r file" when "file" is encrypted, the program will
55 vi -r file YES prompted for key associated
59 vi -r file NO regular recovery
62 vi -r -x file YES prompted for editing session key
67 vi -r -x file NO prompted for editing session key
80 4. the command "vi -r" or "vi -L" used to list recoverable files,
87 6. exit code of ex/vi reflects number of error/warning messages
[all …]
H A DMakefile95 $(ROOTHASBIN)/vedit $(ROOTHASBIN)/vi $(ROOTHASBIN)/view \
97 ROOTXPG4LINKS= $(ROOTXPG4BIN)/vi $(ROOTXPG4BIN)/view $(ROOTXPG4BIN)/edit \
99 ROOTXPG6LINKS= $(ROOTXPG6BIN)/vi $(ROOTXPG6BIN)/view $(ROOTXPG6BIN)/edit \
/illumos-gate/usr/src/ucbcmd/
H A DMakefile98 vi \
147 $(ROOTBIN)/vi := LINKDEST= ../bin/edit
/illumos-gate/usr/src/man/man1has/
H A DMakefile27 vi.1has
/illumos-gate/usr/src/lib/iconv_modules/
H A DMakefile28 SUBDIRS = common euro hi_IN ja ko th_TH zh utf-8 vi
/illumos-gate/usr/src/cmd/more/
H A Dmore.help18 v Start up vi at current line
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_mroute.c3325 struct vifctl vi; in ip_mroute_vif() local
3335 vi.vifc_vifi = vifi; in ip_mroute_vif()
3336 vi.vifc_flags = ipst->ips_vifs[vifi].v_flags; in ip_mroute_vif()
3337 vi.vifc_threshold = ipst->ips_vifs[vifi].v_threshold; in ip_mroute_vif()
3338 vi.vifc_rate_limit = ipst->ips_vifs[vifi].v_rate_limit; in ip_mroute_vif()
3339 vi.vifc_lcl_addr = ipst->ips_vifs[vifi].v_lcl_addr; in ip_mroute_vif()
3340 vi.vifc_rmt_addr = ipst->ips_vifs[vifi].v_rmt_addr; in ip_mroute_vif()
3341 vi.vifc_pkt_in = ipst->ips_vifs[vifi].v_pkt_in; in ip_mroute_vif()
3342 vi.vifc_pkt_out = ipst->ips_vifs[vifi].v_pkt_out; in ip_mroute_vif()
3344 if (!snmp_append_data(mp, (char *)&vi, sizeof (vi))) { in ip_mroute_vif()
[all …]
/illumos-gate/usr/src/cmd/ast/libshell/
H A DMakefile.defs68 edit/vi.o \
/illumos-gate/usr/src/cmd/
H A DMakefile449 vi \
733 vi \
/illumos-gate/usr/src/pkg/manifests/
H A Dlocale-vi.p5m15 set name=pkg.fmri value=pkg:/locale/vi@$(PKGVERS)
H A Dsystem-xopen-xcu6.p5m48 hardlink path=usr/xpg6/bin/vi target=../../../usr/xpg6/bin/edit
/illumos-gate/usr/src/lib/libgen/common/
H A Dmapfile-vers88 _compile; # just for vi
/illumos-gate/usr/src/data/terminfo/extras/
H A Drxvt-unicode.termcap29 :vb=\E[?5h\E[?5l:ve=\E[?12l\E[?25h:vi=\E[?25l:\
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Doptions.sh239 unset verbose vi \
240 viraw vi-raw vi_raw
/illumos-gate/usr/src/cmd/nsadmin/
H A Dksh.kshrc34 if [[ "$(set +o)" != ~(Er)--(gmacs|emacs|vi)( .*|) ]] ; then

123