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

/netbsd-current/sys/external/bsd/libnv/dist/
H A Dcnvlist.c166 #define CNVLIST_TAKE_ARRAY(ftype, type, NVTYPE) \ macro
184 CNVLIST_TAKE_ARRAY(bool *, bool_array, BOOL_ARRAY)
185 CNVLIST_TAKE_ARRAY(uint64_t *, number_array, NUMBER_ARRAY)
186 CNVLIST_TAKE_ARRAY(char **, string_array, STRING_ARRAY)
187 CNVLIST_TAKE_ARRAY(nvlist_t **, nvlist_array, NVLIST_ARRAY)
189 CNVLIST_TAKE_ARRAY(int *, descriptor_array, DESCRIPTOR_ARRAY);
192 #undef CNVLIST_TAKE_ARRAY macro

Completed in 182 milliseconds