Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/i386/bios/
Dapm.c125 static int apm_debug = 0; variable
128 if (apm_debug) { \
135 SYSCTL_INT(_debug, OID_AUTO, apm_debug, CTLFLAG_RW, &apm_debug, 0, "");
1173 getenv_int("debug.apm_debug", &apm_debug); in apm_attach()