Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/
H A Dbootconfig.c37 static int __init xbc_parse_error(const char *msg, const char *p) in xbc_parse_error() function
390 xbc_parse_error("Too many nodes", data); in xbc_add_sibling()
441 return xbc_parse_error("Exceed max depth of braces", p); in __xbc_open_brace()
451 return xbc_parse_error("Unexpected closing brace", p); in __xbc_close_brace()
482 return xbc_parse_error("Non printable value", p); in __xbc_parse_value()
491 return xbc_parse_error("No value delimiter", p); in __xbc_parse_value()
503 return xbc_parse_error("No closing quotes", p); in __xbc_parse_value()
551 return xbc_parse_error("Invalid keyword", k); in __xbc_add_key()
561 return xbc_parse_error("Subkey is mixed with value", k); in __xbc_add_key()
607 return xbc_parse_error("Valu in xbc_parse_kv()
[all...]
/kernel/linux/linux-6.6/lib/
H A Dbootconfig.c102 static int __init xbc_parse_error(const char *msg, const char *p) in xbc_parse_error() function
475 xbc_parse_error("Too many nodes", data); in __xbc_add_sibling()
536 return xbc_parse_error("Exceed max depth of braces", p); in __xbc_open_brace()
546 return xbc_parse_error("Unexpected closing brace", p); in __xbc_close_brace()
577 return xbc_parse_error("Non printable value", p); in __xbc_parse_value()
586 return xbc_parse_error("No value delimiter", p); in __xbc_parse_value()
598 return xbc_parse_error("No closing quotes", p); in __xbc_parse_value()
649 return xbc_parse_error("Invalid keyword", k); in __xbc_add_key()
710 return xbc_parse_error("Value is redefined", v); in xbc_parse_kv()
794 return xbc_parse_error("Brac in xbc_verify_tree()
[all...]

Completed in 3 milliseconds