Home
last modified time | relevance | path

Searched refs:nvlist_exists_descriptor_array (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/lib/libnv/tests/
H A Dnv_array_tests.cc168 ATF_REQUIRE(!nvlist_exists_descriptor_array(nvl, key)); in ATF_TEST_CASE_BODY()
173 ATF_REQUIRE(nvlist_exists_descriptor_array(nvl, key)); in ATF_TEST_CASE_BODY()
174 ATF_REQUIRE(nvlist_exists_descriptor_array(nvl, "nvl/descriptor")); in ATF_TEST_CASE_BODY()
372 ATF_REQUIRE(!nvlist_exists_descriptor_array(src, "nvl/fd")); in ATF_TEST_CASE_BODY()
375 ATF_REQUIRE(nvlist_exists_descriptor_array(src, "nvl/fd")); in ATF_TEST_CASE_BODY()
417 ATF_REQUIRE(nvlist_exists_descriptor_array(dst, "nvl/fd")); in ATF_TEST_CASE_BODY()
648 ATF_REQUIRE(nvlist_exists_descriptor_array(nvl, key)); in ATF_TEST_CASE_BODY()
1021 ATF_REQUIRE(!nvlist_exists_descriptor_array(nvl, key)); in ATF_TEST_CASE_BODY()
1026 ATF_REQUIRE(nvlist_exists_descriptor_array(nvl, key)); in ATF_TEST_CASE_BODY()
1041 ATF_REQUIRE(nvlist_exists_descriptor_array(nvl, key)); in ATF_TEST_CASE_BODY()
H A Dcnv_tests.cc528 ATF_REQUIRE(nvlist_exists_descriptor_array(nvl, key)); in ATF_TEST_CASE_BODY()
/freebsd-14.2/sys/sys/
H A Dnv_namespace.h112 #define nvlist_exists_descriptor_array FreeBSD_nvlist_exists_descriptor_array macro
H A Dnv.h136 bool nvlist_exists_descriptor_array(const nvlist_t *nvl, const char *name);
/freebsd-14.2/share/man/man9/
H A DMakefile1653 nv.9 nvlist_exists_descriptor_array.9 \