Home
last modified time | relevance | path

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

/lib/
Dbootconfig.c814 int __init xbc_init(char *buf, const char **emsg, int *epos) in xbc_init() argument
823 if (emsg) in xbc_init()
824 *emsg = "Bootconfig is already initialized"; in xbc_init()
830 if (emsg) in xbc_init()
831 *emsg = ret ? "Config data is too big" : in xbc_init()
839 if (emsg) in xbc_init()
840 *emsg = "Failed to allocate bootconfig nodes"; in xbc_init()
896 if (emsg) in xbc_init()
897 *emsg = xbc_err_msg; in xbc_init()