Searched refs:nvi (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/usr.bin/vi/
H A DMakefile8 SRCDIR= ${SRCTOP}/contrib/nvi
13 VI= nvi
17 PROG= nvi
27 MLINKS+=vi.1 nex.1 vi.1 nview.1 vi.1 nvi.1
/freebsd-13-stable/sys/dev/cxgbe/
H A Dt4_vf.c275 if (sc->params.vfres.nvi == 0) {
601 sc->params.nports = imin(sc->params.vfres.nvi, MAX_NPORTS);
633 pi->nvi = 1;
634 pi->vi = malloc(sizeof(struct vi_info) * pi->nvi, M_CXGBE,
H A Dadapter.h291 int nvi; member in struct:port_info
1019 for ((_vi) = (_pi)->vi, (_iter) = 0; (_iter) < (_pi)->nvi; \
H A Dt4_main.c1247 * pi->nvi's final value is known.
1428 pi->nvi = num_vis;
1825 if (vi->pi->nvi > 1 || sc->flags & IS_VF)
2806 * configuration file (nvi, rssnvi for this PF) if this is a
/freebsd-13-stable/usr.bin/vi/catalog/
H A DMakefile7 V= ${.CURDIR}/../../../contrib/nvi
/freebsd-13-stable/sys/dev/cxgbe/common/
H A Dt4vf_hw.c341 vfres->nvi = G_FW_PFVF_CMD_NVI(word);
H A Dcommon.h346 unsigned int nvi; /* N virtual interfaces */ member in struct:vf_resources
/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c3901 nvlist_t *nvi = NULL; local
3951 (void) zcmd_read_dst_nvlist(hdl, &zc, &nvi);
3954 nvi);
3955 nvlist_free(nvi);

Completed in 141 milliseconds