Home
last modified time | relevance | path

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

/dragonfly/lib/libssh/openbsd-compat/
H A Dsys-queue.h86 #undef SIMPLEQ_INIT
377 #define SIMPLEQ_INIT(head) do { \ macro
415 SIMPLEQ_INIT((head2)); \
/dragonfly/usr.sbin/pfctl/
H A Dpfctl_parser.h199 #define SIMPLEQ_INIT STAILQ_INIT macro
H A Dpfctl_optimize.c1231 SIMPLEQ_INIT(&(*tbl)->pt_nodes); in add_opt_table()
H A Dparse.y1364 SIMPLEQ_INIT(&table_opts.init_nodes);
1371 SIMPLEQ_INIT(&table_opts.init_nodes);
/dragonfly/sys/dev/crypto/ubsec/
H A Dubsec.c81 #define SIMPLEQ_INIT STAILQ_INIT macro
276 SIMPLEQ_INIT(&sc->sc_queue); in ubsec_attach()
277 SIMPLEQ_INIT(&sc->sc_qchip); in ubsec_attach()
278 SIMPLEQ_INIT(&sc->sc_queue2); in ubsec_attach()
279 SIMPLEQ_INIT(&sc->sc_qchip2); in ubsec_attach()
280 SIMPLEQ_INIT(&sc->sc_q2free); in ubsec_attach()
385 SIMPLEQ_INIT(&sc->sc_freequeue); in ubsec_attach()