Searched refs:CNVLIST_TAKE_ARRAY (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/libnv/ |
H A D | cnvlist.c | 153 #define CNVLIST_TAKE_ARRAY(ftype, type, NVTYPE) \ macro 171 CNVLIST_TAKE_ARRAY(bool *, bool_array, BOOL_ARRAY) 172 CNVLIST_TAKE_ARRAY(uint64_t *, number_array, NUMBER_ARRAY) 173 CNVLIST_TAKE_ARRAY(char **, string_array, STRING_ARRAY) 174 CNVLIST_TAKE_ARRAY(nvlist_t **, nvlist_array, NVLIST_ARRAY) 176 CNVLIST_TAKE_ARRAY(int *, descriptor_array, DESCRIPTOR_ARRAY); 179 #undef CNVLIST_TAKE_ARRAY
|