Searched refs:xbc_parse_error (Results 1 - 1 of 1) sorted by relevance

/linux-master/lib/
H A Dbootconfig.c105 static int __init xbc_parse_error(const char *msg, const char *p) function
478 xbc_parse_error("Too many nodes", data);
539 return xbc_parse_error("Exceed max depth of braces", p);
549 return xbc_parse_error("Unexpected closing brace", p);
580 return xbc_parse_error("Non printable value", p);
589 return xbc_parse_error("No value delimiter", p);
601 return xbc_parse_error("No closing quotes", p);
652 return xbc_parse_error("Invalid keyword", k);
713 return xbc_parse_error("Value is redefined", v);
797 return xbc_parse_error("Brac
[all...]

Completed in 269 milliseconds