Lines Matching refs:DPRINT
102 DPRINT("String: %s\n", yytext);
109 DPRINT("Keyword: /dts-v1/\n");
116 DPRINT("Keyword: /memreserve/\n");
122 DPRINT("Keyword: /bits/\n");
128 DPRINT("Keyword: /delete-property/\n");
129 DPRINT("<PROPNODENAME>\n");
135 DPRINT("Keyword: /delete-node/\n");
136 DPRINT("<PROPNODENAME>\n");
142 DPRINT("Label: %s\n", yytext);
150 DPRINT("Literal: '%s'\n", yylval.literal);
157 DPRINT("Character literal: %s\n", yylval.literal);
162 DPRINT("Ref: %s\n", yytext+1);
169 DPRINT("Ref: %s\n", yytext+2);
176 DPRINT("Byte: %02x\n", (int)yylval.byte);
181 DPRINT("/BYTESTRING\n");
187 DPRINT("PropNodeName: %s\n", yytext);
195 DPRINT("Binary Include\n");
213 DPRINT("Char: %c (\\x%02x)\n", yytext[0],
216 DPRINT("<BYTESTRING>\n");
221 DPRINT("<PROPNODENAME>\n");