Searched refs:nvlist_get_nvlist_array (Results 1 – 14 of 14) sorted by relevance
/freebsd/tests/sys/sound/ |
H A D | sndstat.c | 90 di = nvlist_get_nvlist_array(nvl, SNDST_DSPS, &nitems); in ATF_TC_BODY() 163 cdi = nvlist_get_nvlist_array( in ATF_TC_BODY() 302 rdi = nvlist_get_nvlist_array(nvl, SNDST_DSPS, &nitems); in ATF_TC_BODY()
|
/freebsd/lib/libnv/tests/ |
H A D | nv_array_tests.cc | 284 const_result = nvlist_get_nvlist_array(nvl, key, &num_items); in ATF_TEST_CASE_BODY() 434 (void) nvlist_get_nvlist_array(dst, "nvl/array", &num_items); in ATF_TEST_CASE_BODY() 437 nvl = nvlist_get_nvlist_array(dst, "nvl/array", &num_items)[i]; in ATF_TEST_CASE_BODY() 562 const_result = nvlist_get_nvlist_array(nvl, key, &num_items); in ATF_TEST_CASE_BODY() 818 travel = nvlist_get_nvlist_array(travel, name, in ATF_TEST_CASE_BODY() 889 travel = nvlist_get_nvlist_array(travel, in ATF_TEST_CASE_BODY() 1137 const_result = nvlist_get_nvlist_array(unpacked, key, &num_items); in ATF_TEST_CASE_BODY()
|
H A D | nvlist_append_test.c | 91 nvl_result = nvlist_get_nvlist_array(nvl, "nvl/nvl", &nitems); in main()
|
H A D | cnv_tests.cc | 471 out_result = nvlist_get_nvlist_array(nvl, key, &nitems); in ATF_TEST_CASE_BODY()
|
/freebsd/contrib/wireguard-tools/ |
H A D | ipc-freebsd.h | 117 nvl_peers = nvlist_get_nvlist_array(nvl_device, "peers", &peer_count); in kernel_get_device() 169 nvl_aips = nvlist_get_nvlist_array(nvl_peers[i], "allowed-ips", &aip_count); in kernel_get_device()
|
/freebsd/sys/sys/ |
H A D | nv_namespace.h | 150 #define nvlist_get_nvlist_array FreeBSD_nvlist_get_nvlist_array macro
|
H A D | nv.h | 197 const nvlist_t * const *nvlist_get_nvlist_array(const nvlist_t *nvl, const char *name, size_t *nite…
|
/freebsd/usr.sbin/syslogd/ |
H A D | syslogd_cap_config.c | 305 filed_list = nvlist_get_nvlist_array(nvl_conf, "filed_list", &n_fileds); in casper_readconfigfile()
|
H A D | syslogd.c | 2486 filed_list = nvlist_get_nvlist_array(nvl_conf, "filed_list", in fill_flist() 2999 line = nvlist_get_nvlist_array(nvl, "filed_list", &linecount); in maybe_dup_forw_socket()
|
/freebsd/sys/dev/nvmf/host/ |
H A D | nvmf.c | 240 io = nvlist_get_nvlist_array(nvl, "io", &num_io_queues); in nvmf_copyin_handoff() 299 io = nvlist_get_nvlist_array(nvl, "io", &num_io_queues); in nvmf_establish_connection() 555 io = nvlist_get_nvlist_array(nvl, "io", NULL); in nvmf_attach()
|
/freebsd/usr.sbin/sndctl/ |
H A D | sndctl.c | 467 di = nvlist_get_nvlist_array(nvl, SNDST_DSPS, &nitems); in read_dev() 560 cdi = nvlist_get_nvlist_array( in read_dev()
|
/freebsd/sys/dev/sound/pcm/ |
H A D | sndstat.c | 1004 dsps = nvlist_get_nvlist_array(nvl, SNDST_DSPS, &ndsps); in sndstat_add_user_devs()
|
/freebsd/sys/dev/wg/ |
H A D | if_wg.c | 2535 aipl = nvlist_get_nvlist_array(nvl, "allowed-ips", &allowedip_count); in wg_peer_add() 2689 nvl_peers = nvlist_get_nvlist_array(nvl, "peers", &peercount); in wgc_set()
|
/freebsd/share/man/man9/ |
H A D | Makefile | 1726 nv.9 nvlist_get_nvlist_array.9 \
|