OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:acpi_active
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/arch/x86/isa/
isa_machdep.c
383
if (device_is_a(dev, "isa") &&
acpi_active
) {
399
device_is_a(dev, "isa") &&
acpi_active
) {
rtc.c
278
if (
acpi_active
&& AcpiGbl_FADT.Century >= MC_NVRAM_START &&
/src/sys/arch/i386/i386/
i386_mainbus.c
292
if (
acpi_active
) {
306
if (
acpi_active
== 0)
/src/sys/dev/acpi/
acpivar.h
328
extern int
acpi_active
;
acpi.c
138
* The
acpi_active
variable is set when the ACPI subsystem is active.
142
int
acpi_active
= 0;
variable
356
KASSERT(
acpi_active
!= 0);
538
acpi_active
= 1;
1280
KASSERT(
acpi_active
!= 0);
1341
KASSERT(
acpi_active
!= 0);
/src/sys/arch/x86/pci/
pci_machdep.c
548
} else if (
acpi_active
&&
/src/sys/arch/x86/x86/
x86_machdep.c
1218
if (
acpi_active
) {
Completed in 25 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026