HomeSort by: relevance | last modified time | path
    Searched refs:SERUNIT (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/amiga/dev/
serreg.h 65 #define SERUNIT(dev) (minor(dev) & 0x7f)
ser.c 291 unit = SERUNIT(dev);
381 sc = device_lookup_private(&ser_cd, SERUNIT(dev));
921 unit = SERUNIT(tp->t_dev);
1086 unit = SERUNIT(cp->cn_dev);
  /src/sys/arch/atari/dev/
ser.c 147 #define SERUNIT(x) TTUNIT(x)
377 int unit = SERUNIT(dev);
495 int unit = SERUNIT(dev);
521 struct ser_softc *sc = device_lookup_private(&ser_cd, SERUNIT(dev));
530 struct ser_softc *sc = device_lookup_private(&ser_cd, SERUNIT(dev));
539 struct ser_softc *sc = device_lookup_private(&ser_cd, SERUNIT(dev));
548 struct ser_softc *sc = device_lookup_private(&ser_cd, SERUNIT(dev));
557 int unit = SERUNIT(dev);
662 device_lookup_private(&ser_cd, SERUNIT(tp->t_dev));
875 device_lookup_private(&ser_cd, SERUNIT(tp->t_dev))
    [all...]

Completed in 13 milliseconds