Home
last modified time | relevance | path

Searched refs:print_error (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/scripts/dtc/
Ddtc-parser.y30 extern void print_error(char const *fmt, ...);
155 print_error("label or path, '%s', not found", $2);
163 print_error("label or path, '%s', not found", $3);
233 print_error("Couldn't seek to offset %llu in \"%s\": %s",
285 print_error("Only 8, 16, 32 and 64-bit elements"
308 print_error(
324 print_error("References are only allowed in "
450 print_error("syntax error: properties must precede subnodes");
473 void print_error(char const *fmt, ...)
485 print_error("%s", s); in yyerror()
[all …]
Ddtc-parser.tab.c_shipped76 extern void print_error(char const *fmt, ...);
1586 print_error("label or path, '%s', not found", (yyvsp[(2) - (3)].labelref));
1598 print_error("label or path, '%s', not found", (yyvsp[(3) - (4)].labelref));
1704 print_error("Couldn't seek to offset %llu in \"%s\": %s",
1774 print_error("Only 8, 16, 32 and 64-bit elements"
1805 print_error(
1825 print_error("References are only allowed in "
2040 print_error("syntax error: properties must precede subnodes");
2307 void print_error(char const *fmt, ...)
2319 print_error("%s", s);
[all …]
/linux-4.1.27/tools/power/cpupower/utils/
Dcpufreq-set.c32 static void print_error(void) in print_error() function
324 print_error(); in cmd_freq_set()