Searched refs:print_error (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/scripts/dtc/ |
H A D | dtc-parser.y | 30 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); 498 print_error("bad characters in literal"); 502 print_error("literal out of range"); 504 print_error("bad literal"); 515 print_error("empty character literal"); 529 print_error("malformed character literal");
|
/linux-4.1.27/tools/power/cpupower/utils/ |
H A D | cpufreq-set.c | 32 static void print_error(void) print_error() function 324 print_error(); cmd_freq_set()
|
Completed in 109 milliseconds