Lines Matching refs:emsg
920 int __init xbc_init(const char *data, size_t size, const char **emsg, int *epos) in xbc_init() argument
928 if (emsg) in xbc_init()
929 *emsg = "Bootconfig is already initialized"; in xbc_init()
933 if (emsg) in xbc_init()
934 *emsg = size ? "Config data is too big" : in xbc_init()
941 if (emsg) in xbc_init()
942 *emsg = "Failed to allocate bootconfig data"; in xbc_init()
951 if (emsg) in xbc_init()
952 *emsg = "Failed to allocate bootconfig nodes"; in xbc_init()
965 if (emsg) in xbc_init()
966 *emsg = xbc_err_msg; in xbc_init()