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