| /openbsd/src/usr.sbin/relayd/ |
| D | hce.c | 89 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()
|
| D | check_icmp.c | 120 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()
|
| D | config.c | 60 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()
|
| D | relayd.c | 292 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()
|
| D | pfe.c | 634 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()
|
| D | parse.y | 583 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()
|
| D | relayd.h | 1109 struct tablelist *sc_tables; member
|
| D | agentx_control.c | 953 TAILQ_FOREACH(table, env->sc_tables, entry) { in agentxctl_table_byidx()
|
| /openbsd/src/sys/dev/acpi/ |
| D | pluart_acpi.c | 107 SIMPLEQ_FOREACH(entry, &sc->sc_acpi->sc_tables, q_next) { in pluart_acpi_is_console()
|
| D | com_acpi.c | 160 SIMPLEQ_FOREACH(entry, &sc->sc_acpi->sc_tables, q_next) { in com_acpi_is_console()
|
| D | acpivar.h | 225 acpi_qhead_t sc_tables; member
|
| D | intelpmc.c | 111 SIMPLEQ_FOREACH(entry, &sc->sc_acpi->sc_tables, q_next) { in intelpmc_attach()
|
| D | acpi.c | 1040 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()
|
| D | tpm.c | 428 SIMPLEQ_FOREACH(entry, &sc->sc_tables, q_next) { in tpm2_start_method()
|
| D | dsdt.c | 3758 SIMPLEQ_FOREACH(entry, &sc->sc_tables, q_next) { in aml_loadtable()
|
| /openbsd/src/sys/arch/arm64/dev/ |
| D | acpiiort.c | 134 SIMPLEQ_FOREACH(entry, &acpi_softc->sc_tables, q_next) { in acpiiort_device_map()
|
| D | acpipci.c | 392 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/ |
| D | drm_linux.c | 1385 SIMPLEQ_FOREACH(entry, &sc->sc_tables, q_next) { in acpi_get_table()
|