Lines Matching refs:error_out
367 const struct chan_opts *opts, char **error_out) in setup_one_line() argument
374 *error_out = "Device is already open"; in setup_one_line()
383 parse_chan_pair(NULL, line, n, opts, error_out); in setup_one_line()
389 *error_out = "Failed to allocate memory"; in setup_one_line()
398 err = parse_chan_pair(new, line, n, opts, error_out); in setup_one_line()
403 *error_out = "Failed to register device"; in setup_one_line()
405 parse_chan_pair(NULL, line, n, opts, error_out); in setup_one_line()
459 const struct chan_opts *opts, char **error_out) in line_config() argument
465 *error_out = "Can't configure all devices from mconsole"; in line_config()
471 *error_out = "Couldn't parse device number"; in line_config()
475 *error_out = "Device number out of range"; in line_config()
479 return setup_one_line(lines, n, end, opts, error_out); in line_config()
483 int size, char **error_out) in line_get_config() argument
491 *error_out = "line_get_config failed to parse device number"; in line_get_config()
496 *error_out = "device number out of range"; in line_get_config()
509 n = chan_config_string(line, str, size, error_out); in line_get_config()
532 int line_remove(struct line *lines, unsigned int num, int n, char **error_out) in line_remove() argument
535 *error_out = "Device number out of range"; in line_remove()
538 return setup_one_line(lines, n, "none", NULL, error_out); in line_remove()