Lines Matching defs:emsg
763 * @emsg: A pointer of const char * to store the error message
770 * In error cases, @emsg will be updated with an error message and
774 int __init xbc_init(char *buf, const char **emsg, int *epos)
783 if (emsg)
784 *emsg = "Bootconfig is already initialized";
790 if (emsg)
791 *emsg = ret ? "Config data is too big" :
799 if (emsg)
800 *emsg = "Failed to allocate bootconfig nodes";
856 if (emsg)
857 *emsg = xbc_err_msg;