Searched refs:PTR_ENTRY (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | ptrlist.h | 149 #define PTR_NEXT(ptr, __head, __list, __nr, PTR_ENTRY) \ argument 152 ptr = PTR_ENTRY(__list,__nr); \ 160 #define DO_PREPARE(head, ptr, __head, __list, __nr, PTR_ENTRY) \ argument 167 PTR_NEXT(ptr, __head, __list, __nr, PTR_ENTRY); \ 170 #define DO_NEXT(ptr, __head, __list, __nr, PTR_ENTRY) \ argument 172 PTR_NEXT(ptr, __head, __list, __nr, PTR_ENTRY); \ 175 #define DO_RESET(ptr, __head, __list, __nr, PTR_ENTRY) \ argument 180 PTR_NEXT(ptr, __head, __list, __nr, PTR_ENTRY); \ 187 #define DO_FOR_EACH(head, ptr, __head, __list, __nr, PTR_ENTRY) do { \ argument 195 ptr = PTR_ENTRY(__list,__nr); \ [all …]
|