Searched defs:handle_impl (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/chicago/io/fpc/
H A Dfpc-impl-4u.c226 fire_counter_handle_impl_t *handle_impl = local
229 if ((handle_impl->devspec =
231 rval = ldi_open_by_name(handle_impl->devspec->nodename,
232 OPEN_FLAGS, credentials, &handle_impl->devhandle,
237 kmem_free(handle_impl, sizeof (fire_counter_handle_impl_t));
240 return ((fire_perfreg_handle_t)handle_impl);
247 fire_counter_handle_impl_t *handle_impl = local
249 (void) ldi_close(handle_impl->devhandle, OPEN_FLAGS, credentials);
250 kmem_free(handle_impl, sizeof (fire_counter_handle_impl_t));
261 fire_counter_handle_impl_t *handle_impl local
301 fire_counter_handle_impl_t *handle_impl = local
[all...]
/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp-internal.h128 typedef struct handle_impl { struct

Completed in 49 milliseconds