Symbol: fire_perfreg_handle_t
usr/src/uts/sun4/io/fpc/fpc-impl.c
205
fire_perfreg_handle_t firehdl;
usr/src/uts/sun4/io/fpc/fpc-impl.c
217
(fire_perfreg_handle_t)-1)
usr/src/uts/sun4/io/fpc/fpc-impl.c
276
fire_perfreg_handle_t firehdl;
usr/src/uts/sun4/io/fpc/fpc-impl.c
286
(fire_perfreg_handle_t)-1)
usr/src/uts/sun4/io/fpc/fpc-impl.h
55
extern fire_perfreg_handle_t fpc_get_perfreg_handle(int devnum);
usr/src/uts/sun4/io/fpc/fpc-impl.h
56
extern int fpc_free_counter_handle(fire_perfreg_handle_t);
usr/src/uts/sun4/io/fpc/fpc-impl.h
57
extern int fpc_event_io(fire_perfreg_handle_t handle, fire_perfcnt_t group,
usr/src/uts/sun4/io/fpc/fpc-impl.h
59
extern int fpc_counter_io(fire_perfreg_handle_t handle, fire_perfcnt_t group,
usr/src/uts/sun4u/chicago/io/fpc/fpc-impl-4u.c
218
fire_perfreg_handle_t
usr/src/uts/sun4u/chicago/io/fpc/fpc-impl-4u.c
235
return ((fire_perfreg_handle_t)-1);
usr/src/uts/sun4u/chicago/io/fpc/fpc-impl-4u.c
237
return ((fire_perfreg_handle_t)handle_impl);
usr/src/uts/sun4u/chicago/io/fpc/fpc-impl-4u.c
242
fpc_free_counter_handle(fire_perfreg_handle_t handle)
usr/src/uts/sun4u/chicago/io/fpc/fpc-impl-4u.c
252
fpc_event_io(fire_perfreg_handle_t handle, fire_perfcnt_t group,
usr/src/uts/sun4u/chicago/io/fpc/fpc-impl-4u.c
292
fpc_counter_io(fire_perfreg_handle_t handle, fire_perfcnt_t group,
usr/src/uts/sun4v/io/fpc/fpc-impl-4v.c
178
(fire_perfreg_handle_t)dev_hdl, jbc, &dummy_data, IS_READ) ==
usr/src/uts/sun4v/io/fpc/fpc-impl-4v.c
181
(fire_perfreg_handle_t)dev_hdl, imu, &dummy_data, IS_READ) ==
usr/src/uts/sun4v/io/fpc/fpc-impl-4v.c
219
fire_perfreg_handle_t
usr/src/uts/sun4v/io/fpc/fpc-impl-4v.c
226
return ((fire_perfreg_handle_t)-1);
usr/src/uts/sun4v/io/fpc/fpc-impl-4v.c
228
return ((fire_perfreg_handle_t)platform_specific_data);
usr/src/uts/sun4v/io/fpc/fpc-impl-4v.c
233
fpc_free_counter_handle(fire_perfreg_handle_t handle)
usr/src/uts/sun4v/io/fpc/fpc-impl-4v.c
239
fpc_hv_perfreg_io(fire_perfreg_handle_t handle, uint64_t hv_if_index,
usr/src/uts/sun4v/io/fpc/fpc-impl-4v.c
254
fpc_event_io(fire_perfreg_handle_t handle, fire_perfcnt_t group,
usr/src/uts/sun4v/io/fpc/fpc-impl-4v.c
264
fpc_counter_io(fire_perfreg_handle_t handle, fire_perfcnt_t group,