Searched refs:nv (Results 201 - 225 of 239) sorted by relevance

12345678910

/freebsd-current/sys/net/
H A Dif.c58 #include <sys/nv.h>
2422 if_capnv_to_capint(const nvlist_t *nv, int *old_cap, argument
2429 if (nvlist_exists_bool(nv, nn[i].cap_name)) {
2430 if (all || nvlist_get_bool(nv, nn[i].cap_name))
2440 if_capint_to_capnv(nvlist_t *nv, const struct ifcap_nv_bit_name *nn, argument
2447 nvlist_add_bool(nv, nn[i].cap_name,
/freebsd-current/lib/libcasper/services/cap_dns/
H A Dcap_dns.c34 #include <sys/nv.h>
/freebsd-current/sys/dev/vnic/
H A Dnic_main.c70 #include <sys/nv.h>
H A Dnicvf_main.c73 #include <sys/nv.h>
/freebsd-current/sys/contrib/openzfs/include/sys/
H A Ddmu.h985 void dmu_objset_stats(objset_t *os, struct nvlist *nv);
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Ddmu_objset.c2574 dmu_objset_stats(objset_t *os, nvlist_t *nv) argument
2580 dsl_dataset_stats(os->os_dsl_dataset, nv);
2582 dsl_prop_nvlist_add_uint64(nv, ZFS_PROP_TYPE,
2584 dsl_prop_nvlist_add_uint64(nv, ZFS_PROP_USERACCOUNTING,
/freebsd-current/lib/libnv/tests/
H A Dnv_tests.cc28 #include <sys/nv.h>
H A Dnv_array_tests.cc29 #include <sys/nv.h>
H A Dcnv_tests.cc29 #include <sys/nv.h>
/freebsd-current/lib/libcasper/services/cap_net/
H A Dcap_net.c31 #include <sys/nv.h>
/freebsd-current/lib/libcasper/services/cap_pwd/tests/
H A Dpwd_test.c33 #include <sys/nv.h>
/freebsd-current/lib/libcasper/services/cap_grp/tests/
H A Dgrp_test.c33 #include <sys/nv.h>
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h43 #include <sys/nv.h>
/freebsd-current/sys/dev/pci/
H A Dpci_iov.c51 #include <sys/nv.h>
/freebsd-current/crypto/openssh/
H A Dservconf.c474 #define CLEAR_ON_NONE_ARRAY(v, nv, none) \
476 if (options->nv == 1 && \
481 options->nv = 0; \
H A Dreadconf.c2889 #define CLEAR_ON_NONE_ARRAY(v, nv, none) \
2891 if (options->nv == 1 && \
2896 options->nv = 0; \
/freebsd-current/contrib/elftoolchain/readelf/
H A Dreadelf.c3940 nv = realloc(re->ver, \
3942 if (nv == NULL) { \
3947 re->ver = nv; \
3965 struct symver *nv; local
4040 struct symver *nv; local
/freebsd-current/contrib/sqlite3/
H A Dshell.c4757 int nb, nc, nv = sqlite3_value_bytes(av[0]); local
4765 nb = nv;
4766 nc = 4*(nv+2/3); /* quads needed */
4786 nc = nv;
4787 nb = 3*((nv+3)/4); /* may overestimate due to LF and padding */
5133 int nb, nc, nv = sqlite3_value_bytes(av[0]); local
5141 nb = nv;
5143 nc = 5*(nv/4) + nv%4 + nv/6
[all...]
/freebsd-current/sys/contrib/libnv/
H A Dnvlist.c69 #include <sys/nv.h>
H A Dbsd_nvpair.c66 #include <sys/nv.h>
/freebsd-current/contrib/tcpdump/
H A Dtcpdump.c93 #include <sys/nv.h>
/freebsd-current/usr.bin/kdump/
H A Dkdump.c58 #include <sys/nv.h>
/freebsd-current/sys/cam/ctl/
H A Dctl_backend_ramdisk.c62 #include <sys/nv.h>
/freebsd-current/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c935 nvlist_t *nv = vdevs[i]; local
938 if (nvlist_lookup_uint64(nv, ZPOOL_CONFIG_ASHIFT, &ashift) != 0)
941 if (nvlist_lookup_uint64(nv, ZPOOL_CONFIG_DRAID_NDATA,
945 } else if (nvlist_lookup_uint64(nv, ZPOOL_CONFIG_NPARITY,
/freebsd-current/sbin/ifconfig/
H A Difconfig.c39 #include <sys/nv.h>

Completed in 382 milliseconds

12345678910