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

  /src/sys/arch/vax/boot/boot/
tmscp.c 52 struct ra_softc { struct
71 static struct ra_softc ra_softc; variable in typeref:struct:ra_softc
79 volatile struct ra_softc *ra=&ra_softc;
152 tmscpstrategy(struct ra_softc *ra, int func, daddr_t dblk, u_int size, char *buf, u_int *rsize)
  /src/sys/dev/mscp/
mscp_disk.c 124 struct ra_softc { struct
135 #define rx_softc ra_softc
136 #define racd_softc ra_softc
141 int ra_putonline(dev_t, struct ra_softc *);
142 static inline struct ra_softc *mscp_device_lookup(dev_t);
148 CFATTACH_DECL_NEW(ra, sizeof(struct ra_softc),
232 struct ra_softc *ra = mscp_device_lookup(dev);
306 struct ra_softc *ra = mscp_device_lookup(dev);
347 struct ra_softc *ra = mscp_device_lookup(bp->b_dev);
415 struct ra_softc *ra = mscp_device_lookup(dev)
    [all...]

Completed in 12 milliseconds