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

  /src/sys/dev/apm/
apm.c 1 /* $NetBSD: apm.c,v 1.35 2021/09/26 01:16:08 thorpej Exp $ */
32 * from: sys/arch/i386/i386/apm.c,v 1.49 2000/05/08
36 __KERNEL_RCSID(0, "$NetBSD: apm.c,v 1.35 2021/09/26 01:16:08 thorpej Exp $");
58 #include <dev/apm/apmvar.h>
81 #define APM(dev) (minor(dev)&0x0f)
88 * APM module. This is both the APM thread itself, as well as
186 return ("no APM present");
197 printf("APM ");
503 DPRINTF(APMDEBUG_EVENTS, ("apm: unexpected event\n"))
    [all...]
  /src/sys/dev/hpc/apm/
apmdev.c 32 * from: sys/arch/i386/i386/apm.c,v 1.49 2000/05/08
60 #include <dev/hpc/apm/apmvar.h>
81 #define APM(dev) (minor(dev)&0x0f)
88 * APM module. This is both the APM thread itself, as well as
194 return ("no APM present");
205 printf("APM ");
514 DPRINTF(APMDEBUG_EVENTS, ("apm: unexpected event\n"));
538 printf("APM: %s event code %x\n", code, event_code);
632 aprint_normal("apm at %s", pnp)
    [all...]

Completed in 12 milliseconds