/src/sys/dev/scsipi/ |
scsiconf.h | 55 int scsiprint(void *, const char *);
|
scsi_subr.c | 106 scsiprint(void *aux, const char *pnp) function in typeref:typename:int
|
/src/sys/arch/amiga/dev/ |
bppcsc.c | 172 config_found(self, chan, scsiprint, CFARGS_NONE);
|
cbiiisc.c | 169 config_found(self, chan, scsiprint, CFARGS_NONE);
|
drsc.c | 173 config_found(self, chan, scsiprint, CFARGS_NONE);
|
empsc.c | 178 config_found(self, chan, scsiprint, CFARGS_NONE);
|
mgnsc.c | 165 config_found(self, chan, scsiprint, CFARGS_NONE);
|
wesc.c | 163 config_found(self, chan, scsiprint, CFARGS_NONE);
|
zssc.c | 152 config_found(self, &sc->sc_channel, scsiprint, CFARGS_NONE);
|
afsc.c | 189 config_found(self, chan, scsiprint, CFARGS_NONE);
|
ahsc.c | 205 config_found(self, chan, scsiprint, CFARGS_NONE);
|
atzsc.c | 214 config_found(self, chan, scsiprint, CFARGS_NONE);
|
otgsc.c | 182 config_found(self, chan, scsiprint, CFARGS_NONE);
|
gtsc.c | 242 config_found(self, chan, scsiprint, CFARGS_NONE);
|
ivsc.c | 189 config_found(self, chan, scsiprint, CFARGS_NONE);
|
mlhsc.c | 175 config_found(self, chan, scsiprint, CFARGS_NONE);
|
/src/sys/arch/acorn32/podulebus/ |
asc.c | 280 config_found(self, &sbic->sc_channel, scsiprint, CFARGS_NONE);
|
csc.c | 200 config_found(self, &sc->sc_softc.sc_channel, scsiprint, CFARGS_NONE);
|
cosc.c | 283 config_found(self, &sc->sc_softc.sc_channel, scsiprint, CFARGS_NONE);
|
ptsc.c | 240 config_found(self, &sc->sc_softc.sc_channel, scsiprint, CFARGS_NONE);
|
/src/sys/arch/mvme68k/dev/ |
wdsc.c | 194 (void)config_found(self, &sc->sc_channel, scsiprint, CFARGS_NONE);
|
/src/tests/dev/scsipi/libscsitest/ |
scsitest.c | 258 config_found(self, &sc->sc_channel, scsiprint,
|
/src/sys/dev/ic/ |
aic7xxx_osm.c | 113 &ahc->sc_channel, scsiprint, CFARGS_NONE); 116 &ahc->sc_channel_b, scsiprint, CFARGS_NONE); 120 &ahc->sc_channel_b, scsiprint, CFARGS_NONE); 122 &ahc->sc_channel, scsiprint, CFARGS_NONE);
|
icpsp.c | 126 config_found(self, &sc->sc_channel, scsiprint, CFARGS_NONE);
|
uha.c | 193 config_found(sc->sc_dev, &sc->sc_channel, scsiprint, CFARGS_NONE);
|