Beispiel #1
0
void
stg_intr(void *arg)
{
	struct stg_softc *sc;

	sc = arg;
	SCSI_LOW_LOCK(&sc->sc_sclow);
	stgintr(sc);
	SCSI_LOW_UNLOCK(&sc->sc_sclow);
}
Beispiel #2
0
void
stg_intr (void *arg)
{
	stgintr(arg);
	return;
}
Beispiel #3
0
static void
stg_isa_intr(void * arg)
{
	stgintr(arg);
}
Beispiel #4
0
static void
stg_pccard_intr(void * arg)
{
	stgintr(arg);
}