Lines Matching defs:error_out
362 const struct chan_opts *opts, char **error_out)
369 *error_out = "Device is already open";
378 parse_chan_pair(NULL, line, n, opts, error_out);
384 *error_out = "Failed to allocate memory";
393 err = parse_chan_pair(new, line, n, opts, error_out);
398 *error_out = "Failed to register device";
400 parse_chan_pair(NULL, line, n, opts, error_out);
417 * @error_out is an error string in the case of failure;
454 const struct chan_opts *opts, char **error_out)
460 *error_out = "Can't configure all devices from mconsole";
466 *error_out = "Couldn't parse device number";
470 *error_out = "Device number out of range";
474 return setup_one_line(lines, n, end, opts, error_out);
478 int size, char **error_out)
486 *error_out = "line_get_config failed to parse device number";
491 *error_out = "device number out of range";
504 n = chan_config_string(line, str, size, error_out);
527 int line_remove(struct line *lines, unsigned int num, int n, char **error_out)
530 *error_out = "Device number out of range";
533 return setup_one_line(lines, n, "none", NULL, error_out);