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

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dcpu_acpi.h209 typedef cpu_acpi_state_t *cpu_acpi_handle_t; typedef
211 extern void cpu_acpi_cache_ppc(cpu_acpi_handle_t);
212 extern void cpu_acpi_cache_tpc(cpu_acpi_handle_t);
213 extern int cpu_acpi_cache_pstate_data(cpu_acpi_handle_t);
214 extern void cpu_acpi_free_pstate_data(cpu_acpi_handle_t);
215 extern int cpu_acpi_cache_tstate_data(cpu_acpi_handle_t);
216 extern void cpu_acpi_free_tstate_data(cpu_acpi_handle_t);
217 extern int cpu_acpi_cache_cstate_data(cpu_acpi_handle_t);
218 extern void cpu_acpi_free_cstate_data(cpu_acpi_handle_t);
219 extern void cpu_acpi_install_notify_handler(cpu_acpi_handle_t,
[all...]

Completed in 59 milliseconds