Searched refs:CNVLIST_GET (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/libnv/ |
H A D | cnvlist.c | 72 #define CNVLIST_GET(ftype, type, NVTYPE) \ macro 84 CNVLIST_GET(bool, bool, BOOL) in CNVLIST_GET() function 85 CNVLIST_GET(uint64_t, number, NUMBER) in CNVLIST_GET() 86 CNVLIST_GET(const char *, string, STRING) in CNVLIST_GET() 87 CNVLIST_GET(const nvlist_t *, nvlist, NVLIST) in CNVLIST_GET() 89 CNVLIST_GET(int, descriptor, DESCRIPTOR) in CNVLIST_GET() 92 #undef CNVLIST_GET in CNVLIST_GET()
|