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

/illumos-gate/usr/src/uts/common/sys/
H A Dcpu_event.h106 typedef void *cpu_idle_prop_handle_t; typedef
214 cpu_idle_prop_handle_t *hdlp);
220 extern int cpu_idle_prop_destroy_property(cpu_idle_prop_handle_t hdl);
227 cpu_idle_prop_handle_t *hdlp);
233 extern int cpu_idle_prop_destroy_handle(cpu_idle_prop_handle_t hdl);
241 extern cpu_idle_prop_type_t cpu_idle_prop_get_type(cpu_idle_prop_handle_t hdl);
242 extern const char *cpu_idle_prop_get_name(cpu_idle_prop_handle_t hdl);
243 extern int cpu_idle_prop_get_value(cpu_idle_prop_handle_t hdl,
245 extern uint32_t cpu_idle_prop_get_uint32(cpu_idle_prop_handle_t hdl,
247 extern uint64_t cpu_idle_prop_get_uint64(cpu_idle_prop_handle_t hd
[all...]

Completed in 55 milliseconds