Searched refs:NVLIST_GET (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/libnv/ |
| H A D | nvlist.c | 1890 #define NVLIST_GET(ftype, type, TYPE) \ macro 1902 NVLIST_GET(bool, bool, BOOL) in NVLIST_GET() function 1903 NVLIST_GET(uint64_t, number, NUMBER) in NVLIST_GET() 1904 NVLIST_GET(const char *, string, STRING) in NVLIST_GET() 1905 NVLIST_GET(const nvlist_t *, nvlist, NVLIST) in NVLIST_GET() 1907 NVLIST_GET(int, descriptor, DESCRIPTOR) in NVLIST_GET() 1910 #undef NVLIST_GET in NVLIST_GET()
|