Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libevent/compat/sys/
H A Dqueue.h231 #define SIMPLEQ_FIRST(head) ((head)->sqh_first) macro
/freebsd/contrib/libevent/compat/sys/
H A Dqueue.h231 #define SIMPLEQ_FIRST(head) ((head)->sqh_first) macro
/freebsd/crypto/openssh/openbsd-compat/
H A Dsys-queue.h359 #define SIMPLEQ_FIRST(head) ((head)->sqh_first) macro
/freebsd/sbin/pfctl/
H A Dpfctl_parser.h232 #define SIMPLEQ_FIRST STAILQ_FIRST macro