Symbol: hpet_state
usr/src/uts/i86pc/io/hpet_acpi.c
1016
if (hpet_state.proxy_installed == B_TRUE) {
usr/src/uts/i86pc/io/hpet_acpi.c
1017
hpet_state.proxy_installed = B_FALSE;
usr/src/uts/i86pc/io/hpet_acpi.c
1023
if (hpet_state.proxy_installed == B_FALSE)
usr/src/uts/i86pc/io/hpet_acpi.c
1028
if (hpet_state.cpu_deep_idle == B_TRUE)
usr/src/uts/i86pc/io/hpet_acpi.c
1050
if (hpet_state.cpu_deep_idle == B_TRUE)
usr/src/uts/i86pc/io/hpet_acpi.c
1053
if (hpet_state.proxy_installed == B_FALSE) {
usr/src/uts/i86pc/io/hpet_acpi.c
1059
hpet_state.cpu_deep_idle = B_TRUE;
usr/src/uts/i86pc/io/hpet_acpi.c
1064
if ((hpet_state.cpu_deep_idle == B_FALSE) ||
usr/src/uts/i86pc/io/hpet_acpi.c
1065
(hpet_state.proxy_installed == B_FALSE))
usr/src/uts/i86pc/io/hpet_acpi.c
1074
hpet_state.cpu_deep_idle = B_FALSE;
usr/src/uts/i86pc/io/hpet_acpi.c
1085
hpet_state.cpu_deep_idle = B_TRUE;
usr/src/uts/i86pc/io/hpet_acpi.c
1123
hpet_state.uni_cstate = B_TRUE;
usr/src/uts/i86pc/io/hpet_acpi.c
1147
hpet_state.uni_cstate = B_FALSE;
usr/src/uts/i86pc/io/hpet_acpi.c
1449
if ((hpet_state.cpr == B_TRUE) ||
usr/src/uts/i86pc/io/hpet_acpi.c
1450
(hpet_state.cpu_deep_idle == B_FALSE) ||
usr/src/uts/i86pc/io/hpet_acpi.c
1451
(hpet_state.proxy_installed == B_FALSE) ||
usr/src/uts/i86pc/io/hpet_acpi.c
1452
(hpet_state.uni_cstate == B_TRUE)) {
usr/src/uts/i86pc/io/hpet_acpi.c
444
if (hpet_state.proxy_installed == B_TRUE)
usr/src/uts/i86pc/io/hpet_acpi.c
451
hpet_state.proxy_installed = B_TRUE;
usr/src/uts/i86pc/io/hpet_acpi.c
95
} hpet_state = { B_FALSE, B_FALSE, B_TRUE, B_TRUE};
usr/src/uts/i86pc/io/hpet_acpi.c
953
if (hpet_state.proxy_installed == B_FALSE)
usr/src/uts/i86pc/io/hpet_acpi.c
956
hpet_state.cpr = B_TRUE;
usr/src/uts/i86pc/io/hpet_acpi.c
967
hpet_state.cpr = B_FALSE;
usr/src/uts/i86pc/io/hpet_acpi.c
984
hpet_state.cpr = B_FALSE;