Home | Sort by: relevance | last modified time | path |
/src/usr.sbin/acpitools/aml/ | |
aml_common.c | 68 #ifdef AML_DEBUG 69 int aml_debug = 1; variable in typeref:typename:int 70 #else /* !AML_DEBUG */ 71 int aml_debug = 0; variable in typeref:typename:int 72 #endif /* AML_DEBUG */ 74 SYSCTL_INT(_debug, OID_AUTO, aml_debug, CTLFLAG_RW, &aml_debug, 1, ""); 164 debug = aml_debug; 165 aml_debug = 1; 264 aml_debug = debug [all...] |
aml_common.c | 68 #ifdef AML_DEBUG 69 int aml_debug = 1; variable in typeref:typename:int 70 #else /* !AML_DEBUG */ 71 int aml_debug = 0; variable in typeref:typename:int 72 #endif /* AML_DEBUG */ 74 SYSCTL_INT(_debug, OID_AUTO, aml_debug, CTLFLAG_RW, &aml_debug, 1, ""); 164 debug = aml_debug; 165 aml_debug = 1; 264 aml_debug = debug [all...] |