Lines Matching refs:DPRINT
103 DPRINT("String: %s\n", yytext);
110 DPRINT("Keyword: /dts-v1/\n");
117 DPRINT("Keyword: /memreserve/\n");
123 DPRINT("Keyword: /bits/\n");
129 DPRINT("Keyword: /delete-property/\n");
130 DPRINT("<PROPNODENAME>\n");
136 DPRINT("Keyword: /delete-node/\n");
137 DPRINT("<PROPNODENAME>\n");
143 DPRINT("Label: %s\n", yytext);
151 DPRINT("Integer Literal: '%s'\n", yytext);
170 DPRINT("Character literal: %s\n", yytext);
190 DPRINT("Ref: %s\n", yytext+1);
197 DPRINT("Ref: %s\n", yytext+2);
204 DPRINT("Byte: %02x\n", (int)yylval.byte);
209 DPRINT("/BYTESTRING\n");
215 DPRINT("PropNodeName: %s\n", yytext);
223 DPRINT("Binary Include\n");
241 DPRINT("Char: %c (\\x%02x)\n", yytext[0],
244 DPRINT("<BYTESTRING>\n");
249 DPRINT("<PROPNODENAME>\n");