Searched defs:error_out (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/arch/um/drivers/ |
D | ssl.c | 79 static int ssl_config(char *str, char **error_out) in ssl_config() 85 static int ssl_get_config(char *dev, char *str, int size, char **error_out) in ssl_get_config() 91 static int ssl_remove(int n, char **error_out) in ssl_remove()
|
D | stdio_console.c | 84 static int con_config(char *str, char **error_out) in con_config() 89 static int con_get_config(char *dev, char *str, int size, char **error_out) in con_get_config() 94 static int con_remove(int n, char **error_out) in con_remove()
|
D | chan_kern.c | 387 char **error_out) in one_chan_config_string() 410 char *str, int size, char **error_out) in chan_pair_config_string() 433 char **error_out) in chan_config_string() 493 const struct chan_opts *opts, char **error_out) in parse_chan() 543 const struct chan_opts *opts, char **error_out) in parse_chan_pair()
|
D | line.c | 495 char **error_out) in setup_one_line() 530 char **error_out) in line_setup() 573 const struct chan_opts *opts, char **error_out) in line_config() 598 int size, char **error_out) in line_get_config() 643 int line_remove(struct line *lines, unsigned int num, int n, char **error_out) in line_remove()
|
D | mconsole_kern.c | 343 static int mem_config(char *str, char **error_out) in mem_config() 436 static int mem_get_config(char *name, char *str, int size, char **error_out) in mem_get_config() 455 static int mem_remove(int n, char **error_out) in mem_remove()
|
D | net_kern.c | 517 char **error_out) in eth_parse() 668 static int net_config(char *str, char **error_out) in net_config() 705 static int net_remove(int n, char **error_out) in net_remove()
|
D | ubd_kern.c | 280 static int ubd_setup_common(char *str, int *index_out, char **error_out) in ubd_setup_common() 830 static int ubd_add(int n, char **error_out) in ubd_add() 884 static int ubd_config(char *str, char **error_out) in ubd_config() 921 static int ubd_get_config(char *name, char *str, int size, char **error_out) in ubd_get_config() 963 static int ubd_remove(int n, char **error_out) in ubd_remove()
|