Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libnv/
H A Dcnvlist.c72 #define CNVLIST_GET(ftype, type, NVTYPE) \ argument
77 if (nvpair_type(cookie) != NV_TYPE_##NVTYPE) { \
78 nvlist_report_missing(NV_TYPE_##NVTYPE, \
94 #define CNVLIST_GET_ARRAY(ftype, type, NVTYPE) \ in CNVLIST_GET() argument
99 if (nvpair_type(cookie) != NV_TYPE_##NVTYPE) { \ in CNVLIST_GET()
100 nvlist_report_missing(NV_TYPE_##NVTYPE, \ in CNVLIST_GET()
125 #define CNVLIST_TAKE(ftype, type, NVTYPE) \ argument
132 if (nvpair_type(cookie) != NV_TYPE_##NVTYPE) { \
133 nvlist_report_missing(NV_TYPE_##NVTYPE, \
153 #define CNVLIST_TAKE_ARRAY(ftype, type, NVTYPE) \ argument
[all …]