Searched refs:gdc_softc_t (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/pc98/cbus/
H A Dgdc.c83 } gdc_softc_t; typedef in typeref:struct:gdc_softc
86 ((gdc_softc_t *)devclass_get_softc(gdc_devclass, unit))
92 static int gdc_probe_unit(int unit, gdc_softc_t *sc, int flags);
93 static int gdc_attach_unit(int unit, gdc_softc_t *sc, int flags);
153 gdc_softc_t *sc;
186 gdc_probe_unit(int unit, gdc_softc_t *sc, int flags)
197 gdc_attach_unit(int unit, gdc_softc_t *sc, int flags)
212 gdc_softc_t *sc;
316 gdc_softc_t *sc;
350 gdc_softc_t *s
[all...]

Completed in 108 milliseconds