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

  /src/sys/dev/ppbus/
lptvar.h 45 #define LPTUNIT(s) (minor(s) & 0xff)
lpt.c 431 dev = device_lookup(&lpt_cd, LPTUNIT(dev_id));
518 device_t dev = device_lookup(&lpt_cd, LPTUNIT(dev_id));
541 device_t dev = device_lookup(&lpt_cd, LPTUNIT(dev_id));
583 device_t dev = device_lookup(&lpt_cd, LPTUNIT(dev_id));
624 device_t dev = device_lookup(&lpt_cd, LPTUNIT(dev_id));
  /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/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 33 milliseconds