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

  /src/usr.sbin/acpitools/amldb/
amldb.c 123 aml_debug = 1; /* debug print enabled */
132 aml_debug = 0; /* debug print disabled */
  /src/usr.sbin/acpitools/aml/
aml_common.h 66 extern int aml_debug;
69 if (aml_debug) { \
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_evalobj.c 269 if (aml_debug) {
340 if (aml_debug) {
414 if (aml_debug) {

Completed in 14 milliseconds