Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libevent/compat/sys/
H A Dqueue.h267 #define SIMPLEQ_REMOVE_HEAD(head, elm, field) do { \ macro
/freebsd/contrib/libevent/compat/sys/
H A Dqueue.h267 #define SIMPLEQ_REMOVE_HEAD(head, elm, field) do { \ macro
/freebsd/crypto/openssh/openbsd-compat/
H A Dsys-queue.h400 #define SIMPLEQ_REMOVE_HEAD(head, field) do { \ macro
/freebsd/sbin/pfctl/
H A Dpfctl_parser.h251 #define SIMPLEQ_REMOVE_HEAD STAILQ_REMOVE_HEAD macro