Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/io/iospc/
H A Drfios_tables.c43 static iospc_event_t rfios_imu_ctr_0_evts[] = {
66 static iospc_event_t rfios_imu_ctr_1_evts[] = {
89 static iospc_event_t rfios_atu_ctr_0_evts[] = {
140 static iospc_event_t rfios_atu_ctr_1_evts[] = {
191 static iospc_event_t rfios_npu_ctr_0_evts[] = {
270 static iospc_event_t rfios_npu_ctr_1_evts[] = {
349 static iospc_event_t rfios_pex_ctr_0_evts[] = {
398 static iospc_event_t rfios_pex_ctr_1_evts[] = {
447 static iospc_event_t rfios_peu_ctr_0_evts[] = {
558 static iospc_event_t rfios_peu_ctr_1_evts[] = {
H A Diospc.h70 } iospc_event_t; typedef
72 #define NUM_EVTS(x) (sizeof (x) / sizeof (iospc_event_t))
93 iospc_event_t *events_p;
H A Diospc.c53 uint64_t mask, int num_ev, iospc_event_t *ev_array);
370 int num_ev, iospc_event_t *ev_array) in iospc_create_picN_kstat()