Home
last modified time | relevance | path

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

/linux/lib/
H A Dbootconfig.c106 static int __init xbc_parse_error(const char *msg, const char *p) in xbc_parse_error() function
536 xbc_parse_error("Too many nodes", data);
597 return xbc_parse_error("Exceed max depth of braces", p); in __xbc_parse_value()
608 return xbc_parse_error("Unexpected closing brace", p); in __xbc_parse_value()
635 return xbc_parse_error("Non printable value", p); in xbc_parse_array()
644 return xbc_parse_error("No value delimiter", p); in find_match_node()
656 return xbc_parse_error("No closing quotes", p); in __xbc_add_key()
714 return xbc_parse_error("Invalid keyword", k); in xbc_parse_kv()
783 return xbc_parse_error("Value is redefined", v); in xbc_open_brace()
788 return xbc_parse_error("Faile in xbc_open_brace()
[all...]