Searched defs:sghsc (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsghsc.c48 #include <sys/sghsc.h>
213 * other hand we have register them after the sghsc has been attached.
316 sghsc_t *sghsc; local
331 cmn_err(CE_WARN, "sghsc%d: unsupported cmd %d",
336 DEBUGF(1, (CE_NOTE, "attach sghsc driver. "));
343 cmn_err(CE_WARN, "sghsc%d: property %s out of bounds %d\n",
351 sghsc = (sghsc_t *)ddi_get_soft_state(sghsc_state, instance);
353 sghsc->sghsc_dip = dip;
354 sghsc->sghsc_instance = instance;
355 sghsc
490 sghsc_t *sghsc; local
553 sghsc_register_slots(sghsc_t *sghsc, int board_type) argument
735 sghsc_t *sghsc = (sghsc_t *)op_arg; local
825 sghsc_t *sghsc = (sghsc_t *)op_arg; local
881 sghsc_t *sghsc = (sghsc_t *)op_arg; local
1141 sghsc_led_state(sghsc_t *sghsc, hpc_slot_t sloth, int op, hpc_led_info_t *ledinfo) argument
1196 sghsc_get_slotnum(sghsc_t *sghsc, hpc_slot_t sloth) argument
1414 sghsc_freemem(sghsc_t *sghsc) argument
1445 sghsc_t *sghsc; local
1601 sghsc_t *sghsc; local
1701 sghsc_t *sghsc; local
[all...]
/illumos-gate/usr/src/uts/sun4u/serengeti/sys/
H A Dsghsc.h38 * structured in a following way: common, sghsc data (defines and structures)
47 * sghsc node path with insert placeholders
54 #define SGHSC_MUTEX(sghsc) \
55 (&sghsc->sghsc_mutex)
56 #define SGHSC_MUTEX_OWNED(sghsc) \
57 mutex_owned(SGHSC_MUTEX(sghsc))
58 #define SGHSC_MUTEX_ENTER(sghsc) \
59 mutex_enter(SGHSC_MUTEX(sghsc))
60 #define SGHSC_MUTEX_EXIT(sghsc) \
61 mutex_exit(SGHSC_MUTEX(sghsc))
161 typedef struct sghsc { struct
[all...]

Completed in 74 milliseconds