Home
last modified time | relevance | path

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

1234567891011

/src/contrib/tcsh/nls/ja/
H A Dset310 8 カーソル位置の大文字小文字を変換し、1文字移動(vi)
11 9 行末までを変更(vi)
83 81 次のワードの先頭へ移動(vi)
84 82 カーソルの後ろへ挿入モードへ移行(vi)
85 83 カーソル位置に挿入モードへ移行(vi)
86 84 カーソル位置の大文字小文字を変換し、1文字進む(vi)
88 86 行末までを変更(vi)
89 87 コマンドモードへ移行 (キー割り当て変更)(vi)
90 88 コマンドモードでの現在のワードの補完(vi)
91 89 前の文字に移動(バックスペイス)(vi)
[all …]
/src/sys/dev/cxgbe/
H A Dt4_netmap.c125 alloc_nm_rxq(struct vi_info *vi, struct sge_nm_rxq *nm_rxq, int intr_idx, in alloc_nm_rxq() argument
134 struct adapter *sc = vi->adapter; in alloc_nm_rxq()
135 struct netmap_adapter *na = NA(vi->ifp); in alloc_nm_rxq()
139 len = vi->qsize_rxq * IQ_ESIZE; in alloc_nm_rxq()
151 nm_rxq->vi = vi; in alloc_nm_rxq()
154 nm_rxq->iq_sidx = vi->qsize_rxq - sc->params.sge.spg_len / IQ_ESIZE; in alloc_nm_rxq()
162 ctx = &vi->ctx; in alloc_nm_rxq()
163 children = SYSCTL_CHILDREN(vi->nm_rxq_oid); in alloc_nm_rxq()
193 free_nm_rxq(struct vi_info *vi, struct sge_nm_rxq *nm_rxq) in free_nm_rxq() argument
195 struct adapter *sc = vi->adapter; in free_nm_rxq()
[all …]
H A Dt4_main.c1507 pi->vi = malloc(sizeof(struct vi_info) * t4_num_vis, M_CXGBE, in t4_attach()
1518 free(pi->vi, M_CXGBE); in t4_attach()
1568 pi->vi[0].dev = pi->dev; in t4_attach()
1685 struct vi_info *vi; in t4_attach() local
1691 for_each_vi(pi, j, vi) { in t4_attach()
1692 vi->pi = pi; in t4_attach()
1693 vi->adapter = sc; in t4_attach()
1694 vi->first_intr = -1; in t4_attach()
1695 vi->qsize_rxq = t4_qsize_rxq; in t4_attach()
1696 vi->qsize_txq = t4_qsize_txq; in t4_attach()
[all …]
H A Dadapter.h199 #define IS_DETACHING(vi) ((vi)->flags & VI_DETACHING) argument
200 #define SET_DETACHING(vi) do {(vi)->flags |= VI_DETACHING;} while (0) argument
201 #define CLR_DETACHING(vi) do {(vi)->flags &= ~VI_DETACHING;} while (0) argument
318 struct vi_info *vi; member
352 #define IS_MAIN_VI(vi) ((vi) == &((vi)->pi->vi[0])) argument
841 struct vi_info *vi; member
1154 #define for_each_txq(vi, iter, q) \ argument
1155 for (q = &vi->adapter->sge.txq[vi->first_txq], iter = 0; \
1156 iter < vi->ntxq; ++iter, ++q)
1157 #define for_each_rxq(vi, iter, q) \ argument
[all …]
H A Dt4_vf.c675 pi->vi = malloc(sizeof(struct vi_info) * pi->nvi, M_CXGBE, in t4vf_attach()
686 free(pi->vi, M_CXGBE); in t4vf_attach()
721 pi->vi[0].dev = pi->dev; in t4vf_attach()
764 struct vi_info *vi; in t4vf_attach() local
769 for_each_vi(pi, j, vi) { in t4vf_attach()
770 vi->pi = pi; in t4vf_attach()
771 vi->adapter = sc; in t4vf_attach()
772 vi->qsize_rxq = t4_qsize_rxq; in t4vf_attach()
773 vi->qsize_txq = t4_qsize_txq; in t4vf_attach()
775 vi->first_rxq = rqidx; in t4vf_attach()
[all …]
H A Dt4_sge.c1150 t4_setup_vi_queues(struct vi_info *vi) in t4_setup_vi_queues() argument
1166 struct adapter *sc = vi->adapter; in t4_setup_vi_queues()
1167 if_t ifp = vi->ifp; in t4_setup_vi_queues()
1171 intr_idx = vi->first_intr; in t4_setup_vi_queues()
1179 MPASS(vi->first_intr >= 0); in t4_setup_vi_queues()
1186 for_each_nm_rxq(vi, i, nm_rxq) { in t4_setup_vi_queues()
1187 rc = alloc_nm_rxq(vi, nm_rxq, intr_idx, i); in t4_setup_vi_queues()
1193 for_each_nm_txq(vi, i, nm_txq) { in t4_setup_vi_queues()
1194 iqidx = vi->first_nm_rxq + (i % vi->nnmrxq); in t4_setup_vi_queues()
1195 rc = alloc_nm_txq(vi, nm_txq, iqidx, i); in t4_setup_vi_queues()
[all …]
H A Dt4_sched.c178 if (!in_range(p->pktsize, 64, if_getmtu(pi->vi[0].ifp))) in set_sched_class_params()
406 struct vi_info *vi; in t4_set_sched_queue() local
418 vi = &pi->vi[0]; in t4_set_sched_queue()
421 if (!(vi->flags & VI_INIT_DONE)) in t4_set_sched_queue()
423 MPASS(vi->ntxq > 0); in t4_set_sched_queue()
425 if (!in_range(p->queue, 0, vi->ntxq - 1) || in t4_set_sched_queue()
434 for_each_txq(vi, i, txq) { in t4_set_sched_queue()
444 txq = &sc->sge.txq[vi->first_txq + p->queue]; in t4_set_sched_queue()
509 pktsize = if_getmtu(pi->vi[0].ifp); in t4_reserve_cl_rl_kbps()
592 struct vi_info *vi = arg1; in sysctl_tc() local
[all …]
/src/contrib/nvi/
H A DCMakeLists.txt68 vi/getc.c vi/v_at.c vi/v_ch.c vi/v_cmd.c vi/v_delete.c vi/v_ex.c
69 vi/v_increment.c vi/v_init.c vi/v_itxt.c vi/v_left.c vi/v_mark.c
70 vi/v_match.c vi/v_paragraph.c vi/v_put.c vi/v_redraw.c vi/v_replace.c
71 vi/v_right.c vi/v_screen.c vi/v_scroll.c vi/v_search.c vi/v_section.c
72 vi/v_sentence.c vi/v_status.c vi/v_txt.c vi/v_ulcase.c vi/v_undo.c
73 vi/v_util.c vi/v_word.c vi/v_xchar.c vi/v_yank.c vi/v_z.c vi/v_zexit.c
74 vi/vi.c vi/vs_line.c vi/vs_msg.c vi/vs_refresh.c vi/vs_relative.c
75 vi/vs_smap.c vi/vs_split.c)
238 set(vi_cv_path_preserve /var/tmp/vi.recover/)
240 set(vi_cv_path_msgcat /usr/local/share/vi/catalog/)
[all …]
/src/share/doc/usd/13.viref/
H A DMakefile2 EXTRA= ex.cmd.roff ref.so set.opt.roff vi.cmd.roff
4 CLEANFILES= vi.ref-patched index
9 vi.ref-patched: vi.ref
14 SRCS+= vi.ref-${_dev}
16 CLEANFILES+= index.so.${_dev} vi.ref-${_dev}
18 vi.ref-${_dev}: index.so.${_dev}
19 sed -e 's:^\.so index\.so\.\\\*\[\.T\]$$:${_dev}:' vi.ref-patched > ${.TARGET}
22 index.so.${_dev}: vi.ref-patched ${EXTRA:Nindex.so.${_dev}}
23 sed -e 's:^\.so index\.so\.\\\*\[\.T\]$$::' vi.ref-patched | \
/src/lib/libvmmapi/riscv/
H A Dvmmapi_machdep.c74 struct vm_irq vi; in vm_assert_irq() local
76 bzero(&vi, sizeof(vi)); in vm_assert_irq()
77 vi.irq = irq; in vm_assert_irq()
79 return (ioctl(ctx->fd, VM_ASSERT_IRQ, &vi)); in vm_assert_irq()
85 struct vm_irq vi; in vm_deassert_irq() local
87 bzero(&vi, sizeof(vi)); in vm_deassert_irq()
88 vi.irq = irq; in vm_deassert_irq()
90 return (ioctl(ctx->fd, VM_DEASSERT_IRQ, &vi)); in vm_deassert_irq()
/src/libexec/rc/rc.d/
H A Dvirecover21 [ -d /var/tmp/vi.recover ] || return
22 find /var/tmp/vi.recover ! -type f -a ! -type d -delete
23 vibackup=`echo /var/tmp/vi.recover/vi.*`
26 for i in /var/tmp/vi.recover/vi.*; do
41 virecovery=`echo /var/tmp/vi.recover/recover.*`
43 for i in /var/tmp/vi.recover/recover.*; do
/src/lib/libvmmapi/aarch64/
H A Dvmmapi_machdep.c82 struct vm_irq vi; in vm_assert_irq() local
84 bzero(&vi, sizeof(vi)); in vm_assert_irq()
85 vi.irq = irq; in vm_assert_irq()
87 return (ioctl(ctx->fd, VM_ASSERT_IRQ, &vi)); in vm_assert_irq()
93 struct vm_irq vi; in vm_deassert_irq() local
95 bzero(&vi, sizeof(vi)); in vm_deassert_irq()
96 vi.irq = irq; in vm_deassert_irq()
98 return (ioctl(ctx->fd, VM_DEASSERT_IRQ, &vi)); in vm_deassert_irq()
/src/sys/netpfil/ipfw/
H A Dip_fw_table_value.c132 struct namedobj_instance *vi; in get_value_ptrs() local
136 vi = CHAIN_TO_VI(ch); in get_value_ptrs()
139 vi = NULL; in get_value_ptrs()
146 *pvi = vi; in get_value_ptrs()
181 struct namedobj_instance *vi; in resize_shared_value_storage() local
194 vi = CHAIN_TO_VI(ch); in resize_shared_value_storage()
234 ipfw_objhash_foreach(vi, update_tvalue, &da); in resize_shared_value_storage()
248 unref_table_value(struct namedobj_instance *vi, struct table_value *pval, in unref_table_value() argument
258 ptvl = (struct table_val_link *)ipfw_objhash_lookup_kidx(vi, kidx); in unref_table_value()
260 ipfw_objhash_del(vi, &ptvl->no); in unref_table_value()
[all …]
/src/usr.bin/vi/
H A DMakefile6 PACKAGE= vi
21 LINKS+= ${BINDIR}/${VI} ${BINDIR}/vi ${BINDIR}/${EX} ${BINDIR}/ex
24 MAN= ${SRCDIR}/man/vi.1
25 MLINKS+=vi.1 ex.1 vi.1 view.1
26 MLINKS+=vi.1 nex.1 vi.1 nview.1 vi.1 nvi.1
31 .PATH: ${SRCDIR}/vi
68 v_util.c v_word.c v_xchar.c v_yank.c v_z.c v_zexit.c vi.c
/src/sys/dev/syscons/
H A Dscterm-dumb.c115 vid_info_t *vi; in dumb_ioctl() local
122 vi = (vid_info_t *)data; in dumb_ioctl()
123 if (vi->size != sizeof(struct vid_info)) in dumb_ioctl()
125 vi->mv_norm.fore = SC_NORM_ATTR & 0x0f; in dumb_ioctl()
126 vi->mv_norm.back = (SC_NORM_ATTR >> 4) & 0x0f; in dumb_ioctl()
127 vi->mv_rev.fore = SC_NORM_ATTR & 0x0f; in dumb_ioctl()
128 vi->mv_rev.back = (SC_NORM_ATTR >> 4) & 0x0f; in dumb_ioctl()
/src/sys/arm/ti/am335x/
H A Dam335x_lcd_syscons.c337 video_info_t *vi; in am335x_syscons_update_margins() local
340 vi = &adp->va_info; in am335x_syscons_update_margins()
342 sc->xmargin = (sc->width - (vi->vi_width * vi->vi_cwidth)) / 2; in am335x_syscons_update_margins()
343 sc->ymargin = (sc->height - (vi->vi_height * vi->vi_cheight))/2; in am335x_syscons_update_margins()
417 video_info_t *vi; in am335x_syscons_init() local
420 vi = &adp->va_info; in am335x_syscons_init()
425 vi->vi_cheight = AM335X_FONT_HEIGHT; in am335x_syscons_init()
426 vi->vi_cwidth = 8; in am335x_syscons_init()
428 vi->vi_width = sc->width/8; in am335x_syscons_init()
429 vi->vi_height = sc->height/vi->vi_cheight; in am335x_syscons_init()
[all …]
/src/sys/arm/broadcom/bcm2835/
H A Dbcm2835_fb.c419 video_info_t *vi; in bcmfb_update_margins() local
422 vi = &adp->va_info; in bcmfb_update_margins()
424 sc->xmargin = (sc->width - (vi->vi_width * vi->vi_cwidth)) / 2; in bcmfb_update_margins()
425 sc->ymargin = (sc->height - (vi->vi_height * vi->vi_cheight)) / 2; in bcmfb_update_margins()
507 video_info_t *vi; in bcmfb_init() local
510 vi = &adp->va_info; in bcmfb_init()
515 vi->vi_cheight = BCMFB_FONT_HEIGHT; in bcmfb_init()
516 vi->vi_cwidth = BCMFB_FONT_WIDTH; in bcmfb_init()
517 vi->vi_width = sc->width / vi->vi_cwidth; in bcmfb_init()
518 vi->vi_height = sc->height / vi->vi_cheight; in bcmfb_init()
[all …]
/src/sys/riscv/vmm/
H A Dvmm_dev_machdep.c121 struct vm_irq *vi; in vmmdev_machdep_ioctl() local
123 vi = (struct vm_irq *)data; in vmmdev_machdep_ioctl()
124 error = vm_assert_irq(vm, vi->irq); in vmmdev_machdep_ioctl()
128 struct vm_irq *vi; in vmmdev_machdep_ioctl() local
130 vi = (struct vm_irq *)data; in vmmdev_machdep_ioctl()
131 error = vm_deassert_irq(vm, vi->irq); in vmmdev_machdep_ioctl()
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltinsNVPTX.def604 BUILTIN(__nvvm_bar_sync, "vi", "n")
938 TARGET_BUILTIN(__hmma_m16n16k16_ld_a, "vi*iC*UiIi", "", AND(SM_70,PTX60))
939 TARGET_BUILTIN(__hmma_m16n16k16_ld_b, "vi*iC*UiIi", "", AND(SM_70,PTX60))
940 TARGET_BUILTIN(__hmma_m16n16k16_ld_c_f16, "vi*iC*UiIi", "", AND(SM_70,PTX60))
942 TARGET_BUILTIN(__hmma_m16n16k16_st_c_f16, "vi*iC*UiIi", "", AND(SM_70,PTX60))
945 TARGET_BUILTIN(__hmma_m32n8k16_ld_a, "vi*iC*UiIi", "", AND(SM_70,PTX61))
946 TARGET_BUILTIN(__hmma_m32n8k16_ld_b, "vi*iC*UiIi", "", AND(SM_70,PTX61))
947 TARGET_BUILTIN(__hmma_m32n8k16_ld_c_f16, "vi*iC*UiIi", "", AND(SM_70,PTX61))
949 TARGET_BUILTIN(__hmma_m32n8k16_st_c_f16, "vi*iC*UiIi", "", AND(SM_70,PTX61))
952 TARGET_BUILTIN(__hmma_m8n32k16_ld_a, "vi*iC*UiIi", "", AND(SM_70,PTX61))
[all …]
/src/sys/arm64/vmm/
H A Dvmm_dev_machdep.c134 struct vm_irq *vi; in vmmdev_machdep_ioctl() local
136 vi = (struct vm_irq *)data; in vmmdev_machdep_ioctl()
137 error = vm_assert_irq(vm, vi->irq); in vmmdev_machdep_ioctl()
141 struct vm_irq *vi; in vmmdev_machdep_ioctl() local
143 vi = (struct vm_irq *)data; in vmmdev_machdep_ioctl()
144 error = vm_deassert_irq(vm, vi->irq); in vmmdev_machdep_ioctl()
/src/lib/libifconfig/
H A Dlibifconfig_sfp.c275 get_sfp_vendor_info(struct i2c_info *ii, struct ifconfig_sfp_vendor_info *vi) in get_sfp_vendor_info() argument
277 get_sff_string(ii, SFF_8472_BASE, SFF_8472_VENDOR_START, vi->name); in get_sfp_vendor_info()
278 get_sff_string(ii, SFF_8472_BASE, SFF_8472_PN_START, vi->pn); in get_sfp_vendor_info()
279 get_sff_string(ii, SFF_8472_BASE, SFF_8472_SN_START, vi->sn); in get_sfp_vendor_info()
280 get_sff_date(ii, SFF_8472_BASE, SFF_8472_DATE_START, vi->date); in get_sfp_vendor_info()
285 get_qsfp_vendor_info(struct i2c_info *ii, struct ifconfig_sfp_vendor_info *vi) in get_qsfp_vendor_info() argument
287 get_sff_string(ii, SFF_8436_BASE, SFF_8436_VENDOR_START, vi->name); in get_qsfp_vendor_info()
288 get_sff_string(ii, SFF_8436_BASE, SFF_8436_PN_START, vi->pn); in get_qsfp_vendor_info()
289 get_sff_string(ii, SFF_8436_BASE, SFF_8436_SN_START, vi->sn); in get_qsfp_vendor_info()
290 get_sff_date(ii, SFF_8436_BASE, SFF_8436_DATE_START, vi->date); in get_qsfp_vendor_info()
[all …]
/src/sys/dev/vmd/
H A Dvmd.c138 struct vmd_irq *vi; in vmd_free() local
152 vi = &sc->vmd_irq[i]; in vmd_free()
153 if (vi->vi_res == NULL) in vmd_free()
155 bus_teardown_intr(sc->psc.dev, vi->vi_res, in vmd_free()
156 vi->vi_handle); in vmd_free()
158 vi->vi_rid, vi->vi_res); in vmd_free()
253 struct vmd_irq *vi; in vmd_attach() local
364 vi = &sc->vmd_irq[i]; in vmd_attach()
365 vi->vi_rid = i + 1; in vmd_attach()
366 vi->vi_res = bus_alloc_resource_any(dev, SYS_RES_IRQ, in vmd_attach()
[all …]
/src/sys/dev/cxgbe/tom/
H A Dt4_connect.c93 update_tid_qid_sel(toep->vi, &toep->params, tid); in do_act_establish()
258 struct vi_info *vi; in t4_connect() local
275 vi = if_getsoftc(rt_ifp); in t4_connect()
279 vi = if_getsoftc(ifp); in t4_connect()
296 toep = alloc_toepcb(vi, M_NOWAIT); in t4_connect()
304 toep->l2te = t4_l2t_get(vi->pi, rt_ifp, in t4_connect()
310 init_conn_params(vi, &settings, &inp->inp_inc, so, NULL, in t4_connect()
312 init_toepcb(vi, toep); in t4_connect()
322 ntuple = select_ntuple(vi, toep->l2te); in t4_connect()
366 cpl->opt0 = calc_options0(vi, &toep->params); in t4_connect()
[all …]
/src/contrib/nvi/cl/
H A DREADME.signal1 There are six (normally) asynchronous actions about which vi cares:
16 can they handle interrupted system calls, so the vi routines that
22 switched vi into ex mode, and we continue that practice.
27 that the screen will not resize until vi runs out of keys, but
34 worse as more complex semantics are added to vi, especially things like
45 historic implementations of vi). Periodically reading the terminal
51 the historic version of vi didn't permit you to suspend the screen if
52 you were on the colon command line. This isn't right. ^Z isn't a vi
58 on DISCARD and LNEXT. To clarify, what vi WANTS is 8-bit clean, with
70 The second problem is that vi permits you to enter literal signal
[all …]
/src/lib/libedit/
H A DMakefile16 terminal.c tokenizer.c tokenizern.c tty.c vi.c
65 SRCS+= common.h emacs.h fcns.h func.h help.h vi.h
66 CLEANFILES+= common.h emacs.h fcns.h func.h help.h vi.h
70 AHDR= vi.h emacs.h common.h
71 ASRC= ${EDITDIR}/vi.c ${EDITDIR}/emacs.c ${EDITDIR}/common.c
75 .for hdr in vi emacs common

1234567891011