HomeSort by: relevance | last modified time | path
    Searched refs:siisoftc (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/pmax/ibus/
siivar.h 49 struct siisoftc { struct
72 void siiattach(struct siisoftc *);
sii_ds.c 63 CFATTACH_DECL_NEW(sii_ds, sizeof(struct siisoftc),
91 struct siisoftc *sc = device_private(self);
sii.c 135 static void sii_Reset(struct siisoftc *sc, int resetbus);
136 static void sii_StartCmd(struct siisoftc *sc, int target);
137 static void sii_CmdDone(struct siisoftc *sc, int target, int error);
138 static void sii_DoIntr(struct siisoftc *sc, u_int dstat);
139 static void sii_StateChg(struct siisoftc *sc, u_int cstat);
154 siiattach(struct siisoftc *sc)
208 struct siisoftc *sc;
273 struct siisoftc *sc = xxxsc;
294 sii_Reset(struct siisoftc* sc, int reset)
359 sii_StartCmd(struct siisoftc *sc, int target
    [all...]

Completed in 35 milliseconds