Searched defs:proxy_installed (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/
H A Dhpet_acpi.c84 boolean_t proxy_installed; /* CBE proxy interrupt setup */ member in struct:hpet_state
334 if (hpet_state.proxy_installed == B_TRUE)
341 hpet_state.proxy_installed = B_TRUE;
772 * hpet_state.proxy_installed. hpet_info contains the proxy interrupt HPET
795 if (hpet_state.proxy_installed == B_FALSE)
858 if (hpet_state.proxy_installed == B_TRUE) {
859 hpet_state.proxy_installed = B_FALSE;
865 if (hpet_state.proxy_installed == B_FALSE)
895 if (hpet_state.proxy_installed == B_FALSE) {
907 (hpet_state.proxy_installed
[all...]

Completed in 46 milliseconds