Searched refs:nvlist_get_bool_array (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/lib/libnv/tests/ |
| H A D | nvlist_append_test.c | 68 bool_result = nvlist_get_bool_array(nvl, "nvl/bool", &nitems); in main()
|
| H A D | nv_array_tests.cc | 73 const_result = nvlist_get_bool_array(nvl, key, &num_items); in ATF_TEST_CASE_BODY() 395 (void) nvlist_get_bool_array(dst, "nvl/bool", &num_items); in ATF_TEST_CASE_BODY() 399 nvlist_get_bool_array(dst, "nvl/bool", &num_items)[i] == in ATF_TEST_CASE_BODY() 400 nvlist_get_bool_array(src, "nvl/bool", &num_items)[i]); in ATF_TEST_CASE_BODY() 483 const_result = nvlist_get_bool_array(nvl, key, &num_items); in ATF_TEST_CASE_BODY() 941 const_result = nvlist_get_bool_array(unpacked, key, &count); in ATF_TEST_CASE_BODY()
|
| /freebsd-12.1/sys/cddl/compat/opensolaris/sys/ |
| H A D | nvpair.h | 101 #define nvlist_get_bool_array illumos_nvlist_get_bool_array macro
|
| /freebsd-12.1/sys/sys/ |
| H A D | nv.h | 201 const bool *nvlist_get_bool_array(const nvlist_t *nvl, const char *name, size_t *nitemsp);
|
| /freebsd-12.1/share/man/man9/ |
| H A D | Makefile | 1519 nv.9 nvlist_get_bool_array.9 \
|