Searched defs:HEAD (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/contrib/vchiq/interface/compat/ |
H A D | list.h | 211 #define list_for_each(VAR, HEAD) \ argument 216 #define list_for_each_safe(VAR, NEXT, HEAD) \ argument 221 #define list_for_each_entry(VAR, HEAD, FIELD) \ argument 227 #define list_for_each_entry_reverse(VAR, HEAD, FIELD) \ argument 233 #define list_for_each_entry_safe(VAR, NEXT, HEAD, FIELD) \ argument 240 #define list_for_each_entry_continue(VAR, HEAD, FIELD) \ argument 245 #define list_for_each_entry_continue_reverse(VAR, HEAD, FIELD) \ argument 250 #define list_for_each_entry_safe_from(VAR, NEXT, HEAD, FIELD) \ argument
|
/freebsd/contrib/byacc/ |
H A D | mstring.c | 12 #define HEAD 24 macro
|
/freebsd/lib/libc/include/isc/ |
H A D | list.h | 45 #define HEAD(list) ((list).head) macro
|
/freebsd/sys/contrib/zlib/ |
H A D | inflate.h | 21 HEAD = 16180, /* i: waiting for magic header */ enumerator
|
/freebsd/contrib/ntp/libntp/lib/isc/include/isc/ |
H A D | util.h | 193 #define HEAD(list) ISC_LIST_HEAD(list) macro
|
/freebsd/contrib/bsnmp/snmpd/ |
H A D | snmpmod.h | 137 #define INSERT_OBJECT_FUNC_LINK_REV(PTR, LIST, HEAD, LINK, FUNC) do { \ argument 240 #define INSERT_OBJECT_FUNC_REV(PTR, LIST, HEAD, FUNC) \ argument
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/ |
H A D | Record.h | 843 HEAD, enumerator
|