Lines Matching defs:emsg
1002 * @emsg: A pointer of const char * to store the error message
1009 * In error cases, @emsg will be updated with an error message and
1013 int __init xbc_init(const char *data, size_t size, const char **emsg, int *epos)
1021 if (emsg)
1022 *emsg = "Bootconfig is already initialized";
1026 if (emsg)
1027 *emsg = size ? "Config data is too big" :
1034 if (emsg)
1035 *emsg = "Failed to allocate bootconfig data";
1044 if (emsg)
1045 *emsg = "Failed to allocate bootconfig nodes";
1057 if (emsg)
1058 *emsg = xbc_err_msg;