Searched refs:cpu_idle_prop_handle_t (Results 1 - 3 of 3) 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...]
/illumos-gate/usr/src/uts/common/os/
H A Dcpu_event.c130 cpu_idle_prop_handle_t handle;
849 cpu_idle_prop_update_t update, void *arg, cpu_idle_prop_handle_t *hdlp)
894 cpu_idle_prop_destroy_property(cpu_idle_prop_handle_t hdl)
934 cpu_idle_prop_create_handle(const char *name, cpu_idle_prop_handle_t *hdlp)
952 *hdlp = (cpu_idle_prop_handle_t)prop;
963 cpu_idle_prop_destroy_handle(cpu_idle_prop_handle_t hdl)
991 cpu_idle_prop_get_type(cpu_idle_prop_handle_t hdl)
998 cpu_idle_prop_get_name(cpu_idle_prop_handle_t hdl)
1005 cpu_idle_prop_get_value(cpu_idle_prop_handle_t hdl,
1034 cpu_idle_prop_get_uint32(cpu_idle_prop_handle_t hd
[all...]
/illumos-gate/usr/src/uts/i86pc/io/fipe/
H A Dfipe_pm.c156 cpu_idle_prop_handle_t prop_enter;
157 cpu_idle_prop_handle_t prop_exit;
158 cpu_idle_prop_handle_t prop_busy;
159 cpu_idle_prop_handle_t prop_idle;
160 cpu_idle_prop_handle_t prop_intr;

Completed in 241 milliseconds