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

  /src/sys/dev/mvme/
lpt_mvme.c 119 #define LPTUNIT(s) (minor(s) & 0x0f)
168 sc = device_lookup_private(&lpt_cd, LPTUNIT(dev));
246 sc = device_lookup_private(&lpt_cd, LPTUNIT(dev));
327 sc = device_lookup_private(&lpt_cd, LPTUNIT(dev));
  /src/sys/dev/ic/
lpt.c 113 #define LPTUNIT(s) (minor(s) & 0x1f)
162 sc = device_lookup_private(&lpt_cd, LPTUNIT(dev));
274 device_lookup_private(&lpt_cd, LPTUNIT(dev));
368 device_lookup_private(&lpt_cd, LPTUNIT(dev));
  /src/sys/dev/ppbus/
lptvar.h 45 #define LPTUNIT(s) (minor(s) & 0xff)
  /src/sys/arch/atari/dev/
lpt.c 112 #define LPTUNIT(s) (minor(s) & 0x1f)
197 sc = device_lookup_private(&lp_cd, LPTUNIT(dev));
262 struct lpt_softc *sc = device_lookup_private(&lp_cd, LPTUNIT(dev));
345 struct lpt_softc *sc = device_lookup_private(&lp_cd,LPTUNIT(dev));

Completed in 195 milliseconds