Searched refs:nvlist_exists_descriptor_array (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/lib/libnv/tests/ |
| H A D | nv_array_tests.cc | 168 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 D | cnv_tests.cc | 528 ATF_REQUIRE(nvlist_exists_descriptor_array(nvl, key)); in ATF_TEST_CASE_BODY()
|
| /freebsd-14.2/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 | 136 bool nvlist_exists_descriptor_array(const nvlist_t *nvl, const char *name);
|
| /freebsd-14.2/share/man/man9/ |
| H A D | Makefile | 1653 nv.9 nvlist_exists_descriptor_array.9 \
|