Home
last modified time | relevance | path

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

/freebsd-head/lib/libnv/tests/
HDnv_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()
HDcnv_tests.cc528 ATF_REQUIRE(nvlist_exists_descriptor_array(nvl, key)); in ATF_TEST_CASE_BODY()
/freebsd-head/sys/sys/
HDnv_namespace.h112 #define nvlist_exists_descriptor_array FreeBSD_nvlist_exists_descriptor_array macro
HDnv.h130 bool nvlist_exists_descriptor_array(const nvlist_t *nvl, const char *name);
/freebsd-head/share/man/man9/
HDMakefile1689 nv.9 nvlist_exists_descriptor_array.9 \