Searched refs:CNVLIST_GET_ARRAY (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/libnv/ |
H A D | cnvlist.c | 94 #define CNVLIST_GET_ARRAY(ftype, type, NVTYPE) \ in CNVLIST_GET() 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
|