Searched refs:NVLIST_APPEND_ARRAY (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/libnv/ |
| H A D | nvlist.c | 1619 #define NVLIST_APPEND_ARRAY(vtype, type, TYPE) \ in NVLIST_ADD_ARRAY() macro 1640 NVLIST_APPEND_ARRAY(const bool, bool, BOOL) 1641 NVLIST_APPEND_ARRAY(const uint64_t, number, NUMBER) 1642 NVLIST_APPEND_ARRAY(const char *, string, STRING) 1643 NVLIST_APPEND_ARRAY(const nvlist_t *, nvlist, NVLIST) 1645 NVLIST_APPEND_ARRAY(const int, descriptor, DESCRIPTOR) 1648 #undef NVLIST_APPEND_ARRAY
|