Lines Matching defs:UNIT
100 #define UNIT(x) minor(x)
208 int unit = UNIT(dev);
211 sc = device_lookup_private(&par_cd, unit);
234 int unit = UNIT(dev);
236 struct par_softc *sc = device_lookup_private(&par_cd, unit);
279 printf("parwrite(%x, %p)\n", UNIT(dev), uio);
287 int unit = UNIT(dev);
288 struct par_softc *sc = device_lookup_private(&par_cd, unit);
418 struct par_softc *sc = device_lookup_private(&par_cd, UNIT(dev));