Home
last modified time | relevance | path

Searched defs:TAILQ_HEAD (Results 1 – 4 of 4) sorted by relevance

/minix/external/bsd/libevent/dist/include/event2/
H A Dkeyvalq_struct.h49 #define TAILQ_HEAD(name, type) \ macro
H A Devent_struct.h81 #define TAILQ_HEAD(name, type) \ macro
/minix/sbin/fsck/
H A Dfsck.c70 TAILQ_HEAD(fstypelist, entry) opthead, selhead, omhead; in TAILQ_HEAD() function
/minix/sys/sys/
H A Dqueue.h405 #define TAILQ_HEAD(name, type) _TAILQ_HEAD(name, struct type,) macro