Home
last modified time | relevance | path

Searched refs:fire_counter_handle_impl_t (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/chicago/io/fpc/
H A Dfpc-impl-4u.c64 } fire_counter_handle_impl_t; typedef
223 fire_counter_handle_impl_t *handle_impl = in fpc_get_perfreg_handle()
224 kmem_zalloc(sizeof (fire_counter_handle_impl_t), KM_SLEEP); in fpc_get_perfreg_handle()
234 kmem_free(handle_impl, sizeof (fire_counter_handle_impl_t)); in fpc_get_perfreg_handle()
244 fire_counter_handle_impl_t *handle_impl = in fpc_free_counter_handle()
245 (fire_counter_handle_impl_t *)handle; in fpc_free_counter_handle()
247 kmem_free(handle_impl, sizeof (fire_counter_handle_impl_t)); in fpc_free_counter_handle()
258 fire_counter_handle_impl_t *handle_impl = in fpc_event_io()
259 (fire_counter_handle_impl_t *)handle; in fpc_event_io()
298 fire_counter_handle_impl_t *handle_impl = in fpc_counter_io()
[all …]