Searched refs:NVTYPE (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/contrib/libnv/ |
| H A D | cnvlist.c | 71 #define CNVLIST_GET(ftype, type, NVTYPE) \ argument 76 if (nvpair_type(cookie) != NV_TYPE_##NVTYPE) { \ 77 nvlist_report_missing(NV_TYPE_##NVTYPE, \ 93 #define CNVLIST_GET_ARRAY(ftype, type, NVTYPE) \ in CNVLIST_GET() argument 98 if (nvpair_type(cookie) != NV_TYPE_##NVTYPE) { \ in CNVLIST_GET() 99 nvlist_report_missing(NV_TYPE_##NVTYPE, \ in CNVLIST_GET() 124 #define CNVLIST_TAKE(ftype, type, NVTYPE) \ argument 131 if (nvpair_type(cookie) != NV_TYPE_##NVTYPE) { \ 132 nvlist_report_missing(NV_TYPE_##NVTYPE, \ 152 #define CNVLIST_TAKE_ARRAY(ftype, type, NVTYPE) \ argument [all …]
|