Searched refs:nvlist_exists_descriptor_array (Results 1 – 5 of 5) sorted by relevance
/freebsd/lib/libnv/tests/ |
H A D | nv_array_tests.cc | 167 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 D | cnv_tests.cc | 528 ATF_REQUIRE(nvlist_exists_descriptor_array(nvl, key)); in ATF_TEST_CASE_BODY()
|
/freebsd/sys/sys/ |
H A D | nv_namespace.h | 112 #define nvlist_exists_descriptor_array FreeBSD_nvlist_exists_descriptor_array macro
|
H A D | nv.h | 130 bool nvlist_exists_descriptor_array(const nvlist_t *nvl, const char *name);
|
/freebsd/share/man/man9/ |
H A D | Makefile | 1689 nv.9 nvlist_exists_descriptor_array.9 \
|