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

  /src/sys/arch/macppc/dev/
apm.c 123 #define APMUNIT(dev) (minor(dev)&0xf0)
187 sc = device_lookup_private(&apm_cd, APMUNIT(dev));
228 sc = device_lookup_private(&apm_cd, APMUNIT(dev));
256 sc = device_lookup_private(&apm_cd, APMUNIT(dev));
374 struct apm_softc *sc = device_lookup_private(&apm_cd,APMUNIT(dev));
418 struct apm_softc *sc = device_lookup_private(&apm_cd,APMUNIT(dev));
  /src/sys/dev/apm/
apm.c 80 #define APMUNIT(dev) (minor(dev)&0xf0)
682 sc = device_lookup_private(&apm_cd, APMUNIT(dev));
725 struct apm_softc *sc = device_lookup_private(&apm_cd, APMUNIT(dev));
752 struct apm_softc *sc = device_lookup_private(&apm_cd, APMUNIT(dev));
852 struct apm_softc *sc = device_lookup_private(&apm_cd, APMUNIT(dev));
896 struct apm_softc *sc = device_lookup_private(&apm_cd, APMUNIT(dev));
  /src/sys/dev/hpc/apm/
apmdev.c 80 #define APMUNIT(dev) (minor(dev)&0xf0)
738 sc = device_lookup_private(&apmdev_cd, APMUNIT(dev));
781 struct apm_softc *sc = device_lookup_private(&apmdev_cd, APMUNIT(dev));
808 struct apm_softc *sc = device_lookup_private(&apmdev_cd, APMUNIT(dev));
893 struct apm_softc *sc = device_lookup_private(&apmdev_cd, APMUNIT(dev));
937 struct apm_softc *sc = device_lookup_private(&apmdev_cd, APMUNIT(dev));
  /src/sys/arch/arm/xscale/
pxa2x0_apm.c 68 #define APMUNIT(dev) (minor(dev)&0xf0)
461 if (!zapm_cd.cd_ndevs || APMUNIT(dev) != 0 ||
462 !(sc = zapm_cd.cd_devs[APMUNIT(dev)]))
500 if (!apm_cd.cd_ndevs || APMUNIT(dev) != 0 ||
501 !(sc = apm_cd.cd_devs[APMUNIT(dev)]))
525 if (!apm_cd.cd_ndevs || APMUNIT(dev) != 0 ||
526 !(sc = apm_cd.cd_devs[APMUNIT(dev)]))
623 if (!apm_cd.cd_ndevs || APMUNIT(dev) != 0 ||
624 !(sc = apm_cd.cd_devs[APMUNIT(dev)]))

Completed in 14 milliseconds