Home
last modified time | relevance | path

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

/src/usr.sbin/acpi/acpidb/
H A Dacpidb.c73 static struct ACPIRegionContentList RegionContentList; variable
130 TAILQ_INIT(&RegionContentList); in aml_simulation_init()
147 TAILQ_INSERT_TAIL(&RegionContentList, rc, links); in aml_simulate_regcontent_add()
159 TAILQ_FOREACH(rc, &RegionContentList, links) { in aml_simulate_regcontent_read()
178 TAILQ_FOREACH(rc, &RegionContentList, links) { in aml_simulate_regcontent_write()
276 while (!TAILQ_EMPTY(&RegionContentList)) { in aml_simulation_regdump()
277 rc = TAILQ_FIRST(&RegionContentList); in aml_simulation_regdump()
280 TAILQ_REMOVE(&RegionContentList, rc, links); in aml_simulation_regdump()
285 TAILQ_INIT(&RegionContentList); in aml_simulation_regdump()