HomeSort by: relevance | last modified time | path
    Searched defs:sd_softc (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/luna68k/stand/boot/
sd.c 87 struct sd_softc { struct
99 static int sdident(struct sd_softc *);
100 static struct sd_softc *sdinit(uint);
103 sdident(struct sd_softc *sc)
126 static struct sd_softc *
129 struct sd_softc *sc;
178 struct sd_softc *sc;
204 struct sd_softc *sc = f->f_devdata;
226 struct sd_softc *sc;
  /src/sys/arch/hp300/stand/common/
sd.c 62 struct sd_softc { struct
78 static int sdgetinfo(struct sd_softc *);
81 struct sd_softc sd_softc[NSCSI][NSD]; variable in typeref:struct:sd_softc[][]
86 struct sd_softc *ss = &sd_softc[ctlr][unit];
139 sdgetinfo(struct sd_softc *ss)
194 struct sd_softc *ss;
212 ss = &sd_softc[ctlr][unit];
232 struct sd_softc *ss = f->f_devdata
    [all...]
  /src/sys/dev/scsipi/
sdvar.h 78 struct sd_softc { struct
  /src/sys/arch/next68k/stand/boot/
sd.c 57 struct sd_softc { struct
69 int sdgetinfo(struct sd_softc *ss);
115 sdgetinfo(struct sd_softc *ss)
191 register struct sd_softc *ss;
224 ss = alloc(sizeof(struct sd_softc));
243 register struct sd_softc *ss = f->f_devdata;
245 dealloc(ss, sizeof(struct sd_softc));
253 struct sd_softc *ss = devdata;
  /src/sys/arch/bebox/stand/boot/
sdvar.h 108 struct sd_softc;
124 struct sd_softc *sd;
127 struct sd_softc { struct
152 int scsi_inquire(struct sd_softc *, int, void *);
153 int scsi_mode_sense(struct sd_softc *, int, int,
155 int scsi_command(struct sd_softc *, void *, int, void *, int);
  /src/sys/arch/prep/stand/boot/
sdvar.h 108 struct sd_softc;
124 struct sd_softc *sd;
127 struct sd_softc { struct
152 int scsi_inquire(struct sd_softc *, int, void *);
153 int scsi_mode_sense(struct sd_softc *, int, int,
155 int scsi_command(struct sd_softc *, void *, int, void *, int);

Completed in 14 milliseconds