Home
last modified time | relevance | path

Searched refs:nvlist_next (Results 1 – 25 of 25) sorted by relevance

/freebsd/lib/libnv/tests/
H A Dcnv_tests.cc59 ATF_REQUIRE_EQ(strcmp(key, nvlist_next(nvl, &type, &cookie)), 0); in ATF_TEST_CASE_BODY()
68 ATF_REQUIRE_EQ(nvlist_next(nvl, &type, &cookie), in ATF_TEST_CASE_BODY()
93 ATF_REQUIRE_EQ(strcmp(key, nvlist_next(nvl, &type, &cookie)), 0); in ATF_TEST_CASE_BODY()
102 ATF_REQUIRE_EQ(nvlist_next(nvl, &type, &cookie), in ATF_TEST_CASE_BODY()
128 ATF_REQUIRE_EQ(strcmp(key, nvlist_next(nvl, &type, &cookie)), 0); in ATF_TEST_CASE_BODY()
137 ATF_REQUIRE_EQ(nvlist_next(nvl, &type, &cookie), in ATF_TEST_CASE_BODY()
168 ATF_REQUIRE_EQ(strcmp(subkey, nvlist_next(value, &type, &cookie)), 0); in ATF_TEST_CASE_BODY()
174 ATF_REQUIRE_EQ(nvlist_next(value, &type, &cookie), in ATF_TEST_CASE_BODY()
180 ATF_REQUIRE_EQ(strcmp(key, nvlist_next(nvl, &type, &cookie)), 0); in ATF_TEST_CASE_BODY()
194 ATF_REQUIRE_EQ(nvlist_next(nvl, &type, &cookie), in ATF_TEST_CASE_BODY()
[all …]
H A Dnvlist_send_recv_test.c113 name = nvlist_next(nvl, &type, &cookie); in send_nvlist_parent()
119 name = nvlist_next(nvl, &type, &cookie); in send_nvlist_parent()
125 name = nvlist_next(nvl, &type, &cookie); in send_nvlist_parent()
131 name = nvlist_next(nvl, &type, &cookie); in send_nvlist_parent()
137 name = nvlist_next(nvl, &type, &cookie); in send_nvlist_parent()
143 name = nvlist_next(nvl, &type, &cookie); in send_nvlist_parent()
149 name = nvlist_next(nvl, &type, &cookie); in send_nvlist_parent()
155 name = nvlist_next(nvl, &type, &cookie); in send_nvlist_parent()
161 name = nvlist_next(nvl, &type, &cookie); in send_nvlist_parent()
167 name = nvlist_next(nvl, &type, &cookie); in send_nvlist_parent()
[all …]
H A Dnv_tests.cc56 ATF_REQUIRE_EQ(nvlist_next(nvl, &type, &it), static_cast<const char *>(NULL)); in ATF_TEST_CASE_BODY()
84 ATF_REQUIRE_EQ(strcmp(nvlist_next(nvl, &type, &it), key), 0); in ATF_TEST_CASE_BODY()
86 ATF_REQUIRE_EQ(nvlist_next(nvl, &type,&it), static_cast<const char *>(NULL)); in ATF_TEST_CASE_BODY()
116 ATF_REQUIRE_EQ(strcmp(nvlist_next(nvl, &type, &it), key), 0); in ATF_TEST_CASE_BODY()
118 ATF_REQUIRE_EQ(nvlist_next(nvl, &type,&it), static_cast<const char *>(NULL)); in ATF_TEST_CASE_BODY()
149 ATF_REQUIRE_EQ(strcmp(nvlist_next(nvl, &type, &it), key), 0); in ATF_TEST_CASE_BODY()
151 ATF_REQUIRE_EQ(nvlist_next(nvl, &type,&it), static_cast<const char *>(NULL)); in ATF_TEST_CASE_BODY()
186 ATF_REQUIRE_EQ(strcmp(nvlist_next(nvl, &type, &it), key), 0); in ATF_TEST_CASE_BODY()
188 ATF_REQUIRE_EQ(nvlist_next(nvl, &type,&it), static_cast<const char *>(NULL)); in ATF_TEST_CASE_BODY()
228 ATF_REQUIRE_EQ(strcmp(nvlist_next(nvl, &type, &it), key), 0); in ATF_TEST_CASE_BODY()
[all …]
H A Dnv_array_tests.cc798 while ((name = nvlist_next(travel, &type, &cookie)) != NULL) { in ATF_TEST_CASE_BODY()
866 while ((name = nvlist_next(travel, &type, &cookie)) != in ATF_TEST_CASE_BODY()
/freebsd/sys/dev/pci/
H A Dpci_iov_schema.c513 while ((param_name = nvlist_next(sub_schema, &type, &it)) != NULL) { in pci_iov_validate_subsystem_schema()
542 while ((name = nvlist_next(driver_schema, &type, &it)) != NULL) { in pci_iov_validate_param_collisions()
562 while ((name = nvlist_next(dev_schema, &type, &it)) != NULL) { in pci_iov_validate_schema_subsystems()
606 while ((name = nvlist_next(dev_schema, &type, &it)) != NULL) { in pci_iov_validate_schema_devices()
645 while ((name = nvlist_next(schema, &type, &cookie)) != NULL) { in pci_iov_schema_validate_required()
690 while ((name = nvlist_next(config, &type, &cookie)) != NULL) { in pci_iov_schema_validate_types()
796 while ((name = nvlist_next(config, &type, &cookie)) != NULL) { in pci_iov_schema_validate_device_subsystems()
868 while ((name = nvlist_next(config, &type, &cookie)) != NULL) { in pci_iov_schema_validate_device_names()
/freebsd/usr.sbin/iovctl/
H A Dvalidate.c112 while ((name = nvlist_next(defaults, &type, &cookie)) != NULL) { in apply_subsystem_defaults()
176 while ((name = nvlist_next(schema, &type, &cookie)) != NULL) { in validate_subsystem()
261 while ((key = nvlist_next(config, &type, &cookie)) != NULL) { in validate_config()
H A Diovctl.c367 while ((name = nvlist_next(subsystem_schema, &nvtype, &it)) != NULL) { in print_subsystem_schema()
/freebsd/lib/libcasper/services/cap_net/
H A Dcap_net.c556 while (nvlist_next(capdnscache, NULL, &cookie) != NULL) { in net_add_sockaddr_to_cache()
646 while (nvlist_next(salimits, NULL, &cookie) != NULL) { in net_allowed_bsaddr_impl()
728 while (nvlist_next(hlimits, NULL, &cookie) != NULL) { in net_allowed_hosts()
1109 while (nvlist_next(newfunclimit, NULL, &cookie) != NULL) { in verify_only_sa_newlimts()
1119 while (nvlist_next(cnvlist_get_nvlist(cookie), NULL, in verify_only_sa_newlimts()
1181 while (nvlist_next(newfunclimit, NULL, &cookie) != NULL) { in verify_addr2name_newlimits()
1189 while (nvlist_next(cnvlist_get_nvlist(cookie), NULL, in verify_addr2name_newlimits()
1239 while (nvlist_next(newfunclimit, NULL, &cookie) != NULL) { in verify_name2addr_newlimits()
1247 while (nvlist_next(cnvlist_get_nvlist(cookie), NULL, in verify_name2addr_newlimits()
1327 while ((name = nvlist_next(newlimits, NULL, &cookie)) != NULL) { in net_limit()
/freebsd/usr.sbin/rtsold/
H A Dcap_script.c222 while ((name = nvlist_next(newlimits, &nvtype, &cookie)) != NULL) { in script_limit()
/freebsd/lib/libcasper/libcasper/
H A Dlibcasper_service.c127 while ((name = nvlist_next(newlimits, &type, &cookie)) != NULL) { in casper_limit()
/freebsd/stand/libsa/zfs/
H A Dnvlist.c878 nvlist_next(const uint8_t *ptr) in nvlist_next() function
944 nvlist_next(ptr) - ptr, &nv); in nvlist_find()
960 nvlist_next(ptr) - ptr, &nvlist[i]); in nvlist_find()
963 ptr = nvlist_next(ptr); in nvlist_find()
/freebsd/sys/sys/
H A Dnv_namespace.h169 #define nvlist_next FreeBSD_nvlist_next macro
H A Dnv.h101 const char *nvlist_next(const nvlist_t *nvl, int *typep, void **cookiep);
/freebsd/usr.sbin/bhyve/
H A Dconfig.c445 while ((name = nvlist_next(nvl, &type, &cookie)) != NULL) { in dump_tree()
H A Dpci_virtio_console.c740 while ((name = nvlist_next(ports_nvl, &type, &cookie)) != in pci_vtcon_init()
H A Dpci_xhci.c2787 while ((name = nvlist_next(slots_nvl, &type, &cookie)) != NULL) { in pci_xhci_parse_devices()
/freebsd/sys/contrib/libnv/
H A Dnvlist.c700 while (nvlist_next(nvl, &type, &cookie) != NULL) { in nvlist_xdescriptors()
781 while (nvlist_next(nvl, &type, &cookie) != NULL) { in nvlist_ndescriptors()
1393 nvlist_next(const nvlist_t *nvl, int *typep, void **cookiep) in nvlist_next() function
/freebsd/lib/libcasper/services/cap_fileargs/
H A Dcap_fileargs.c549 fname = nvlist_next(limits, &type, &cookie); in fileargs_add_cache()
/freebsd/sbin/ifconfig/
H A Difconfig.c1699 nvname = nvlist_next(nvcap, &type, &cookie); in print_ifcap_nv()
1716 nvname = nvlist_next(nvcap, &type, in print_ifcap_nv()
/freebsd/usr.sbin/ctld/
H A Dkernel.c634 while ((key = nvlist_next(lun->attr_list, NULL, &cookie)) != in conf_new_from_kernel()
H A Dctld.c1388 while ((name = nvlist_next(nvl, NULL, &cookie)) != NULL) {
/freebsd/share/man/man9/
H A DMakefile1732 nv.9 nvlist_next.9 \
/freebsd/usr.sbin/ctladm/
H A Dctladm.c3238 while ((name = nvlist_next(nvl, NULL, &cookie)) != NULL) in print_nvlist()
/freebsd/sys/cam/ctl/
H A Dctl.c3152 while ((name = nvlist_next(lun->be_lun->options, &type, in ctl_ioctl()
3407 while ((name = nvlist_next(port->options, &type, in ctl_ioctl()
/freebsd/
H A DObsoleteFiles.inc14685 OLD_FILES+=usr/share/man/man3/nvlist_next.3.gz