Home
last modified time | relevance | path

Searched refs:nvi (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_cfg.txt4 # nvi = 128 virtual interfaces
51 nvi = 1
63 nvi = 1
75 nvi = 1
87 nvi = 1
101 nvi = 32
133 nvi = 1
139 nvi = 1
148 nvi = 4
164 nvi = 1
[all …]
H A Dt6fw_cfg_hashfilter.txt4 # nvi = 128 virtual interfaces
86 nvi = 1
98 nvi = 1
110 nvi = 1
122 nvi = 1
136 nvi = 32
160 nvi = 1
166 nvi = 1
176 nvi = 4
193 nvi = 1
[all …]
H A Dt5fw_cfg.txt4 # nvi = 128 virtual interfaces
95 nvi = 1
107 nvi = 1
119 nvi = 1
131 nvi = 1
145 nvi = 32
178 nvi = 1
184 nvi = 1
193 nvi = 4
209 nvi = 1
[all …]
H A Dt5fw_cfg_hashfilter.txt4 # nvi = 128 virtual interfaces
104 nvi = 1
116 nvi = 1
128 nvi = 1
140 nvi = 1
154 nvi = 32
181 nvi = 1
187 nvi = 1
196 nvi = 4
212 nvi = 1
[all …]
H A Dt6fw_cfg.txt4 # nvi = 128 virtual interfaces
93 nvi = 1
105 nvi = 1
117 nvi = 1
129 nvi = 1
143 nvi = 32
178 nvi = 1
184 nvi = 1
194 nvi = 4
211 nvi = 1
[all …]
H A Dt4fw_cfg_uwire.txt311 nvi = 1 # 1 port
323 nvi = 1 # 1 port
335 nvi = 1 # 1 port
347 nvi = 1 # 1 port
364 nvi = 28 # NVI_UNIFIED
392 nvi = 4 # NPORTS
412 nvi = 4 # NPORTS
436 nvi = 4 # NVI_UNIFIED
451 nvi = 1 # 1 port
462 nvi = 1 # 1 port
[all …]
H A Dt5fw_cfg_uwire.txt347 nvi = 1 # 1 port
360 nvi = 1 # 1 port
373 nvi = 1 # 1 port
386 nvi = 1 # 1 port
404 nvi = 28 # NVI_UNIFIED
434 nvi = 4 # NPORTS
455 nvi = 4 # NPORTS
480 nvi = 4 # NVI_UNIFIED
496 nvi = 1 # 1 port
508 nvi = 1 # 1 port
[all …]
H A Dt6fw_cfg_uwire.txt362 nvi = 1 # 1 port
375 nvi = 1 # 1 port
387 nvi = 1 # 1 port
399 nvi = 1 # 1 port
417 nvi = 28 # NVI_UNIFIED
451 nvi = 4 # NPORTS
473 nvi = 4 # NPORTS
498 nvi = 4 # NVI_UNIFIED
514 nvi = 1 # 1 port
526 nvi = 1 # 1 port
[all …]
H A Dt5fw_cfg_fpga.txt334 nvi = 28 # NVI_UNIFIED
361 nvi = 4 # NPORTS
384 nvi = 4 # NVI_UNIFIED
399 nvi = 1 # 1 port
410 nvi = 1 # 1 port
H A Dt6fw_cfg_fpga.txt345 nvi = 28 # NVI_UNIFIED
377 nvi = 4 # NPORTS
402 nvi = 4 # NVI_UNIFIED
419 nvi = 1 # 1 port
431 nvi = 1 # 1 port
/freebsd/contrib/nvi/
H A DCMakeLists.txt119 add_executable(nvi) target
120 target_sources(nvi PRIVATE ${MAIN_PROTOS} ${CL_SRCS} ${COMMON_SRCS}
122 target_compile_definitions(nvi PRIVATE $<$<CONFIG:Debug>:DEBUG>
128 target_link_libraries(nvi PRIVATE ${UTIL_LIBRARY})
134 target_link_libraries(nvi PRIVATE ${RESOLV_LIBRARY})
139 target_compile_definitions(nvi PRIVATE _GNU_SOURCE)
153 target_compile_definitions(nvi PRIVATE _XOPEN_SOURCE_EXTENDED)
154 target_link_libraries(nvi PRIVATE regex)
158 target_compile_options(nvi PRIVATE -Wno-pointer-sign)
161 target_link_libraries(nvi PRIVATE ${CURSES_LIBRARY})
[all …]
H A DINSTALL.md12 Anything required by a minimal nvi, notably:
31 Upon finishing, the nvi2 executable will be available as `build/Debug/nvi`. To launch it in `ex` mo…
34 ln -s nvi build/Debug/ex
37 and run `./build/Debug/ex` rather than `./build/Debug/nvi`.
45 Upon finishing, you will be able to edit files with `./build/Release/nvi`.
H A DREADME1 This is version 2.2.1 (2023-09-25) of nex/nvi, a reimplementation of the ex/vi
25 techniques in his nvi-m17n.
/freebsd/usr.bin/vi/
H A DMakefile7 SRCDIR= ${SRCTOP}/contrib/nvi
12 VI= nvi
16 PROG= nvi
26 MLINKS+=vi.1 nex.1 vi.1 nview.1 vi.1 nvi.1
/freebsd/contrib/nvi/catalog/
H A DREADME1 Generally, all non-system error and informational messages in nvi are
6 Message catalogs in nvi are fairly simple. Every catalog message
81 To create a new catalog for nvi:
101 This simply means that a message was deleted during the course of nvi's
106 If you add new messages to the nvi sources, you can check your work by
116 To select a catalog when running nvi, set the "msgcat" option. If the
/freebsd/sys/dev/cxgbe/
H A Dt4_vf.c273 if (sc->params.vfres.nvi == 0) { in get_params__post_init()
604 sc->params.nports = imin(sc->params.vfres.nvi, MAX_NPORTS); in t4vf_attach()
636 pi->nvi = 1; in t4vf_attach()
637 pi->vi = malloc(sizeof(struct vi_info) * pi->nvi, M_CXGBE, in t4vf_attach()
H A Dadapter.h307 int nvi; member
1099 for ((_vi) = (_pi)->vi, (_iter) = 0; (_iter) < (_pi)->nvi; \
H A Dt4_main.c1573 pi->nvi = num_vis; in t4_attach()
2756 if (vi->pi->nvi > 1 || sc->flags & IS_VF) in cxgbe_vi_attach()
6598 if (vi->pi->nvi > 1 || sc->flags & IS_VF) in cxgbe_init_synchronized()
/freebsd/contrib/ncurses/man/
H A Dmanhtml.externs48 nvi(1)
/freebsd/usr.bin/vi/catalog/
H A DMakefile6 V= ${.CURDIR}/../../../contrib/nvi
/freebsd/share/doc/smm/01.setup/
H A Dspell.ok427 nvi
/freebsd/sys/dev/cxgbe/common/
H A Dt4vf_hw.c342 vfres->nvi = G_FW_PFVF_CMD_NVI(word); in t4vf_get_vfres()
H A Dcommon.h347 unsigned int nvi; /* N virtual interfaces */ member
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c4233 nvlist_t *nvi = NULL; in zpool_clear() local
4275 (void) zcmd_read_dst_nvlist(hdl, &zc, &nvi); in zpool_clear()
4278 nvi); in zpool_clear()
4279 nvlist_free(nvi); in zpool_clear()
/freebsd/contrib/ncurses/
H A DANNOUNCE575 nvi

12