OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aml_debug
(Results
1 - 4
of
4
) sorted by relevancy
/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
70
#else /* !
AML_DEBUG
*/
71
int
aml_debug
= 0;
variable
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
) {
/src/usr.sbin/acpitools/amldb/
amldb.c
123
aml_debug
= 1; /* debug print enabled */
132
aml_debug
= 0; /* debug print disabled */
Completed in 20 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026