Searched refs:CNVLIST_GET_ARRAY (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/contrib/libnv/
H A Dcnvlist.c94 #define CNVLIST_GET_ARRAY(ftype, type, NVTYPE) \ macro
106 CNVLIST_GET_ARRAY(const bool *, bool_array, BOOL_ARRAY)
107 CNVLIST_GET_ARRAY(const uint64_t *, number_array, NUMBER_ARRAY)
108 CNVLIST_GET_ARRAY(const char * const *, string_array, STRING_ARRAY)
109 CNVLIST_GET_ARRAY(const nvlist_t * const *, nvlist_array, NVLIST_ARRAY)
111 CNVLIST_GET_ARRAY(const int *, descriptor_array, DESCRIPTOR_ARRAY)
114 #undef CNVLIST_GET_ARRAY macro

Completed in 90 milliseconds