Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/libnv/dist/
H A Dnvlist.c1948 #define NVLIST_GET_ARRAY(ftype, type, TYPE) \ macro
1961 NVLIST_GET_ARRAY(const bool *, bool, BOOL) in NVLIST_GET_ARRAY() function
1962 NVLIST_GET_ARRAY(const uint64_t *, number, NUMBER) in NVLIST_GET_ARRAY()
1963 NVLIST_GET_ARRAY(const char * const *, string, STRING) in NVLIST_GET_ARRAY()
1964 NVLIST_GET_ARRAY(const nvlist_t * const *, nvlist, NVLIST) in NVLIST_GET_ARRAY()
1966 NVLIST_GET_ARRAY(const int *, descriptor, DESCRIPTOR) in NVLIST_GET_ARRAY()
1969 #undef NVLIST_GET_ARRAY in NVLIST_GET_ARRAY()