cpu_idle_prop_handle_t
cpu_idle_prop_get_value(cpu_idle_prop_handle_t hdl,
cpu_idle_prop_get_uint32(cpu_idle_prop_handle_t hdl,
cpu_idle_prop_get_uint64(cpu_idle_prop_handle_t hdl,
cpu_idle_prop_get_intptr(cpu_idle_prop_handle_t hdl,
cpu_idle_prop_get_hrtime(cpu_idle_prop_handle_t hdl,
cpu_idle_prop_set_value(cpu_idle_prop_handle_t hdl,
cpu_idle_prop_set_all(cpu_idle_prop_handle_t hdl, cpu_idle_prop_value_t val)
cpu_idle_prop_handle_t handle;
cpu_idle_prop_update_t update, void *arg, cpu_idle_prop_handle_t *hdlp)
cpu_idle_prop_destroy_property(cpu_idle_prop_handle_t hdl)
cpu_idle_prop_create_handle(const char *name, cpu_idle_prop_handle_t *hdlp)
*hdlp = (cpu_idle_prop_handle_t)prop;
cpu_idle_prop_destroy_handle(cpu_idle_prop_handle_t hdl)
cpu_idle_prop_get_type(cpu_idle_prop_handle_t hdl)
cpu_idle_prop_get_name(cpu_idle_prop_handle_t hdl)
cpu_idle_prop_handle_t *hdlp);
extern int cpu_idle_prop_destroy_property(cpu_idle_prop_handle_t hdl);
cpu_idle_prop_handle_t *hdlp);
extern int cpu_idle_prop_destroy_handle(cpu_idle_prop_handle_t hdl);
extern cpu_idle_prop_type_t cpu_idle_prop_get_type(cpu_idle_prop_handle_t hdl);
extern const char *cpu_idle_prop_get_name(cpu_idle_prop_handle_t hdl);
extern int cpu_idle_prop_get_value(cpu_idle_prop_handle_t hdl,
extern uint32_t cpu_idle_prop_get_uint32(cpu_idle_prop_handle_t hdl,
extern uint64_t cpu_idle_prop_get_uint64(cpu_idle_prop_handle_t hdl,
extern intptr_t cpu_idle_prop_get_intptr(cpu_idle_prop_handle_t hdl,
extern hrtime_t cpu_idle_prop_get_hrtime(cpu_idle_prop_handle_t hdl,
extern void cpu_idle_prop_set_value(cpu_idle_prop_handle_t hdl,
extern void cpu_idle_prop_set_all(cpu_idle_prop_handle_t hdl,
cpu_idle_prop_handle_t prop_enter;
cpu_idle_prop_handle_t prop_exit;
cpu_idle_prop_handle_t prop_busy;
cpu_idle_prop_handle_t prop_idle;
cpu_idle_prop_handle_t prop_intr;