Home
last modified time | relevance | path

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

/openbsd/usr.sbin/apm/
H A Dapm.c275 reply.perfmode = PERF_MANUAL; in main()
338 printf("%d\n", reply.perfmode); in main()
411 perf_mode(reply.perfmode), reply.cpuspeed); in main()
/openbsd/usr.sbin/apmd/
H A Dapm-proto.h64 enum apm_perfmode perfmode; member
H A Dapmd.c295 reply.perfmode = PERF_NONE; in handle_client()
301 reply.perfmode = PERF_MANUAL; in handle_client()
303 reply.perfmode = PERF_AUTO; in handle_client()