Symbol: cpu_idle_prop_handle_t
usr/src/uts/common/os/cpu_event.c
1005
cpu_idle_prop_get_value(cpu_idle_prop_handle_t hdl,
usr/src/uts/common/os/cpu_event.c
1034
cpu_idle_prop_get_uint32(cpu_idle_prop_handle_t hdl,
usr/src/uts/common/os/cpu_event.c
1047
cpu_idle_prop_get_uint64(cpu_idle_prop_handle_t hdl,
usr/src/uts/common/os/cpu_event.c
1060
cpu_idle_prop_get_intptr(cpu_idle_prop_handle_t hdl,
usr/src/uts/common/os/cpu_event.c
1073
cpu_idle_prop_get_hrtime(cpu_idle_prop_handle_t hdl,
usr/src/uts/common/os/cpu_event.c
1086
cpu_idle_prop_set_value(cpu_idle_prop_handle_t hdl,
usr/src/uts/common/os/cpu_event.c
1099
cpu_idle_prop_set_all(cpu_idle_prop_handle_t hdl, cpu_idle_prop_value_t val)
usr/src/uts/common/os/cpu_event.c
130
cpu_idle_prop_handle_t handle;
usr/src/uts/common/os/cpu_event.c
849
cpu_idle_prop_update_t update, void *arg, cpu_idle_prop_handle_t *hdlp)
usr/src/uts/common/os/cpu_event.c
894
cpu_idle_prop_destroy_property(cpu_idle_prop_handle_t hdl)
usr/src/uts/common/os/cpu_event.c
934
cpu_idle_prop_create_handle(const char *name, cpu_idle_prop_handle_t *hdlp)
usr/src/uts/common/os/cpu_event.c
952
*hdlp = (cpu_idle_prop_handle_t)prop;
usr/src/uts/common/os/cpu_event.c
963
cpu_idle_prop_destroy_handle(cpu_idle_prop_handle_t hdl)
usr/src/uts/common/os/cpu_event.c
991
cpu_idle_prop_get_type(cpu_idle_prop_handle_t hdl)
usr/src/uts/common/os/cpu_event.c
998
cpu_idle_prop_get_name(cpu_idle_prop_handle_t hdl)
usr/src/uts/common/sys/cpu_event.h
214
cpu_idle_prop_handle_t *hdlp);
usr/src/uts/common/sys/cpu_event.h
220
extern int cpu_idle_prop_destroy_property(cpu_idle_prop_handle_t hdl);
usr/src/uts/common/sys/cpu_event.h
227
cpu_idle_prop_handle_t *hdlp);
usr/src/uts/common/sys/cpu_event.h
233
extern int cpu_idle_prop_destroy_handle(cpu_idle_prop_handle_t hdl);
usr/src/uts/common/sys/cpu_event.h
241
extern cpu_idle_prop_type_t cpu_idle_prop_get_type(cpu_idle_prop_handle_t hdl);
usr/src/uts/common/sys/cpu_event.h
242
extern const char *cpu_idle_prop_get_name(cpu_idle_prop_handle_t hdl);
usr/src/uts/common/sys/cpu_event.h
243
extern int cpu_idle_prop_get_value(cpu_idle_prop_handle_t hdl,
usr/src/uts/common/sys/cpu_event.h
245
extern uint32_t cpu_idle_prop_get_uint32(cpu_idle_prop_handle_t hdl,
usr/src/uts/common/sys/cpu_event.h
247
extern uint64_t cpu_idle_prop_get_uint64(cpu_idle_prop_handle_t hdl,
usr/src/uts/common/sys/cpu_event.h
249
extern intptr_t cpu_idle_prop_get_intptr(cpu_idle_prop_handle_t hdl,
usr/src/uts/common/sys/cpu_event.h
251
extern hrtime_t cpu_idle_prop_get_hrtime(cpu_idle_prop_handle_t hdl,
usr/src/uts/common/sys/cpu_event.h
253
extern void cpu_idle_prop_set_value(cpu_idle_prop_handle_t hdl,
usr/src/uts/common/sys/cpu_event.h
255
extern void cpu_idle_prop_set_all(cpu_idle_prop_handle_t hdl,
usr/src/uts/i86pc/io/fipe/fipe_pm.c
156
cpu_idle_prop_handle_t prop_enter;
usr/src/uts/i86pc/io/fipe/fipe_pm.c
157
cpu_idle_prop_handle_t prop_exit;
usr/src/uts/i86pc/io/fipe/fipe_pm.c
158
cpu_idle_prop_handle_t prop_busy;
usr/src/uts/i86pc/io/fipe/fipe_pm.c
159
cpu_idle_prop_handle_t prop_idle;
usr/src/uts/i86pc/io/fipe/fipe_pm.c
160
cpu_idle_prop_handle_t prop_intr;