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

/freebsd-11.0-release/sys/powerpc/powermac/
H A Dpmu.c941 int new_acline, old_acline; local
944 old_acline = (old->state & PMU_PWR_AC_PRESENT) ? 1 : 0;
946 if (new_acline != old_acline) {

Completed in 49 milliseconds