Home
last modified time | relevance | path

Searched refs:SIMPLEQ_INIT (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/crypto/openssh/openbsd-compat/
Dsys-queue.h86 #undef SIMPLEQ_INIT
377 #define SIMPLEQ_INIT(head) do { \ macro
415 SIMPLEQ_INIT((head2)); \
/freebsd-12-stable/sbin/pfctl/
Dpfctl_parser.h227 #define SIMPLEQ_INIT STAILQ_INIT macro
Dpfctl_optimize.c1239 SIMPLEQ_INIT(&(*tbl)->pt_nodes); in add_opt_table()
Dparse.y1497 SIMPLEQ_INIT(&table_opts.init_nodes);
1504 SIMPLEQ_INIT(&table_opts.init_nodes);
/freebsd-12-stable/sys/dev/ubsec/
Dubsec.c88 #define SIMPLEQ_INIT STAILQ_INIT macro
277 SIMPLEQ_INIT(&sc->sc_queue); in ubsec_attach()
278 SIMPLEQ_INIT(&sc->sc_qchip); in ubsec_attach()
279 SIMPLEQ_INIT(&sc->sc_queue2); in ubsec_attach()
280 SIMPLEQ_INIT(&sc->sc_qchip2); in ubsec_attach()
281 SIMPLEQ_INIT(&sc->sc_q2free); in ubsec_attach()
375 SIMPLEQ_INIT(&sc->sc_freequeue); in ubsec_attach()
/freebsd-12-stable/contrib/libevent/compat/sys/
Dqueue.h244 #define SIMPLEQ_INIT(head) do { \ macro
/freebsd-12-stable/contrib/ntp/sntp/libevent/compat/sys/
Dqueue.h244 #define SIMPLEQ_INIT(head) do { \ macro