Searched refs:iospc_handle (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/iospc/
H A Drfios_iospc.c83 cntr_handle_t iospc_handle; local
94 iospc_handle = (regprop[0] & 0xfffffff);
95 ksinfo_p->arg = (void *)iospc_handle;
112 cntr_handle_t iospc_handle = (cntr_handle_t)arg; local
115 if (rfiospc_get_perfreg(iospc_handle, regid, data) != H_EOK) {
125 if (rfiospc_set_perfreg(iospc_handle, regid, *data) != H_EOK) {

Completed in 56 milliseconds