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

  /src/sys/arch/hp300/dev/
rdvar.h 61 struct rd_softc { struct
  /src/sys/arch/hp300/stand/common/
rd.c 67 struct rd_softc { struct
88 static int rdgetinfo(struct rd_softc *);
91 static struct rd_softc rd_softc[NHPIB][NRD]; variable in typeref:struct:rd_softc[][]
123 struct rd_softc *rs = &rd_softc[ctlr][unit];
216 rdgetinfo(struct rd_softc *rs)
260 struct rd_softc *rs;
272 rs = &rd_softc[ctlr][unit];
292 struct rd_softc *rs = f->f_devdata
    [all...]
  /src/sys/dev/gpib/
rd.c 114 struct rd_softc { struct
229 int rdgetinfo(struct rd_softc *);
231 struct buf *rdfinish(struct rd_softc *, struct buf *);
233 void rdgetcompatlabel(struct rd_softc *, struct disklabel *);
234 void rdgetdefaultlabel(struct rd_softc *, struct disklabel *);
236 void rdustart(struct rd_softc *);
237 struct buf *rdfinish(struct rd_softc *, struct buf *);
239 void rdstart(struct rd_softc *);
240 void rdintr(struct rd_softc *);
241 int rderror(struct rd_softc *);
    [all...]
  /src/sys/dev/pci/
radeonfbvar.h 157 struct radeonfb_softc *rd_softc; member in struct:radeonfb_display

Completed in 48 milliseconds