Home
last modified time | relevance | path

Searched refs:softstate (Results 1 – 6 of 6) sorted by relevance

/titanic_53/usr/src/cmd/mdb/sun4v/modules/ldc/
H A Dldc.c233 ldc_soft_state_t softstate; in ldc_walk_init() local
245 if (mdb_vread(&softstate, sizeof (softstate), wsp->walk_addr) in ldc_walk_init()
246 != sizeof (softstate)) { in ldc_walk_init()
251 wsp->walk_addr = (uintptr_t)softstate.chan_list; in ldc_walk_init()
/titanic_53/usr/src/cmd/mdb/common/modules/genunix/
H A Ddevinfo.h86 extern int softstate(uintptr_t, uint_t, int, const mdb_arg_t *);
H A Ddevinfo.c1484 softstate(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in softstate() function
H A Dgenunix.c3952 softstate },
/titanic_53/usr/src/uts/sun4u/montecarlo/io/
H A Dpcf8574_nct.c1723 pcf8574_callback(void *softstate, scsb_fru_event_t cb_event, in pcf8574_callback() argument
1726 struct pcf8574_unit *unitp = (struct pcf8574_unit *)softstate; in pcf8574_callback()
/titanic_53/usr/src/uts/common/io/
H A Dpshot.c3524 pshot_t *softstate = (pshot_t *)arg; in pshot_event_cb_test() local
3533 event_tag, (void *)softstate, (void *)bus_impldata); in pshot_event_cb_test()