Searched refs:nvlist_move_bool_array (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/sys/cddl/compat/opensolaris/sys/ |
| D | nvpair.h | 114 #define nvlist_move_bool_array illumos_nvlist_move_bool_array macro
|
| /freebsd-12-stable/sys/sys/ |
| D | nv.h | 181 void nvlist_move_bool_array(nvlist_t *nvl, const char *name, bool *value, size_t nitems);
|
| /freebsd-12-stable/lib/libnv/tests/ |
| D | nv_array_tests.cc | 478 nvlist_move_bool_array(nvl, key, testbool, count); in ATF_TEST_CASE_BODY() 723 nvlist_move_bool_array(nvl, "nvl/bool", NULL, 0); in ATF_TEST_CASE_BODY()
|
| /freebsd-12-stable/sys/contrib/libnv/ |
| D | nvlist.c | 1740 nvlist_move_bool_array(nvlist_t *nvl, const char *name, bool *value, in nvlist_move_bool_array() function
|