/freebsd/usr.sbin/iovctl/ |
H A D | validate.c | 69 nvlist_move_nvlist(subsystem, DRIVER_CONFIG_NAME, empty_driver); in find_config() 70 nvlist_move_nvlist(subsystem, IOV_CONFIG_NAME, empty_iov); in find_config() 141 nvlist_move_nvlist(device_config, subsystem, config); in apply_subsystem_defaults() 236 nvlist_move_nvlist(config, PF_CONFIG_NAME, pf); in validate_config() 256 nvlist_move_nvlist(config, device_name, vf); in validate_config()
|
H A D | parse.c | 266 nvlist_move_nvlist(subsystem_config, DRIVER_CONFIG_NAME, driver_config); in parse_device_config() 267 nvlist_move_nvlist(subsystem_config, IOV_CONFIG_NAME, iov_config); in parse_device_config() 268 nvlist_move_nvlist(config, subsystem, subsystem_config); in parse_device_config()
|
/freebsd/sys/dev/pci/ |
H A D | pci_iov_schema.c | 176 nvlist_move_nvlist(schema, name, entry); in pci_iov_schema_add_bool() 196 nvlist_move_nvlist(schema, name, entry); in pci_iov_schema_add_string() 216 nvlist_move_nvlist(schema, name, entry); in pci_iov_schema_int() 268 nvlist_move_nvlist(schema, name, entry); in pci_iov_schema_add_unicast_mac() 288 nvlist_move_nvlist(schema, name, entry); in pci_iov_schema_add_vlan() 759 nvlist_move_nvlist(device_config, IOV_CONFIG_NAME, iov_config); in pci_iov_schema_validate_device() 760 nvlist_move_nvlist(device_config, DRIVER_CONFIG_NAME, driver_config); in pci_iov_schema_validate_device() 761 nvlist_move_nvlist(config, config_device, device_config); in pci_iov_schema_validate_device()
|
H A D | pci_iov.c | 277 nvlist_move_nvlist(pf_schema, DRIVER_CONFIG_NAME, *driver_schema); in pci_iov_build_pf_schema() 278 nvlist_move_nvlist(pf_schema, IOV_CONFIG_NAME, iov_schema); in pci_iov_build_pf_schema() 279 nvlist_move_nvlist(schema, PF_CONFIG_NAME, pf_schema); in pci_iov_build_pf_schema() 302 nvlist_move_nvlist(vf_schema, DRIVER_CONFIG_NAME, *driver_schema); in pci_iov_build_vf_schema() 303 nvlist_move_nvlist(vf_schema, IOV_CONFIG_NAME, iov_schema); in pci_iov_build_vf_schema() 304 nvlist_move_nvlist(schema, VF_SCHEMA_NAME, vf_schema); in pci_iov_build_vf_schema()
|
/freebsd/lib/libnv/tests/ |
H A D | nv_tests.cc | 363 nvlist_move_nvlist(nvl, test_subnvlist_key, sublist); in create_test_nvlist() 559 nvlist_move_nvlist(nvl, nvkey, nvvalue); in ATF_TEST_CASE_BODY() 686 nvlist_move_nvlist(parent, "test", NULL); in ATF_TEST_CASE_BODY() 702 nvlist_move_nvlist(parent, "test", nvl); in ATF_TEST_CASE_BODY() 722 nvlist_move_nvlist(nvl, key, value); in ATF_TEST_CASE_BODY() 792 nvlist_move_nvlist(nvl, otherkey2, otherval2); in ATF_TEST_CASE_BODY() 925 nvlist_move_nvlist(nvl, testkey, testval); in ATF_TEST_CASE_BODY() 945 nvlist_move_nvlist(nvl, testkey, testval); in ATF_TEST_CASE_BODY() 949 nvlist_move_nvlist(nvl, otherkey1, otherval1); in ATF_TEST_CASE_BODY()
|
H A D | dnv_tests.cc | 167 nvlist_move_nvlist(nvl, key, value); in ATF_TEST_CASE_BODY() 189 nvlist_move_nvlist(nvl, key, nvlist_create(0)); in ATF_TEST_CASE_BODY() 425 nvlist_move_nvlist(nvl, key, value); in ATF_TEST_CASE_BODY() 457 nvlist_move_nvlist(nvl, "key", nvlist_create(0)); in ATF_TEST_CASE_BODY()
|
H A D | nv_array_tests.cc | 789 nvlist_move_nvlist(nvl, "nvl/nvl", nasted); in ATF_TEST_CASE_BODY() 855 nvlist_move_nvlist(nvl, "nvl/nvl", nasted); in ATF_TEST_CASE_BODY()
|
H A D | cnv_tests.cc | 712 nvlist_move_nvlist(nvl, key, value); in ATF_TEST_CASE_BODY() 1202 nvlist_move_nvlist(nvl, key, value); in ATF_TEST_CASE_BODY()
|
H A D | nvlist_send_recv_test.c | 87 nvlist_move_nvlist(nvl, "nvlist/nvlist/empty", empty); in send_nvlist_child()
|
/freebsd/sys/dev/sound/pcm/ |
H A D | sndstat.c | 422 nvlist_move_nvlist(di, SNDST_DSPS_INFO_PLAY, diinfo); in sndstat_build_sound4_nvlist() 435 nvlist_move_nvlist(di, SNDST_DSPS_INFO_REC, diinfo); in sndstat_build_sound4_nvlist() 578 nvlist_move_nvlist(di, SNDST_DSPS_PROVIDER_INFO, sound4di); in sndstat_build_sound4_nvlist() 630 nvlist_move_nvlist(di, SNDST_DSPS_INFO_PLAY, diinfo); in sndstat_build_userland_nvlist() 645 nvlist_move_nvlist(di, SNDST_DSPS_INFO_REC, diinfo); in sndstat_build_userland_nvlist()
|
/freebsd/lib/libcasper/services/cap_net/ |
H A D | cap_net.c | 401 nvlist_move_nvlist(lnvl, name, limit); in pack_limit() 473 nvlist_move_nvlist(res, "sockaddr", nvl); in pack_sockaddr() 508 nvlist_move_nvlist(limit->cnl_name2addr, "hosts", nvl); in cap_net_limit_name2addr() 1012 nvlist_move_nvlist(nvlout, nvlname, elem); in net_getaddrinfo()
|
/freebsd/sys/sys/ |
H A D | nv_namespace.h | 163 #define nvlist_move_nvlist FreeBSD_nvlist_move_nvlist macro
|
H A D | nv.h | 172 void nvlist_move_nvlist(nvlist_t *nvl, const char *name, nvlist_t *value);
|
/freebsd/usr.sbin/bhyve/ |
H A D | config.c | 94 nvlist_move_nvlist(nvl, name, new_nvl); in _lookup_config_node()
|
/freebsd/usr.sbin/syslogd/ |
H A D | syslogd_cap_config.c | 321 nvlist_move_nvlist(nvlout, "nvl_conf", nvl_conf); in casper_readconfigfile()
|
/freebsd/lib/libnvmf/ |
H A D | nvmf_host.c | 845 nvlist_move_nvlist(nvl, "rparams", nvl_rparams); in prepare_queues_for_handoff() 853 nvlist_move_nvlist(nvl, "admin", nvl_qp); in prepare_queues_for_handoff()
|
H A D | nvmf_controller.c | 472 nvlist_move_nvlist(nvl, "params", nvl_qp); in nvmf_handoff_controller_qpair()
|
/freebsd/lib/libcasper/services/cap_fileargs/ |
H A D | cap_fileargs.c | 591 nvlist_move_nvlist(nvlout, fname, new); in fileargs_add_cache()
|
/freebsd/sys/dev/nvmf/host/ |
H A D | nvmf.c | 1103 nvlist_move_nvlist(nvl, "last_disconnect", nvl_ts); in nvmf_connection_status()
|
/freebsd/sys/contrib/libnv/ |
H A D | nvlist.c | 1685 nvlist_move_nvlist(nvlist_t *nvl, const char *name, nvlist_t *value) in nvlist_move_nvlist() function
|
/freebsd/share/man/man9/ |
H A D | Makefile | 1728 nv.9 nvlist_move_nvlist.9 \
|
/freebsd/ |
H A D | ObsoleteFiles.inc | 14686 OLD_FILES+=usr/share/man/man3/nvlist_move_nvlist.3.gz
|