HomeSort by: relevance | last modified time | path
    Searched defs:TAILQ_HEAD (Results 1 - 10 of 10) sorted by relevancy

  /src/external/bsd/libevent/dist/include/event2/
keyvalq_struct.h 46 #ifndef TAILQ_HEAD
48 #define TAILQ_HEAD(name, type) \
66 TAILQ_HEAD (evkeyvalq, evkeyval);
74 #undef TAILQ_HEAD
event_struct.h 79 #ifndef TAILQ_HEAD
81 #define TAILQ_HEAD(name, type) \
157 TAILQ_HEAD (event_list, event);
164 #undef TAILQ_HEAD
  /src/external/bsd/ntp/dist/sntp/libevent/include/event2/
keyvalq_struct.h 47 #ifndef TAILQ_HEAD
49 #define TAILQ_HEAD(name, type) \
67 TAILQ_HEAD (evkeyvalq, evkeyval);
75 #undef TAILQ_HEAD
event_struct.h 80 #ifndef TAILQ_HEAD
82 #define TAILQ_HEAD(name, type) \
158 TAILQ_HEAD (event_list, event);
165 #undef TAILQ_HEAD
  /src/sbin/fsck/
fsck.c 70 TAILQ_HEAD(fstypelist, entry) opthead, selhead, omhead;
  /src/crypto/dist/ipsec-tools/src/include-glibc/sys/
queue.h 320 #define TAILQ_HEAD(name, type) \
  /src/external/mpl/dhcp/dist/keama/
data.h 36 #define TAILQ_HEAD(name, type) \
196 TAILQ_HEAD(comments, comment);
201 TAILQ_HEAD(list, element);
204 TAILQ_HEAD(map, element);
289 TAILQ_HEAD(handles, handle);
  /src/external/bsd/ntp/dist/sntp/libevent/compat/sys/
queue.h 277 #define TAILQ_HEAD(name, type) \
  /src/sys/sys/
queue.h 402 #define TAILQ_HEAD(name, type) _TAILQ_HEAD(name, struct type,)
  /src/external/apache2/mDNSResponder/dist/mDNSShared/utilities/
bsd_queue.h 582 #define TAILQ_HEAD(name, type) \

Completed in 34 milliseconds