Home
last modified time | relevance | path

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

/openbsd/usr.sbin/apmd/
H A Dapmd.c235 char perfpol[32]; in handle_client() local
236 size_t perfpol_sz = sizeof(perfpol); in handle_client()
296 if (sysctl(perfpol_mib, 2, perfpol, &perfpol_sz, NULL, 0) == -1) in handle_client()
299 if (strcmp(perfpol, "manual") == 0 || in handle_client()
300 strcmp(perfpol, "high") == 0) { in handle_client()
302 } else if (strcmp(perfpol, "auto") == 0) in handle_client()