Searched refs:nvlist_exists_descriptor_array (Results 1 – 5 of 5) sorted by relevance
| /freebsd-11-stable/lib/libnv/tests/ |
| HD | nv_array_tests.cc | 170 ATF_REQUIRE(!nvlist_exists_descriptor_array(nvl, key)); in ATF_TEST_CASE_BODY() 175 ATF_REQUIRE(nvlist_exists_descriptor_array(nvl, key)); in ATF_TEST_CASE_BODY() 176 ATF_REQUIRE(nvlist_exists_descriptor_array(nvl, "nvl/descriptor")); in ATF_TEST_CASE_BODY() 374 ATF_REQUIRE(!nvlist_exists_descriptor_array(src, "nvl/fd")); in ATF_TEST_CASE_BODY() 377 ATF_REQUIRE(nvlist_exists_descriptor_array(src, "nvl/fd")); in ATF_TEST_CASE_BODY() 419 ATF_REQUIRE(nvlist_exists_descriptor_array(dst, "nvl/fd")); in ATF_TEST_CASE_BODY() 650 ATF_REQUIRE(nvlist_exists_descriptor_array(nvl, key)); in ATF_TEST_CASE_BODY() 1023 ATF_REQUIRE(!nvlist_exists_descriptor_array(nvl, key)); in ATF_TEST_CASE_BODY() 1028 ATF_REQUIRE(nvlist_exists_descriptor_array(nvl, key)); in ATF_TEST_CASE_BODY() 1043 ATF_REQUIRE(nvlist_exists_descriptor_array(nvl, key)); in ATF_TEST_CASE_BODY()
|
| HD | cnv_tests.cc | 532 ATF_REQUIRE(nvlist_exists_descriptor_array(nvl, key)); in ATF_TEST_CASE_BODY()
|
| /freebsd-11-stable/sys/cddl/compat/opensolaris/sys/ |
| HD | nvpair.h | 70 #define nvlist_exists_descriptor_array illumos_nvlist_exists_descriptor_array macro
|
| /freebsd-11-stable/sys/sys/ |
| HD | nv.h | 135 bool nvlist_exists_descriptor_array(const nvlist_t *nvl, const char *name);
|
| /freebsd-11-stable/share/man/man9/ |
| HD | Makefile | 1278 nv.9 nvlist_exists_descriptor_array.9 \
|