Home
last modified time | relevance | path

Searched refs:sc_tables (Results 1 – 18 of 18) sorted by relevance

/openbsd/src/usr.sbin/relayd/
Dhce.c89 TAILQ_FOREACH(table, env->sc_tables, entry) { in hce_setup_events()
109 TAILQ_FOREACH(table, env->sc_tables, entry) { in hce_disable_events()
139 TAILQ_FOREACH(table, env->sc_tables, entry) { in hce_launch_checks()
153 TAILQ_FOREACH(table, env->sc_tables, entry) { in hce_launch_checks()
328 TAILQ_FOREACH(table, env->sc_tables, entry) in hce_dispatch_pfe()
Dcheck_icmp.c120 TAILQ_FOREACH(table, cie->env->sc_tables, entry) { in icmp_checks_done()
141 TAILQ_FOREACH(table, cie->env->sc_tables, entry) { in icmp_checks_timeout()
194 TAILQ_FOREACH(table, cie->env->sc_tables, entry) { in send_icmp()
Dconfig.c60 if ((env->sc_tables = in config_init()
61 calloc(1, sizeof(*env->sc_tables))) == NULL) in config_init()
63 TAILQ_INIT(env->sc_tables); in config_init()
155 if (what & CONFIG_TABLES && env->sc_tables != NULL) { in config_purge()
156 while ((table = TAILQ_FIRST(env->sc_tables)) != NULL) in config_purge()
157 purge_table(env, env->sc_tables, table); in config_purge()
284 TAILQ_FOREACH(tb, env->sc_tables, entry) { in config_getcfg()
376 TAILQ_INSERT_TAIL(env->sc_tables, tb, entry); in config_gettable()
Drelayd.c292 TAILQ_FOREACH(tb, env->sc_tables, entry) in parent_configure()
1057 TAILQ_FOREACH(table, env->sc_tables, entry) in host_find()
1069 TAILQ_FOREACH(table, env->sc_tables, entry) in table_find()
1149 TAILQ_FOREACH(table, env->sc_tables, entry) in host_findbyname()
1161 TAILQ_FOREACH(table, env->sc_tables, entry) in table_findbyname()
1177 TAILQ_FOREACH(table, env->sc_tables, entry) { in table_findbyconf()
Dpfe.c634 TAILQ_FOREACH(t, env->sc_tables, entry) in disable_host()
690 TAILQ_FOREACH(t, env->sc_tables, entry) in enable_host()
774 TAILQ_FOREACH(table, env->sc_tables, entry) { in pfe_sync()
Dparse.y583 purge_table(conf, conf->sc_tables, $3);
588 purge_table(conf, conf->sc_tables, $3);
684 TAILQ_FOREACH(tb, conf->sc_tables, entry)
717 TAILQ_INSERT_TAIL(conf->sc_tables, table, entry);
2169 purge_table(conf, conf->sc_tables, $3);
2986 for (table = TAILQ_FIRST(conf->sc_tables); table != NULL; in load_config()
2990 TAILQ_REMOVE(conf->sc_tables, table, entry); in load_config()
3376 TAILQ_INSERT_TAIL(conf->sc_tables, tb, entry); in table_inherit()
Drelayd.h1109 struct tablelist *sc_tables; member
Dagentx_control.c953 TAILQ_FOREACH(table, env->sc_tables, entry) { in agentxctl_table_byidx()
/openbsd/src/sys/dev/acpi/
Dpluart_acpi.c107 SIMPLEQ_FOREACH(entry, &sc->sc_acpi->sc_tables, q_next) { in pluart_acpi_is_console()
Dcom_acpi.c160 SIMPLEQ_FOREACH(entry, &sc->sc_acpi->sc_tables, q_next) { in com_acpi_is_console()
Dacpivar.h225 acpi_qhead_t sc_tables; member
Dintelpmc.c111 SIMPLEQ_FOREACH(entry, &sc->sc_acpi->sc_tables, q_next) { in intelpmc_attach()
Dacpi.c1040 SIMPLEQ_INIT(&sc->sc_tables); in acpi_attach_common()
1057 SIMPLEQ_FOREACH(entry, &sc->sc_tables, q_next) { in acpi_attach_common()
1134 SIMPLEQ_FOREACH(entry, &sc->sc_tables, q_next) { in acpi_attach_common()
1182 SIMPLEQ_FOREACH(entry, &sc->sc_tables, q_next) { in acpi_attach_common()
1224 SIMPLEQ_FOREACH(entry, &sc->sc_tables, q_next) { in acpi_attach_common()
1393 SIMPLEQ_INSERT_HEAD(&sc->sc_tables, entry, in acpi_maptable()
1396 SIMPLEQ_INSERT_TAIL(&sc->sc_tables, entry, in acpi_maptable()
Dtpm.c428 SIMPLEQ_FOREACH(entry, &sc->sc_tables, q_next) { in tpm2_start_method()
Ddsdt.c3758 SIMPLEQ_FOREACH(entry, &sc->sc_tables, q_next) { in aml_loadtable()
/openbsd/src/sys/arch/arm64/dev/
Dacpiiort.c134 SIMPLEQ_FOREACH(entry, &acpi_softc->sc_tables, q_next) { in acpiiort_device_map()
Dacpipci.c392 SIMPLEQ_FOREACH(entry, &acpi_softc->sc_tables, q_next) { in acpipci_probe_device_hook()
882 SIMPLEQ_FOREACH(entry, &sc->sc_acpi->sc_tables, q_next) { in acpipci_iort_map_msi()
/openbsd/src/sys/dev/pci/drm/
Ddrm_linux.c1385 SIMPLEQ_FOREACH(entry, &sc->sc_tables, q_next) { in acpi_get_table()