HomeSort by: relevance | last modified time | path
    Searched defs:aml_debug (Results 1 - 2 of 2) sorted by relevancy

  /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...]

Completed in 54 milliseconds