Searched refs:cnv (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dutil.c99 nvlist_t *cnv = child[c]; local
102 if (nvlist_lookup_string(cnv, ZPOOL_CONFIG_PATH, &cname) &&
103 nvlist_lookup_string(cnv, ZPOOL_CONFIG_TYPE, &cname))
107 if (nvlist_lookup_uint64(cnv, ZPOOL_CONFIG_NPARITY, &np) == 0)
109 show_vdev_stats(tname, ctype, cnv, indent + 2);
/freebsd-11-stable/share/man/man9/
H A DMakefile60 cnv.9 \
625 MLINKS+=cnv.9 cnvlist.9 \
626 cnv.9 cnvlist_free_binary.9 \
627 cnv.9 cnvlist_free_bool.9 \
628 cnv.9 cnvlist_free_bool_array.9 \
629 cnv.9 cnvlist_free_descriptor.9 \
630 cnv.9 cnvlist_free_descriptor_array.9 \
631 cnv.9 cnvlist_free_null.9 \
632 cnv.9 cnvlist_free_number.9 \
633 cnv
[all...]
/freebsd-11-stable/lib/libc/locale/
H A Dlmonetary.c79 cnv(const char *str) function
115 cnv(l->NAME))
/freebsd-11-stable/tools/build/
H A DMakefile53 SYSINCS+= ${SRCTOP}/sys/sys/nv.h ${SRCTOP}/sys/sys/cnv.h
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_vdev.c657 nvlist_t *cnv = child[c]; local
666 verify(nvlist_lookup_string(cnv,
681 verify(nvlist_lookup_nvlist_array(cnv,
686 cnv = rchild[0];
688 verify(nvlist_lookup_string(cnv,
699 cnv,
704 cnv = rchild[0];
708 verify(nvlist_lookup_string(cnv,
/freebsd-11-stable/sys/contrib/libnv/
H A Dcnvlist.c49 #include <sys/cnv.h>
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/os/
H A Dfm.c234 nvlist_t *cnv; local
312 (void) nvpair_value_nvlist(nvp, &cnv);
313 c = fm_nvprintr(cnv, d + 1, c, cols);
/freebsd-11-stable/usr.sbin/config/
H A Dmkmakefile.c50 #include <sys/cnv.h>
/freebsd-11-stable/lib/libnv/tests/
H A Dcnv_tests.cc32 #include <sys/cnv.h>

Completed in 102 milliseconds