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

/illumos-gate/usr/src/uts/sun4u/starcat/sys/
H A Dschpc.h124 } schpc_t; typedef in typeref:struct:schpc
136 * schpc_t's slot table, schpc_slot[], is indexed by
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dschpc.c113 static schpc_t *schpc_p;
168 static uint64_t schpc_gettransid(schpc_t *, int);
169 static int schpc_slot_get_index(schpc_t *, hpc_slot_t);
170 static void schpc_register_all_slots(schpc_t *);
277 ret = ddi_soft_state_init(&per_schpc_state, sizeof (schpc_t), 1);
435 schpc_p = (schpc_t *)ddi_get_soft_state(per_schpc_state,
3354 schpc_gettransid(schpc_t *schpc_p, int slot)
3380 schpc_slot_get_index(schpc_t *schpc_p, hpc_slot_t slot)
3403 schpc_register_all_slots(schpc_t *schpc_p)

Completed in 51 milliseconds