Home
last modified time | relevance | path

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

/freebsd/lib/libnv/tests/
H A Dnv_array_tests.cc167 ATF_REQUIRE(!nvlist_exists_descriptor_array(nvl, key)); in ATF_TEST_CASE_BODY()
172 ATF_REQUIRE(nvlist_exists_descriptor_array(nvl, key)); in ATF_TEST_CASE_BODY()
173 ATF_REQUIRE(nvlist_exists_descriptor_array(nvl, "nvl/descriptor")); in ATF_TEST_CASE_BODY()
371 ATF_REQUIRE(!nvlist_exists_descriptor_array(src, "nvl/fd")); in ATF_TEST_CASE_BODY()
374 ATF_REQUIRE(nvlist_exists_descriptor_array(src, "nvl/fd")); in ATF_TEST_CASE_BODY()
416 ATF_REQUIRE(nvlist_exists_descriptor_array(dst, "nvl/fd")); in ATF_TEST_CASE_BODY()
647 ATF_REQUIRE(nvlist_exists_descriptor_array(nvl, key)); in ATF_TEST_CASE_BODY()
1020 ATF_REQUIRE(!nvlist_exists_descriptor_array(nvl, key)); in ATF_TEST_CASE_BODY()
1025 ATF_REQUIRE(nvlist_exists_descriptor_array(nvl, key)); in ATF_TEST_CASE_BODY()
1040 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/sys/sys/
H A Dnv_namespace.h112 #define nvlist_exists_descriptor_array FreeBSD_nvlist_exists_descriptor_array macro
H A Dnv.h130 bool nvlist_exists_descriptor_array(const nvlist_t *nvl, const char *name);
/freebsd/share/man/man9/
H A DMakefile1689 nv.9 nvlist_exists_descriptor_array.9 \