OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ar_iorange
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/acpi/
acpi_resource.c
489
SIMPLEQ_EMPTY(&res->
ar_iorange
) &&
573
while (!SIMPLEQ_EMPTY(&res->
ar_iorange
)) {
575
ar = SIMPLEQ_FIRST(&res->
ar_iorange
);
576
SIMPLEQ_REMOVE_HEAD(&res->
ar_iorange
, ar_list);
629
SIMPLEQ_FOREACH(ar, &res->
ar_iorange
, ar_list) {
749
SIMPLEQ_INIT(&res->
ar_iorange
);
851
SIMPLEQ_INSERT_TAIL(&res->
ar_iorange
, ar, ar_list);
acpivar.h
286
SIMPLEQ_HEAD(, acpi_iorange)
ar_iorange
;
member in struct:acpi_resources
Completed in 18 milliseconds
Indexes created Thu Jun 11 00:25:07 UTC 2026