Home
last modified time | relevance | path

Searched refs:old_acline (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/powerpc/powermac/
H A Dpmu.c947 int new_acline, old_acline; in pmu_battery_notify() local
950 old_acline = (old->state & PMU_PWR_AC_PRESENT) ? 1 : 0; in pmu_battery_notify()
952 if (new_acline != old_acline) { in pmu_battery_notify()