Searched refs:__head (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | ptrlist.h | 80 DO_PREPARE(head, ptr, __head##ptr, __list##ptr, __nr##ptr, PTR_ENTRY_UNTAG) 83 DO_NEXT(ptr, __head##ptr, __list##ptr, __nr##ptr, PTR_ENTRY_UNTAG) 86 DO_RESET(ptr, __head##ptr, __list##ptr, __nr##ptr, PTR_ENTRY_UNTAG) 89 DO_FINISH(ptr, __head##ptr, __list##ptr, __nr##ptr) 92 DO_REVERSE(ptr, __head##ptr, __list##ptr, __nr##ptr, \ 93 new, __head##new, __list##new, __nr##new, PTR_ENTRY_UNTAG) 97 DO_FOR_EACH(head, ptr, __head##ptr, __list##ptr, __nr##ptr, PTR_ENTRY_NOTAG) 100 DO_FOR_EACH(head, ptr, __head##ptr, __list##ptr, __nr##ptr, PTR_ENTRY_UNTAG) 103 DO_END_FOR_EACH(ptr, __head##ptr, __list##ptr, __nr##ptr) 106 DO_FOR_EACH_REVERSE(head, ptr, __head##ptr, __list##ptr, __nr##ptr, PTR_ENTRY_NOTAG) [all …]
|
/illumos-gate/usr/src/cmd/sendmail/db/db/ |
H A D | db_salloc.c | 35 SH_LIST_HEAD(__head); 53 struct __head *hp; 59 elp->len = size - sizeof(struct __head) - sizeof(elp->len); 89 for (elp = SH_LIST_FIRST((struct __head *)p, __data); 156 struct __head *hp; 185 hp = (struct __head *)regionp; 246 for (elp = SH_LIST_FIRST((struct __head *)addr, __data); 296 for (elp = SH_LIST_FIRST((struct __head *)addr, __data);
|