Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/sunfire/sys/
H A Dfhc.h788 void *dev_softsp; /* opaque pointer to device state */ member
/titanic_41/usr/src/uts/sun4u/sunfire/io/
H A Dfhc.c3348 ASSERT(bd_list->dev_softsp != NULL); in fhc_cpu_poweron()
3351 bd_list->dev_softsp)->tempstat.state; in fhc_cpu_poweron()
3456 if (!bdp->dev_softsp) { in fhc_env_temp_state()
3459 envp = (struct environ_soft_state *)bdp->dev_softsp; in fhc_env_temp_state()
H A Dfhc_bd.c499 bdp->dev_softsp = env; in fhc_bd_env_set()