Searched refs:xbc_parse_error (Results 1 – 1 of 1) sorted by relevance
| /linux/lib/ |
| H A D | bootconfig.c | 106 static int __init xbc_parse_error(const char *msg, const char *p) in xbc_parse_error() function 480 xbc_parse_error("Too many nodes", data); in __xbc_add_sibling() 541 return xbc_parse_error("Exceed max depth of braces", p); in __xbc_open_brace() 552 return xbc_parse_error("Unexpected closing brace", p); in __xbc_close_brace() 579 return xbc_parse_error("Non printable value", p); in __xbc_parse_value() 588 return xbc_parse_error("No value delimiter", p); in __xbc_parse_value() 600 return xbc_parse_error("No closing quotes", p); in __xbc_parse_value() 658 return xbc_parse_error("Invalid keyword", k); in __xbc_add_key() 727 return xbc_parse_error("Value is redefined", v); in xbc_parse_kv() 732 return xbc_parse_error("Failed to override value", v); in xbc_parse_kv() [all …]
|