Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4u/starcat/sys/
H A Dschpc.h124 } schpc_t; typedef
/titanic_44/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); in _init()
435 schpc_p = (schpc_t *)ddi_get_soft_state(per_schpc_state, in schpc_attach()
3354 schpc_gettransid(schpc_t *schpc_p, int slot) in schpc_gettransid()
3380 schpc_slot_get_index(schpc_t *schpc_p, hpc_slot_t slot) in schpc_slot_get_index()
3403 schpc_register_all_slots(schpc_t *schpc_p) in schpc_register_all_slots()