Lines Matching refs:emsg
935 int __init xbc_init(const char *data, size_t size, const char **emsg, int *epos) in xbc_init() argument
943 if (emsg) in xbc_init()
944 *emsg = "Bootconfig is already initialized"; in xbc_init()
948 if (emsg) in xbc_init()
949 *emsg = size ? "Config data is too big" : in xbc_init()
956 if (emsg) in xbc_init()
957 *emsg = "Failed to allocate bootconfig data"; in xbc_init()
966 if (emsg) in xbc_init()
967 *emsg = "Failed to allocate bootconfig nodes"; in xbc_init()
980 if (emsg) in xbc_init()
981 *emsg = xbc_err_msg; in xbc_init()