Symbol: APMDEBUG_EVENTS
sys/dev/apm/apm.c
392
DPRINTF(APMDEBUG_EVENTS, ("apmev: user standby request\n"));
sys/dev/apm/apm.c
408
DPRINTF(APMDEBUG_EVENTS, ("apmev: system standby request\n"));
sys/dev/apm/apm.c
410
DPRINTF(APMDEBUG_EVENTS | APMDEBUG_ANOM,
sys/dev/apm/apm.c
431
DPRINTF(APMDEBUG_EVENTS, ("apmev: user suspend request\n"));
sys/dev/apm/apm.c
440
DPRINTF(APMDEBUG_EVENTS, ("apmev: system suspend request\n"));
sys/dev/apm/apm.c
442
DPRINTF(APMDEBUG_EVENTS | APMDEBUG_ANOM,
sys/dev/apm/apm.c
455
DPRINTF(APMDEBUG_EVENTS, ("apmev: power status change\n"));
sys/dev/apm/apm.c
469
DPRINTF(APMDEBUG_EVENTS, ("apmev: resume system\n"));
sys/dev/apm/apm.c
474
DPRINTF(APMDEBUG_EVENTS, ("apmev: critical resume system"));
sys/dev/apm/apm.c
479
DPRINTF(APMDEBUG_EVENTS, ("apmev: system standby resume\n"));
sys/dev/apm/apm.c
484
DPRINTF(APMDEBUG_EVENTS, ("apmev: update time\n"));
sys/dev/apm/apm.c
489
DPRINTF(APMDEBUG_EVENTS, ("apmev: critical system suspend\n"));
sys/dev/apm/apm.c
495
DPRINTF(APMDEBUG_EVENTS, ("apmev: battery low\n"));
sys/dev/apm/apm.c
501
DPRINTF(APMDEBUG_EVENTS, ("apmev: capability change\n"));
sys/dev/apm/apm.c
503
DPRINTF(APMDEBUG_EVENTS, ("apm: unexpected event\n"));
sys/dev/hpc/apm/apmdev.c
403
DPRINTF(APMDEBUG_EVENTS, ("apmev: user standby request\n"));
sys/dev/hpc/apm/apmdev.c
419
DPRINTF(APMDEBUG_EVENTS, ("apmev: system standby request\n"));
sys/dev/hpc/apm/apmdev.c
421
DPRINTF(APMDEBUG_EVENTS | APMDEBUG_ANOM,
sys/dev/hpc/apm/apmdev.c
442
DPRINTF(APMDEBUG_EVENTS, ("apmev: user suspend request\n"));
sys/dev/hpc/apm/apmdev.c
451
DPRINTF(APMDEBUG_EVENTS, ("apmev: system suspend request\n"));
sys/dev/hpc/apm/apmdev.c
453
DPRINTF(APMDEBUG_EVENTS | APMDEBUG_ANOM,
sys/dev/hpc/apm/apmdev.c
466
DPRINTF(APMDEBUG_EVENTS, ("apmev: power status change\n"));
sys/dev/hpc/apm/apmdev.c
480
DPRINTF(APMDEBUG_EVENTS, ("apmev: resume system\n"));
sys/dev/hpc/apm/apmdev.c
485
DPRINTF(APMDEBUG_EVENTS, ("apmev: critical resume system"));
sys/dev/hpc/apm/apmdev.c
490
DPRINTF(APMDEBUG_EVENTS, ("apmev: system standby resume\n"));
sys/dev/hpc/apm/apmdev.c
495
DPRINTF(APMDEBUG_EVENTS, ("apmev: update time\n"));
sys/dev/hpc/apm/apmdev.c
500
DPRINTF(APMDEBUG_EVENTS, ("apmev: critical system suspend\n"));
sys/dev/hpc/apm/apmdev.c
506
DPRINTF(APMDEBUG_EVENTS, ("apmev: battery low\n"));
sys/dev/hpc/apm/apmdev.c
512
DPRINTF(APMDEBUG_EVENTS, ("apmev: capability change\n"));
sys/dev/hpc/apm/apmdev.c
514
DPRINTF(APMDEBUG_EVENTS, ("apm: unexpected event\n"));