Lines Matching refs:DPRINT
96 DPRINT("String: %s\n", yytext);
103 DPRINT("Keyword: /dts-v1/\n");
110 DPRINT("Keyword: /plugin/\n");
115 DPRINT("Keyword: /memreserve/\n");
121 DPRINT("Keyword: /bits/\n");
127 DPRINT("Keyword: /delete-property/\n");
128 DPRINT("<PROPNODENAME>\n");
134 DPRINT("Keyword: /delete-node/\n");
135 DPRINT("<PROPNODENAME>\n");
141 DPRINT("Keyword: /omit-if-no-ref/\n");
142 DPRINT("<PROPNODENAME>\n");
148 DPRINT("Label: %s\n", yytext);
156 DPRINT("Integer Literal: '%s'\n", yytext);
178 DPRINT("Character literal: %s\n", yytext);
198 DPRINT("Ref: %s\n", yytext+1);
205 DPRINT("Ref: %s\n", yytext+2);
212 DPRINT("Byte: %02x\n", (int)yylval.byte);
217 DPRINT("/BYTESTRING\n");
223 DPRINT("PropNodeName: %s\n", yytext);
231 DPRINT("Binary Include\n");
249 DPRINT("Char: %c (\\x%02x)\n", yytext[0],
252 DPRINT("<BYTESTRING>\n");
257 DPRINT("<PROPNODENAME>\n");