Searched refs:debug (Results 1 - 4 of 4) sorted by relevance

/scripts/kconfig/
H A Dqconf.cc1013 QString head, debug, help; local
1042 debug = debug_info(sym);
1054 debug += "  dep: ";
1055 expr_print(_menu->prompt->visible.expr, expr_print_help, &debug, E_NONE);
1056 debug += "<br><br>";
1061 debug += QString().sprintf("defined at %s:%d<br><br>", _menu->file->name, _menu->lineno);
1063 setText(head + debug + help);
1068 QString debug; local
1070 debug += "type: ";
1071 debug
[all...]
/scripts/
H A Dunifdef.c214 static void debug(const char *, ...);
592 debug("process line %d %s -> %s depth %d",
737 debug("parser line %d state %s comment %s line", linenum,
835 debug("eval%d !", ops - eval_ops);
846 debug("eval%d (", ops - eval_ops);
854 debug("eval%d number", ops - eval_ops);
862 debug("eval%d defined", ops - eval_ops);
882 debug("eval%d symbol", ops - eval_ops);
900 debug("eval%d bad expr", ops - eval_ops);
905 debug("eva
1204 debug(const char *msg, ...) function
[all...]
H A Dcheckpatch.pl30 my %debug;
53 --debug KEY=[0|1] turn on/off debugging of KEY, where KEY is one of
81 'debug=s' => \%debug,
100 for my $key (keys %debug) {
102 eval "\${dbg_$key} = '$debug{$key}';";
213 [a-z]+_(emerg|alert|crit|err|warning|warn|notice|info|debug|dbg|vdbg|devel|cont|WARN)|
/scripts/dtc/
H A Ddtc.h40 #define debug(fmt,args...) printf(fmt, ##args) macro
42 #define debug(fmt,args...) macro

Completed in 306 milliseconds