OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
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_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
...]
Completed in 26 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026