Home
last modified time | relevance | path

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

/freebsd-11-stable/lib/libnv/tests/
HDnv_array_tests.cc170 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()
HDcnv_tests.cc532 ATF_REQUIRE(nvlist_exists_descriptor_array(nvl, key)); in ATF_TEST_CASE_BODY()
/freebsd-11-stable/sys/cddl/compat/opensolaris/sys/
HDnvpair.h70 #define nvlist_exists_descriptor_array illumos_nvlist_exists_descriptor_array macro
/freebsd-11-stable/sys/sys/
HDnv.h135 bool nvlist_exists_descriptor_array(const nvlist_t *nvl, const char *name);
/freebsd-11-stable/share/man/man9/
HDMakefile1278 nv.9 nvlist_exists_descriptor_array.9 \