Home
last modified time | relevance | path

Searched refs:NVLIST_GETF (Results 1 – 1 of 1) sorted by relevance

/trueos/sys/kern/
HDsubr_nvlist.c2201 #define NVLIST_GETF(ftype, type) \ macro
2216 NVLIST_GETF(bool, bool) in NVLIST_GETF() function
2217 NVLIST_GETF(uint64_t, number) in NVLIST_GETF()
2218 NVLIST_GETF(uintptr_t, ptr) in NVLIST_GETF()
2219 NVLIST_GETF(uint64_t, uint64) in NVLIST_GETF()
2220 NVLIST_GETF(int64_t, int64) in NVLIST_GETF()
2221 NVLIST_GETF(int, endpoint) in NVLIST_GETF()
2222 NVLIST_GETF(uint64_t, date) in NVLIST_GETF()
2223 NVLIST_GETF(const char *, string) in NVLIST_GETF()
2224 NVLIST_GETF(const nvlist_t *, nvlist) in NVLIST_GETF()
[all …]