Home
last modified time | relevance | path

Searched refs:NVLIST_APPEND_ARRAY (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/libnv/
H A Dnvlist.c1605 #define NVLIST_APPEND_ARRAY(vtype, type, TYPE) \ in NVLIST_ADD_ARRAY() macro
1628 NVLIST_APPEND_ARRAY(const bool, bool, BOOL)
1629 NVLIST_APPEND_ARRAY(const uint64_t, number, NUMBER)
1630 NVLIST_APPEND_ARRAY(const char *, string, STRING)
1631 NVLIST_APPEND_ARRAY(const nvlist_t *, nvlist, NVLIST)
1633 NVLIST_APPEND_ARRAY(const int, descriptor, DESCRIPTOR)
1636 #undef NVLIST_APPEND_ARRAY