Lines Matching refs:DPRINT
112 DPRINT("String: %s\n", yytext);
119 DPRINT("Keyword: /dts-v1/\n");
126 DPRINT("Keyword: /plugin/\n");
131 DPRINT("Keyword: /memreserve/\n");
137 DPRINT("Keyword: /bits/\n");
143 DPRINT("Keyword: /delete-property/\n");
144 DPRINT("<PROPNODENAME>\n");
150 DPRINT("Keyword: /delete-node/\n");
151 DPRINT("<PROPNODENAME>\n");
157 DPRINT("Label: %s\n", yytext);
165 DPRINT("Integer Literal: '%s'\n", yytext);
187 DPRINT("Character literal: %s\n", yytext);
207 DPRINT("Ref: %s\n", yytext+1);
214 DPRINT("Ref: %s\n", yytext+2);
221 DPRINT("Byte: %02x\n", (int)yylval.byte);
226 DPRINT("/BYTESTRING\n");
232 DPRINT("PropNodeName: %s\n", yytext);
240 DPRINT("Binary Include\n");
258 DPRINT("Char: %c (\\x%02x)\n", yytext[0],
261 DPRINT("<BYTESTRING>\n");
266 DPRINT("<PROPNODENAME>\n");