Searched refs:NVLIST_GET (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/kern/
H A Dsubr_nvlist.c1350 #define NVLIST_GET(ftype, type, TYPE) \ macro
1362 NVLIST_GET(bool, bool, BOOL) function
1363 NVLIST_GET(uint64_t, number, NUMBER)
1364 NVLIST_GET(const char *, string, STRING)
1365 NVLIST_GET(const nvlist_t *, nvlist, NVLIST)
1367 NVLIST_GET(int, descriptor, DESCRIPTOR)
1370 #undef NVLIST_GET macro

Completed in 54 milliseconds