Searched refs:SIMPLEQ_FOREACH (Results 1 - 25 of 78) sorted by relevance

1234

/openbsd-current/sbin/dhcp6leased/
H A Dprintconf.c70 SIMPLEQ_FOREACH(pd_conf, &ia_conf->iface_pd_list, entry)
81 SIMPLEQ_FOREACH(ia_conf, &iface->iface_ia_list, entry) {
106 SIMPLEQ_FOREACH(iface, &conf->iface_list, entry)
H A Dparse.y638 SIMPLEQ_FOREACH(iface, &conf->iface_list, entry) {
639 SIMPLEQ_FOREACH(ia_conf, &iface->iface_ia_list, entry) {
706 SIMPLEQ_FOREACH(iface, &conf->iface_list, entry) {
732 SIMPLEQ_FOREACH(iface_ia, &iface_conf->iface_ia_list,
734 SIMPLEQ_FOREACH(iface_pd, &iface_ia->iface_pd_list,
773 SIMPLEQ_FOREACH(pd_conf, &ia_conf->iface_pd_list, entry) {
H A Dfrontend.c850 SIMPLEQ_FOREACH(ia_conf, &iface_conf->iface_ia_list, entry) {
1044 SIMPLEQ_FOREACH(iface_conf, head, entry) { function
1061 SIMPLEQ_FOREACH(iface_conf, &oconf->iface_list, entry)
1063 SIMPLEQ_FOREACH(iface_conf, &nconf->iface_list, entry)
1068 SIMPLEQ_FOREACH(iface_conf, &nconf->iface_list, entry) {
1081 SIMPLEQ_FOREACH(oiface_conf, &oconf->iface_list, entry) {
/openbsd-current/usr.sbin/rad/
H A Dprintconf.c92 SIMPLEQ_FOREACH(ra_rdnss,
102 SIMPLEQ_FOREACH(ra_dnssl,
109 SIMPLEQ_FOREACH(pref64, &ra_options->ra_pref64_list, entry) {
139 SIMPLEQ_FOREACH(iface, &conf->ra_iface_list, entry) {
151 SIMPLEQ_FOREACH(prefix, &iface->ra_prefix_list, entry) {
H A Drad.c580 SIMPLEQ_FOREACH(ra_rdnss_conf, &xconf->ra_options.ra_rdnss_list,
586 SIMPLEQ_FOREACH(ra_dnssl_conf, &xconf->ra_options.ra_dnssl_list,
594 SIMPLEQ_FOREACH(pref64, &xconf->ra_options.ra_pref64_list,
602 SIMPLEQ_FOREACH(ra_iface_conf, &xconf->ra_iface_list, entry) {
612 SIMPLEQ_FOREACH(ra_prefix_conf, &ra_iface_conf->ra_prefix_list,
618 SIMPLEQ_FOREACH(ra_rdnss_conf,
624 SIMPLEQ_FOREACH(ra_dnssl_conf,
630 SIMPLEQ_FOREACH(pref64,
H A Dparse.y941 SIMPLEQ_FOREACH(iface, &conf->ra_iface_list, entry)
947 SIMPLEQ_FOREACH(iface, &conf->ra_iface_list, entry)
962 SIMPLEQ_FOREACH(ra_rdnss, &src->ra_rdnss_list, entry) {
972 SIMPLEQ_FOREACH(ra_dnssl, &src->ra_dnssl_list, entry) {
989 SIMPLEQ_FOREACH(pref64, &src->ra_pref64_list, entry) {
1077 SIMPLEQ_FOREACH(prefix, &ra_iface_conf->ra_prefix_list, entry) {
1109 SIMPLEQ_FOREACH(pref64, &ra_options->ra_pref64_list, entry) {
1132 SIMPLEQ_FOREACH(iface, &conf->ra_iface_list, entry) {
H A Dfrontend.c733 SIMPLEQ_FOREACH(ra_iface_conf, head, entry) { function
902 SIMPLEQ_FOREACH(ra_iface_conf, &frontend_conf->ra_iface_list, entry) {
962 SIMPLEQ_FOREACH(ra_prefix_conf, &ra_iface_conf->ra_prefix_list,
1094 SIMPLEQ_FOREACH(ra_prefix_conf, head, entry) { function
1131 SIMPLEQ_FOREACH(pc, &ra_iface->prefixes, entry) {
1211 SIMPLEQ_FOREACH(pref64, &ra_iface_conf->ra_options.ra_pref64_list,
1268 SIMPLEQ_FOREACH(ra_prefix_conf, &ra_iface->prefixes, entry) {
1308 SIMPLEQ_FOREACH(ra_rdnss,
1326 SIMPLEQ_FOREACH(ra_dnssl,
1343 SIMPLEQ_FOREACH(pref6
[all...]
/openbsd-current/usr.sbin/cron/
H A Djob.c48 SIMPLEQ_FOREACH(j, &jobs, entries) {
74 SIMPLEQ_FOREACH(j, &jobs, entries) {
93 SIMPLEQ_FOREACH(j, &jobs, entries) {
/openbsd-current/lib/libfuse/
H A Dfuse_subr.c104 SIMPLEQ_FOREACH(vn, vn_head, node) { function
127 SIMPLEQ_FOREACH(v, vn_head, node) { function
161 SIMPLEQ_FOREACH(v, vn_head, node)
/openbsd-current/sys/arch/arm64/dev/
H A Dacpiiort.c98 SIMPLEQ_FOREACH(as, &acpiiort_smmu_list, as_list) {
112 SIMPLEQ_FOREACH(as, &acpiiort_smmu_list, as_list) {
134 SIMPLEQ_FOREACH(entry, &acpi_softc->sc_tables, q_next) {
/openbsd-current/usr.sbin/ripd/
H A Dprintconf.c75 SIMPLEQ_FOREACH(r, &conf->redist_list, entry) {
/openbsd-current/usr.bin/ctfconv/
H A Dpool.c100 SIMPLEQ_FOREACH(pp, &pool_head, pr_list)
H A Dparse.c392 SIMPLEQ_FOREACH(ir, &tmp->it_refs, ir_next) {
643 SIMPLEQ_FOREACH(die, &dcu->dcu_dies, die_next) {
754 SIMPLEQ_FOREACH(dav, &die->die_avals, dav_next) {
836 SIMPLEQ_FOREACH(dav, &die->die_avals, dav_next) {
877 SIMPLEQ_FOREACH(dav, &die->die_avals, dav_next) {
907 SIMPLEQ_FOREACH(dav, &die->die_avals, dav_next) {
950 SIMPLEQ_FOREACH(dav, &die->die_avals, dav_next) {
993 SIMPLEQ_FOREACH(dav, &die->die_avals, dav_next) {
1030 SIMPLEQ_FOREACH(dav, &die->die_avals, dav_next) {
1098 SIMPLEQ_FOREACH(da
[all...]
/openbsd-current/sys/dev/acpi/
H A Dacpipwrres.c136 SIMPLEQ_FOREACH(cons, &sc->sc_cons, cs_next)
180 SIMPLEQ_FOREACH(cons, &sc->sc_cons, cs_next) {
228 SIMPLEQ_FOREACH(pr, &sc->sc_acpi->sc_pwrresdevs, p_next) {
H A Dpluart_acpi.c107 SIMPLEQ_FOREACH(entry, &sc->sc_acpi->sc_tables, q_next) {
H A Dxhci_acpi.c112 SIMPLEQ_FOREACH(node, &sc->sc_node->son, sib) {
/openbsd-current/usr.sbin/ospf6d/
H A Dprintconf.c77 SIMPLEQ_FOREACH(r, &conf->redist_list, entry) {
/openbsd-current/sbin/dhcpleased/
H A Dprintconf.c106 SIMPLEQ_FOREACH(iface, &conf->iface_list, entry) {
/openbsd-current/usr.sbin/bgpd/
H A Drde_sets.c66 SIMPLEQ_FOREACH(aset, as_sets, entry) { function
94 SIMPLEQ_FOREACH(n, new, entry) { function
/openbsd-current/usr.sbin/ldomctl/
H A Dparse.y125 SIMPLEQ_FOREACH(odomain, &conf->domain_list, entry)
221 SIMPLEQ_FOREACH(odomain, &conf->domain_list, entry)
222 SIMPLEQ_FOREACH(iodev, &odomain->iodev_list, entry)
/openbsd-current/usr.sbin/eigrpd/
H A Dprintconf.c78 SIMPLEQ_FOREACH(r, &eigrp->redist_list, entry) {
/openbsd-current/usr.sbin/ospfd/
H A Dprintconf.c81 SIMPLEQ_FOREACH(r, rlh, entry) { function
/openbsd-current/usr.bin/ts/
H A Dts.c195 SIMPLEQ_FOREACH(u, &usec_queue, next)
/openbsd-current/usr.bin/paste/
H A Dpaste.c131 SIMPLEQ_FOREACH(lp, &head, entries) {
/openbsd-current/sys/dev/dt/
H A Ddt_dev.c364 SIMPLEQ_FOREACH(dtp, &dt_probe_list, dtp_next) {
399 SIMPLEQ_FOREACH(dtp, &dt_probe_list, dtp_next) {
531 SIMPLEQ_FOREACH(dtp, &dt_probe_list, dtp_next) {
558 SIMPLEQ_FOREACH(dtp, &dt_probe_list, dtp_next) {

Completed in 327 milliseconds

1234