Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libevent/compat/sys/
H A Dqueue.h249 #define SIMPLEQ_INSERT_HEAD(head, elm, field) do { \ macro
/freebsd/contrib/libevent/compat/sys/
H A Dqueue.h249 #define SIMPLEQ_INSERT_HEAD(head, elm, field) do { \ macro
/freebsd/crypto/openssh/openbsd-compat/
H A Dsys-queue.h382 #define SIMPLEQ_INSERT_HEAD(head, elm, field) do { \ macro
/freebsd/sbin/pfctl/
H A Dpfctl_parser.h244 #define SIMPLEQ_INSERT_HEAD STAILQ_INSERT_HEAD macro