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

  /src/sys/dev/mscp/
mscp_disk.c 142 static inline struct ra_softc *mscp_device_lookup(dev_t);
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);
514 struct ra_softc *ra = mscp_device_lookup(dev);
1136 ra = mscp_device_lookup(bp->b_dev);
1196 mscp_device_lookup(dev_t dev) function in typeref:struct:ra_softc *
1217 panic("mscp_device_lookup: unexpected major %"PRIu32" unit %u",

Completed in 13 milliseconds