Searched refs:sghsc_t (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/sun4u/serengeti/io/ |
H A D | sghsc.c | 153 static int sghsc_register_slots(sghsc_t *, int); 154 static int sghsc_get_slotnum(sghsc_t *, hpc_slot_t); 156 static void sghsc_freemem(sghsc_t *); 158 static sghsc_t *sghsc_find_softstate(int, int, int); 159 static int sghsc_led_state(sghsc_t *, hpc_slot_t, int, hpc_led_info_t *); 241 sizeof (sghsc_t), 1)) != 0) in _init() 316 sghsc_t *sghsc; in sghsc_attach() 351 sghsc = (sghsc_t *)ddi_get_soft_state(sghsc_state, instance); in sghsc_attach() 490 sghsc_t *sghsc; in sghsc_detach() 495 sghsc = (sghsc_t *)ddi_get_soft_state(sghsc_state, instance); in sghsc_detach() [all …]
|
/titanic_41/usr/src/uts/sun4u/serengeti/sys/ |
H A D | sghsc.h | 171 } sghsc_t; typedef
|