Searched refs:nvlist_add_nvlist_array (Results 1 - 25 of 25) sorted by relevance

/freebsd-current/sys/modules/zfs/
H A Dstatic_ccompile.h12 #define nvlist_add_nvlist_array spl_nvlist_add_nvlist_array macro
/freebsd-current/stand/libsa/zfs/
H A Dnvlist.h162 int nvlist_add_nvlist_array(nvlist_t *, const char *, nvlist_t **, uint32_t);
H A Dnvlist.c1492 nvlist_add_nvlist_array(nvlist_t *nvl, const char *name, nvlist_t **a, function
/freebsd-current/lib/libnv/tests/
H A Dnv_array_tests.cc278 nvlist_add_nvlist_array(nvl, key, (const nvlist_t * const *)testnvl, 8);
383 nvlist_add_nvlist_array(src, "nvl/array",
702 nvlist_add_nvlist_array(nvl, "nvl/nvlist", NULL, 0);
734 nvlist_add_nvlist_array(nvl, "nvl/nvlist", nvladd, 1);
782 nvlist_add_nvlist_array(nvl, "nvl/nvlist_array", test, nitems(test));
786 nvlist_add_nvlist_array(nasted, "nvl/nvl/nvlist_array", test,
849 nvlist_add_nvlist_array(nvl, "nvl/nvlist_array", test, 5);
853 nvlist_add_nvlist_array(nasted, "nvl/nvl/nvlist_array", test, 5);
1124 nvlist_add_nvlist_array(nvl, key, (const nvlist_t * const *)testnvl, 8);
H A Dcnv_tests.cc455 nvlist_add_nvlist_array(nvl, key, in_array, 6);
944 nvlist_add_nvlist_array(nvl, key, (const nvlist_t * const *)testnvl, 8);
1446 nvlist_add_nvlist_array(nvl, key, (const nvlist_t * const *)testnvl, 8);
/freebsd-current/contrib/wireguard-tools/
H A Dipc-freebsd.h318 nvlist_add_nvlist_array(nvl_peers[i], "allowed-ips", (const nvlist_t *const *)nvl_aips, j);
336 nvlist_add_nvlist_array(nvl_device, "peers", (const nvlist_t *const *)nvl_peers, i);
/freebsd-current/sys/contrib/openzfs/lib/libzfsbootenv/
H A Dlzbe_pair.c296 rv = nvlist_add_nvlist_array(nv, key, (const nvlist_t **)value,
/freebsd-current/sys/sys/
H A Dnv_namespace.h89 #define nvlist_add_nvlist_array FreeBSD_nvlist_add_nvlist_array macro
H A Dnv.h158 void nvlist_add_nvlist_array(nvlist_t *nvl, const char *name, const nvlist_t * const *value, size_t nitems);
/freebsd-current/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_nvlist.py209 ret = _lib.nvlist_add_nvlist_array(nvlist, key, c_array, len(c_array))
/freebsd-current/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_vdev.c1684 verify(nvlist_add_nvlist_array(nv,
1750 verify(nvlist_add_nvlist_array(nvroot, ZPOOL_CONFIG_CHILDREN,
1753 verify(nvlist_add_nvlist_array(nvroot, ZPOOL_CONFIG_SPARES,
1756 verify(nvlist_add_nvlist_array(nvroot, ZPOOL_CONFIG_L2CACHE,
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dfm.c711 ret = nvlist_add_nvlist_array(payload, name,
868 if (nvlist_add_nvlist_array(fmri, FM_FMRI_HC_LIST,
965 if (nvlist_add_nvlist_array(fmri, FM_FMRI_HC_LIST,
/freebsd-current/sys/contrib/openzfs/cmd/zed/agents/
H A Dzfs_retire.c301 (void) nvlist_add_nvlist_array(replacement,
H A Dfmd_api.c421 err |= nvlist_add_nvlist_array(nvl, FM_SUSPECT_FAULT_LIST,
H A Dzfs_mod.c555 nvlist_add_nvlist_array(nvroot, ZPOOL_CONFIG_CHILDREN,
/freebsd-current/sys/contrib/openzfs/include/sys/
H A Dnvpair.h205 _SYS_NVPAIR_H int nvlist_add_nvlist_array(nvlist_t *, const char *,
/freebsd-current/sys/contrib/openzfs/module/nvpair/
H A Dfnvpair.c295 VERIFY0(nvlist_add_nvlist_array(nvl, name, val, n));
H A Dnvpair.c1449 nvlist_add_nvlist_array(nvlist_t *nvl, const char *name, function
3729 EXPORT_SYMBOL(nvlist_add_nvlist_array); variable
/freebsd-current/usr.sbin/makefs/
H A Dzfs.c351 nvlist_add_nvlist_array(rootvdevnv, ZPOOL_CONFIG_CHILDREN, &diskvdevnv,
/freebsd-current/cddl/usr.sbin/zfsd/tests/
H A Dzfsd_unittest.cc865 ASSERT_EQ(0, nvlist_add_nvlist_array(rootVdev, ZPOOL_CONFIG_CHILDREN,
/freebsd-current/cddl/usr.sbin/zfsd/
H A Dcase_file.cc1180 || nvlist_add_nvlist_array(nvroot, ZPOOL_CONFIG_CHILDREN,
/freebsd-current/sys/contrib/openzfs/lib/libzutil/
H A Dzutil_import.c775 nvlist_add_nvlist_array(nvroot, ZPOOL_CONFIG_CHILDREN,
/freebsd-current/sys/dev/wg/
H A Dif_wg.c2685 nvlist_add_nvlist_array(nvl_peer, "allowed-ips", (const nvlist_t *const *)nvl_aips, aip_count);
2694 nvlist_add_nvlist_array(nvl, "peers", (const nvlist_t * const *)nvl_peers, peer_count);
/freebsd-current/share/man/man9/
H A DMakefile1639 nv.9 nvlist_add_nvlist_array.9 \
/freebsd-current/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c3902 if (nvlist_add_nvlist_array(*newroot, ZPOOL_CONFIG_CHILDREN,

Completed in 602 milliseconds