Searched refs:SIMPLEQ_REMOVE_HEAD (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/pf/pfctl/
H A Dpfctl_parser.h184 #define SIMPLEQ_REMOVE_HEAD STAILQ_REMOVE_HEAD macro
/freebsd-9.3-release/sys/dev/ubsec/
H A Dubsec.c90 #define SIMPLEQ_REMOVE_HEAD STAILQ_REMOVE_HEAD macro
516 SIMPLEQ_REMOVE_HEAD(&sc->sc_freequeue, q_next);
613 SIMPLEQ_REMOVE_HEAD(&sc->sc_qchip, q_next);
661 SIMPLEQ_REMOVE_HEAD(&sc->sc_qchip2, q_next);
766 SIMPLEQ_REMOVE_HEAD(&sc->sc_queue, q_next);
782 SIMPLEQ_REMOVE_HEAD(&sc->sc_queue, q_next);
817 SIMPLEQ_REMOVE_HEAD(&sc->sc_queue, q_next);
1060 SIMPLEQ_REMOVE_HEAD(&sc->sc_freequeue, q_next);
1667 SIMPLEQ_REMOVE_HEAD(&sc->sc_queue2, q_next);
1992 SIMPLEQ_REMOVE_HEAD(
[all...]
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dsys-queue.h85 #undef SIMPLEQ_REMOVE_HEAD macro
393 #define SIMPLEQ_REMOVE_HEAD(head, field) do { \ macro
/freebsd-9.3-release/contrib/ntp/sntp/libevent/compat/sys/
H A Dqueue.h267 #define SIMPLEQ_REMOVE_HEAD(head, elm, field) do { \ macro

Completed in 169 milliseconds