Symbol: hpet_state
usr/src/uts/i86pc/io/hpet_acpi.c
1000
if (hpet_state.proxy_installed == B_TRUE) {
usr/src/uts/i86pc/io/hpet_acpi.c
1001
hpet_state.proxy_installed = B_FALSE;
usr/src/uts/i86pc/io/hpet_acpi.c
1007
if (hpet_state.proxy_installed == B_FALSE)
usr/src/uts/i86pc/io/hpet_acpi.c
1012
if (hpet_state.cpu_deep_idle == B_TRUE)
usr/src/uts/i86pc/io/hpet_acpi.c
1034
if (hpet_state.cpu_deep_idle == B_TRUE)
usr/src/uts/i86pc/io/hpet_acpi.c
1037
if (hpet_state.proxy_installed == B_FALSE) {
usr/src/uts/i86pc/io/hpet_acpi.c
1043
hpet_state.cpu_deep_idle = B_TRUE;
usr/src/uts/i86pc/io/hpet_acpi.c
1048
if ((hpet_state.cpu_deep_idle == B_FALSE) ||
usr/src/uts/i86pc/io/hpet_acpi.c
1049
(hpet_state.proxy_installed == B_FALSE))
usr/src/uts/i86pc/io/hpet_acpi.c
1058
hpet_state.cpu_deep_idle = B_FALSE;
usr/src/uts/i86pc/io/hpet_acpi.c
1069
hpet_state.cpu_deep_idle = B_TRUE;
usr/src/uts/i86pc/io/hpet_acpi.c
1107
hpet_state.uni_cstate = B_TRUE;
usr/src/uts/i86pc/io/hpet_acpi.c
1131
hpet_state.uni_cstate = B_FALSE;
usr/src/uts/i86pc/io/hpet_acpi.c
1433
if ((hpet_state.cpr == B_TRUE) ||
usr/src/uts/i86pc/io/hpet_acpi.c
1434
(hpet_state.cpu_deep_idle == B_FALSE) ||
usr/src/uts/i86pc/io/hpet_acpi.c
1435
(hpet_state.proxy_installed == B_FALSE) ||
usr/src/uts/i86pc/io/hpet_acpi.c
1436
(hpet_state.uni_cstate == B_TRUE)) {
usr/src/uts/i86pc/io/hpet_acpi.c
442
if (hpet_state.proxy_installed == B_TRUE)
usr/src/uts/i86pc/io/hpet_acpi.c
449
hpet_state.proxy_installed = B_TRUE;
usr/src/uts/i86pc/io/hpet_acpi.c
93
} hpet_state = { B_FALSE, B_FALSE, B_TRUE, B_TRUE};
usr/src/uts/i86pc/io/hpet_acpi.c
937
if (hpet_state.proxy_installed == B_FALSE)
usr/src/uts/i86pc/io/hpet_acpi.c
940
hpet_state.cpr = B_TRUE;
usr/src/uts/i86pc/io/hpet_acpi.c
951
hpet_state.cpr = B_FALSE;
usr/src/uts/i86pc/io/hpet_acpi.c
968
hpet_state.cpr = B_FALSE;