Home
last modified time | relevance | path

Searched refs:printd (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/scripts/kconfig/
H A Dzconf.y16 #define printd(mask, fmt...) if (cdebug & (mask)) printf(fmt) macro
173 printd(DEBUG_PARSE, "%s:%d:config %s\n", zconf_curname(), zconf_lineno(), $2->name);
178 printd(DEBUG_PARSE, "%s:%d:endconfig\n", zconf_curname(), zconf_lineno());
185 printd(DEBUG_PARSE, "%s:%d:menuconfig %s\n", zconf_curname(), zconf_lineno(), $2->name);
194 printd(DEBUG_PARSE, "%s:%d:endconfig\n", zconf_curname(), zconf_lineno());
210 printd(DEBUG_PARSE, "%s:%d:type(%u)\n",
218 printd(DEBUG_PARSE, "%s:%d:prompt\n", zconf_curname(), zconf_lineno());
226 printd(DEBUG_PARSE, "%s:%d:default(%u)\n",
234 printd(DEBUG_PARSE, "%s:%d:select\n", zconf_curname(), zconf_lineno());
240 printd(DEBUG_PARSE, "%s:%d:imply\n", zconf_curname(), zconf_lineno());
[all …]
/openbmc/linux/scripts/kconfig/
H A Dparser.y17 #define printd(mask, fmt...) if (cdebug & (mask)) printf(fmt) macro
146 printd(DEBUG_PARSE, "%s:%d:config %s\n", zconf_curname(), zconf_lineno(), $2->name);
151 printd(DEBUG_PARSE, "%s:%d:endconfig\n", zconf_curname(), zconf_lineno());
158 printd(DEBUG_PARSE, "%s:%d:menuconfig %s\n", zconf_curname(), zconf_lineno(), $2->name);
167 printd(DEBUG_PARSE, "%s:%d:endconfig\n", zconf_curname(), zconf_lineno());
180 printd(DEBUG_PARSE, "%s:%d:type(%u)\n",
188 printd(DEBUG_PARSE, "%s:%d:prompt\n", zconf_curname(), zconf_lineno());
196 printd(DEBUG_PARSE, "%s:%d:default(%u)\n",
204 printd(DEBUG_PARSE, "%s:%d:select\n", zconf_curname(), zconf_lineno());
210 printd(DEBUG_PARSE, "%s:%d:imply\n", zconf_curname(), zconf_lineno());
[all …]