Lines Matching refs:emsg
933 int __init xbc_init(const char *data, size_t size, const char **emsg, int *epos) in xbc_init() argument
941 if (emsg) in xbc_init()
942 *emsg = "Bootconfig is already initialized"; in xbc_init()
946 if (emsg) in xbc_init()
947 *emsg = size ? "Config data is too big" : in xbc_init()
954 if (emsg) in xbc_init()
955 *emsg = "Failed to allocate bootconfig data"; in xbc_init()
964 if (emsg) in xbc_init()
965 *emsg = "Failed to allocate bootconfig nodes"; in xbc_init()
978 if (emsg) in xbc_init()
979 *emsg = xbc_err_msg; in xbc_init()