Searched defs:error_out (Results 1 – 8 of 8) sorted by relevance
/linux/arch/um/drivers/ |
A D | stdio_console.c | 77 static int con_config(char *str, char **error_out) in con_config() 82 static int con_get_config(char *dev, char *str, int size, char **error_out) in con_get_config() 87 static int con_remove(int n, char **error_out) in con_remove()
|
A D | ssl.c | 71 static int ssl_config(char *str, char **error_out) in ssl_config() 77 static int ssl_get_config(char *dev, char *str, int size, char **error_out) in ssl_get_config() 83 static int ssl_remove(int n, char **error_out) in ssl_remove()
|
A D | chan_kern.c | 339 char **error_out) in one_chan_config_string() 362 char *str, int size, char **error_out) in chan_pair_config_string() 385 char **error_out) in chan_config_string() 439 const struct chan_opts *opts, char **error_out) in parse_chan() 489 const struct chan_opts *opts, char **error_out) in parse_chan_pair()
|
A D | line.c | 363 const struct chan_opts *opts, char **error_out) in setup_one_line() 455 const struct chan_opts *opts, char **error_out) in line_config() 479 int size, char **error_out) in line_get_config() 528 int line_remove(struct line *lines, unsigned int num, int n, char **error_out) in line_remove()
|
A D | net_kern.c | 507 char **error_out) in eth_parse() 658 static int net_config(char *str, char **error_out) in net_config() 695 static int net_remove(int n, char **error_out) in net_remove()
|
A D | mconsole_kern.c | 289 static int mem_config(char *str, char **error_out) in mem_config() 382 static int mem_get_config(char *name, char *str, int size, char **error_out) in mem_get_config() 401 static int mem_remove(int n, char **error_out) in mem_remove()
|
A D | ubd_kern.c | 237 static int ubd_setup_common(char *str, int *index_out, char **error_out) in ubd_setup_common() 885 static int ubd_add(int n, char **error_out) in ubd_add() 938 static int ubd_config(char *str, char **error_out) in ubd_config() 975 static int ubd_get_config(char *name, char *str, int size, char **error_out) in ubd_get_config() 1017 static int ubd_remove(int n, char **error_out) in ubd_remove()
|
A D | vector_kern.c | 716 char **error_out) in vector_parse() 748 static int vector_config(char *str, char **error_out) in vector_config() 795 static int vector_remove(int n, char **error_out) in vector_remove()
|
Completed in 25 milliseconds