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

/freebsd-11.0-release/sys/powerpc/powermac/
H A Dpmu.c264 static int pmu_battmon_enabled = 1; variable
980 result = pmu_battmon_enabled;
987 if (!result && pmu_battmon_enabled)
989 else if (result && pmu_battmon_enabled == 0)
991 pmu_battmon_enabled = (result != 0);

Completed in 36 milliseconds