Home
last modified time | relevance | path

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

/freebsd-12-stable/lib/libnv/tests/
Dcnv_tests.cc63 ATF_REQUIRE_EQ(strcmp(key, nvlist_next(nvl, &type, &cookie)), 0); in ATF_TEST_CASE_BODY()
72 ATF_REQUIRE_EQ(nvlist_next(nvl, &type, &cookie), in ATF_TEST_CASE_BODY()
97 ATF_REQUIRE_EQ(strcmp(key, nvlist_next(nvl, &type, &cookie)), 0); in ATF_TEST_CASE_BODY()
106 ATF_REQUIRE_EQ(nvlist_next(nvl, &type, &cookie), in ATF_TEST_CASE_BODY()
132 ATF_REQUIRE_EQ(strcmp(key, nvlist_next(nvl, &type, &cookie)), 0); in ATF_TEST_CASE_BODY()
141 ATF_REQUIRE_EQ(nvlist_next(nvl, &type, &cookie), in ATF_TEST_CASE_BODY()
172 ATF_REQUIRE_EQ(strcmp(subkey, nvlist_next(value, &type, &cookie)), 0); in ATF_TEST_CASE_BODY()
178 ATF_REQUIRE_EQ(nvlist_next(value, &type, &cookie), in ATF_TEST_CASE_BODY()
184 ATF_REQUIRE_EQ(strcmp(key, nvlist_next(nvl, &type, &cookie)), 0); in ATF_TEST_CASE_BODY()
198 ATF_REQUIRE_EQ(nvlist_next(nvl, &type, &cookie), in ATF_TEST_CASE_BODY()
[all …]
Dnvlist_send_recv_test.c104 name = nvlist_next(nvl, &type, &cookie); in parent()
110 name = nvlist_next(nvl, &type, &cookie); in parent()
116 name = nvlist_next(nvl, &type, &cookie); in parent()
122 name = nvlist_next(nvl, &type, &cookie); in parent()
128 name = nvlist_next(nvl, &type, &cookie); in parent()
134 name = nvlist_next(nvl, &type, &cookie); in parent()
140 name = nvlist_next(nvl, &type, &cookie); in parent()
146 name = nvlist_next(nvl, &type, &cookie); in parent()
152 name = nvlist_next(nvl, &type, &cookie); in parent()
158 name = nvlist_next(nvl, &type, &cookie); in parent()
[all …]
Dnv_tests.cc58 ATF_REQUIRE_EQ(nvlist_next(nvl, &type, &it), static_cast<const char *>(NULL)); in ATF_TEST_CASE_BODY()
86 ATF_REQUIRE_EQ(strcmp(nvlist_next(nvl, &type, &it), key), 0); in ATF_TEST_CASE_BODY()
88 ATF_REQUIRE_EQ(nvlist_next(nvl, &type,&it), static_cast<const char *>(NULL)); in ATF_TEST_CASE_BODY()
118 ATF_REQUIRE_EQ(strcmp(nvlist_next(nvl, &type, &it), key), 0); in ATF_TEST_CASE_BODY()
120 ATF_REQUIRE_EQ(nvlist_next(nvl, &type,&it), static_cast<const char *>(NULL)); in ATF_TEST_CASE_BODY()
151 ATF_REQUIRE_EQ(strcmp(nvlist_next(nvl, &type, &it), key), 0); in ATF_TEST_CASE_BODY()
153 ATF_REQUIRE_EQ(nvlist_next(nvl, &type,&it), static_cast<const char *>(NULL)); in ATF_TEST_CASE_BODY()
188 ATF_REQUIRE_EQ(strcmp(nvlist_next(nvl, &type, &it), key), 0); in ATF_TEST_CASE_BODY()
190 ATF_REQUIRE_EQ(nvlist_next(nvl, &type,&it), static_cast<const char *>(NULL)); in ATF_TEST_CASE_BODY()
230 ATF_REQUIRE_EQ(strcmp(nvlist_next(nvl, &type, &it), key), 0); in ATF_TEST_CASE_BODY()
[all …]
Dnv_array_tests.cc801 while ((name = nvlist_next(travel, &type, &cookie)) != NULL) { in ATF_TEST_CASE_BODY()
869 while ((name = nvlist_next(travel, &type, &cookie)) != in ATF_TEST_CASE_BODY()
/freebsd-12-stable/sys/dev/pci/
Dpci_iov_schema.c455 while ((param_name = nvlist_next(sub_schema, &type, &it)) != NULL) { in pci_iov_validate_subsystem_schema()
484 while ((name = nvlist_next(driver_schema, &type, &it)) != NULL) { in pci_iov_validate_param_collisions()
504 while ((name = nvlist_next(dev_schema, &type, &it)) != NULL) { in pci_iov_validate_schema_subsystems()
548 while ((name = nvlist_next(dev_schema, &type, &it)) != NULL) { in pci_iov_validate_schema_devices()
587 while ((name = nvlist_next(schema, &type, &cookie)) != NULL) { in pci_iov_schema_validate_required()
632 while ((name = nvlist_next(config, &type, &cookie)) != NULL) { in pci_iov_schema_validate_types()
738 while ((name = nvlist_next(config, &type, &cookie)) != NULL) { in pci_iov_schema_validate_device_subsystems()
810 while ((name = nvlist_next(config, &type, &cookie)) != NULL) { in pci_iov_schema_validate_device_names()
/freebsd-12-stable/usr.sbin/iovctl/
Dvalidate.c115 while ((name = nvlist_next(defaults, &type, &cookie)) != NULL) { in apply_subsystem_defaults()
179 while ((name = nvlist_next(schema, &type, &cookie)) != NULL) { in validate_subsystem()
264 while ((key = nvlist_next(config, &type, &cookie)) != NULL) { in validate_config()
Diovctl.c364 while ((name = nvlist_next(subsystem_schema, &nvtype, &it)) != NULL) { in print_subsystem_schema()
/freebsd-12-stable/lib/libcasper/services/cap_sysctl/
Dcap_sysctl.c118 while ((name = nvlist_next(nvl, &type, &cookie)) != NULL) { in sysctl_check_one()
174 while ((name = nvlist_next(limits, &type, &cookie)) != NULL) { in sysctl_allowed()
209 while ((name = nvlist_next(newlimits, &type, &cookie)) != NULL) { in sysctl_limit()
/freebsd-12-stable/lib/libcasper/services/cap_pwd/
Dcap_pwd.c427 while ((name = nvlist_next(newlimits, &type, &cookie)) != NULL) { in pwd_allowed_cmds()
455 while ((name = nvlist_next(limits, &type, &cookie)) != NULL) { in pwd_allowed_user()
487 while ((name = nvlist_next(newlimits, &type, &cookie)) != NULL) { in pwd_allowed_users()
532 while ((name = nvlist_next(newlimits, &type, &cookie)) != NULL) { in pwd_allowed_fields()
739 while ((name = nvlist_next(newlimits, &type, &cookie)) != NULL) { in pwd_limit()
/freebsd-12-stable/lib/libcasper/services/cap_grp/
Dcap_grp.c472 while ((name = nvlist_next(newlimits, &type, &cookie)) != NULL) { in grp_allowed_cmds()
500 while ((name = nvlist_next(limits, &type, &cookie)) != NULL) { in grp_allowed_group()
532 while ((name = nvlist_next(newlimits, &type, &cookie)) != NULL) { in grp_allowed_groups()
577 while ((name = nvlist_next(newlimits, &type, &cookie)) != NULL) { in grp_allowed_fields()
745 while ((name = nvlist_next(newlimits, &type, &cookie)) != NULL) { in grp_limit()
/freebsd-12-stable/lib/libcasper/services/cap_dns/
Dcap_dns.c322 while ((name = nvlist_next(limits, NULL, &cookie)) != NULL) { in limit_remove()
391 while ((name = nvlist_next(limits, NULL, &cookie)) != NULL) { in dns_allowed_type()
418 while ((name = nvlist_next(limits, NULL, &cookie)) != NULL) { in dns_allowed_family()
682 while ((name = nvlist_next(limits, NULL, &cookie)) != NULL) { in limit_has_entry()
702 while ((name = nvlist_next(newlimits, &nvtype, &cookie)) != NULL) { in dns_limit()
/freebsd-12-stable/stand/libsa/zfs/
Dlibzfs.h117 int nvlist_next(nvlist_t *);
Dnvlist.c483 nvlist_next(nvlist_t *nvl) in nvlist_next() function
Dzfsimpl.c1134 rc = nvlist_next(kids); in vdev_from_nvlist()
1247 rc = nvlist_next(kids); in vdev_update_from_nvlist()
1312 rc = nvlist_next(kids); in vdev_init_from_nvlist()
/freebsd-12-stable/usr.sbin/rtsold/
Dcap_script.c223 while ((name = nvlist_next(newlimits, &nvtype, &cookie)) != NULL) { in script_limit()
/freebsd-12-stable/lib/libcasper/libcasper/
Dlibcasper_service.c130 while ((name = nvlist_next(newlimits, &type, &cookie)) != NULL) { in casper_limit()
/freebsd-12-stable/sys/cddl/compat/opensolaris/sys/
Dnvpair.h124 #define nvlist_next illumos_nvlist_next macro
/freebsd-12-stable/sys/sys/
Dnv.h108 const char *nvlist_next(const nvlist_t *nvl, int *typep, void **cookiep);
/freebsd-12-stable/sys/contrib/libnv/
Dnvlist.c707 while (nvlist_next(nvl, &type, &cookie) != NULL) { in nvlist_xdescriptors()
788 while (nvlist_next(nvl, &type, &cookie) != NULL) { in nvlist_ndescriptors()
1385 nvlist_next(const nvlist_t *nvl, int *typep, void **cookiep) in nvlist_next() function
/freebsd-12-stable/usr.sbin/config/
Dmkmakefile.c296 name = nvlist_next(nvl, NULL, &cookie); in dump_nvlist()
/freebsd-12-stable/share/man/man9/
DMakefile1552 nv.9 nvlist_next.9 \
/freebsd-12-stable/sys/cam/ctl/
Dctl.c3110 while ((name = nvlist_next(lun->be_lun->options, &type, in ctl_ioctl()
3348 while ((name = nvlist_next(port->options, &type, in ctl_ioctl()
/freebsd-12-stable/
DObsoleteFiles.inc6338 OLD_FILES+=usr/share/man/man3/nvlist_next.3.gz