Searched refs:printd (Results 1 – 2 of 2) sorted by relevance
| /openbmc/u-boot/scripts/kconfig/ |
| H A D | zconf.y | 16 #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/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/ |
| H A D | 0001-Eliminate-old-style-function-declarations.patch | 2708 printd(descr, &d);
|