Searched refs:NVLIST_GET (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/libnv/ |
H A D | nvlist.c | 1879 #define NVLIST_GET(ftype, type, TYPE) \ macro 1891 NVLIST_GET(bool, bool, BOOL) in NVLIST_GET() function 1892 NVLIST_GET(uint64_t, number, NUMBER) in NVLIST_GET() 1893 NVLIST_GET(const char *, string, STRING) in NVLIST_GET() 1894 NVLIST_GET(const nvlist_t *, nvlist, NVLIST) in NVLIST_GET() 1896 NVLIST_GET(int, descriptor, DESCRIPTOR) in NVLIST_GET() 1899 #undef NVLIST_GET in NVLIST_GET()
|