Home
last modified time | relevance | path

Searched refs:nvlist_clone (Results 1 – 15 of 15) sorted by relevance

/freebsd/lib/libnv/tests/
H A Dnv_tests.cc305 clone = nvlist_clone(nvl); in ATF_TEST_CASE_BODY()
330 clone = nvlist_clone(nvl); in ATF_TEST_CASE_BODY()
403 clone = nvlist_clone(nvl); in ATF_TEST_CASE_BODY()
423 clone = nvlist_clone(nvl); in ATF_TEST_CASE_BODY()
H A Dnv_array_tests.cc388 dst = nvlist_clone(src); in ATF_TEST_CASE_BODY()
/freebsd/usr.sbin/bhyve/
H A Dnet_backend_slirp.c127 config = nvlist_clone(nvl); in slirp_init()
/freebsd/sys/sys/
H A Dnv_namespace.h100 #define nvlist_clone FreeBSD_nvlist_clone macro
H A Dnv.h86 nvlist_t *nvlist_clone(const nvlist_t *nvl);
/freebsd/lib/libcasper/libcasper/
H A Dservice.c232 sconn->sc_limits = nvlist_clone(limits); in service_connection_add()
/freebsd/sys/contrib/libnv/
H A Dbsd_nvpair.c1264 nvl = nvlist_clone(value); in nvpair_create_nvlist()
1456 nvls[ii] = nvlist_clone(value[ii]); in nvpair_create_nvlist_array()
1987 nvl = nvlist_clone(value); in nvpair_append_nvlist_array()
H A Dnvlist.c434 nvlist_clone(const nvlist_t *nvl) in nvlist_clone() function
/freebsd/sys/cam/ctl/
H A Dctl_backend_ramdisk.c1139 cbe_lun->options = nvlist_clone(req->args_nvl); in ctl_backend_ramdisk_create()
1368 cbe_lun->options = nvlist_clone(req->args_nvl); in ctl_backend_ramdisk_modify()
H A Dctl_backend_block.c2653 cbe_lun->options = nvlist_clone(req->args_nvl); in ctl_be_block_create()
2938 cbe_lun->options = nvlist_clone(req->args_nvl); in ctl_be_block_modify()
H A Dctl_frontend_iscsi.c2205 port->options = nvlist_clone(req->args_nvl); in cfiscsi_ioctl_port_create()
/freebsd/usr.sbin/ctld/
H A Dctld.cc664 return (freebsd::nvlist_up(nvlist_clone(pg_options.get()))); in options()
1531 freebsd::nvlist_up nvl(nvlist_clone(l_options.get())); in options()
/freebsd/sys/dev/nvmf/controller/
H A Dctl_frontend_nvmf.c870 port->options = nvlist_clone(req->args_nvl); in nvmft_port_create()
/freebsd/sys/dev/sound/
H A Dsndstat.c958 provider_nvl = nvlist_clone( in sndstat_dsp_unpack_nvlist()
/freebsd/share/man/man9/
H A DMakefile1694 nv.9 nvlist_clone.9 \