Home
last modified time | relevance | path

Searched refs:error_out (Results 1 – 13 of 13) sorted by relevance

/arch/um/drivers/
Dssl.c38 static int ssl_config(char *str, char **error_out);
39 static int ssl_get_config(char *dev, char *str, int size, char **error_out);
40 static int ssl_remove(int n, char **error_out);
72 static int ssl_config(char *str, char **error_out) in ssl_config() argument
75 error_out); in ssl_config()
78 static int ssl_get_config(char *dev, char *str, int size, char **error_out) in ssl_get_config() argument
81 size, error_out); in ssl_get_config()
84 static int ssl_remove(int n, char **error_out) in ssl_remove() argument
87 error_out); in ssl_remove()
Dstdio_console.c43 static int con_config(char *str, char **error_out);
44 static int con_get_config(char *dev, char *str, int size, char **error_out);
77 static int con_config(char *str, char **error_out) in con_config() argument
79 return line_config(vts, ARRAY_SIZE(vts), str, &opts, error_out); in con_config()
82 static int con_get_config(char *dev, char *str, int size, char **error_out) in con_get_config() argument
84 return line_get_config(dev, vts, ARRAY_SIZE(vts), str, size, error_out); in con_get_config()
87 static int con_remove(int n, char **error_out) in con_remove() argument
89 return line_remove(vts, ARRAY_SIZE(vts), n, error_out); in con_remove()
Dline.h86 const struct chan_opts *opts, char **error_out);
91 char **error_out);
94 char **error_out);
97 int size, char **error_out);
Dline.c374 const struct chan_opts *opts, char **error_out) in setup_one_line() argument
381 *error_out = "Device is already open"; in setup_one_line()
390 parse_chan_pair(NULL, line, n, opts, error_out); in setup_one_line()
396 *error_out = "Failed to allocate memory"; in setup_one_line()
405 err = parse_chan_pair(new, line, n, opts, error_out); in setup_one_line()
410 *error_out = "Failed to register device"; in setup_one_line()
412 parse_chan_pair(NULL, line, n, opts, error_out); in setup_one_line()
466 const struct chan_opts *opts, char **error_out) in line_config() argument
472 *error_out = "Can't configure all devices from mconsole"; in line_config()
478 *error_out = "Couldn't parse device number"; in line_config()
[all …]
Dchan_kern.c348 char **error_out) in one_chan_config_string() argument
371 char *str, int size, char **error_out) in chan_pair_config_string() argument
375 n = one_chan_config_string(in, str, size, error_out); in chan_pair_config_string()
385 n = one_chan_config_string(out, str, size, error_out); in chan_pair_config_string()
394 char **error_out) in chan_config_string() argument
403 return chan_pair_config_string(in, out, str, size, error_out); in chan_config_string()
448 const struct chan_opts *opts, char **error_out) in parse_chan() argument
467 *error_out = "No match for configured backends"; in parse_chan()
473 *error_out = "Configuration failed"; in parse_chan()
479 *error_out = "Memory allocation failed"; in parse_chan()
[all …]
Dchan.h32 const struct chan_opts *opts, char **error_out);
47 char **error_out);
Dubd_kern.c264 static int ubd_setup_common(char *str, int *index_out, char **error_out) in ubd_setup_common() argument
286 *error_out = "Didn't parse major number"; in ubd_setup_common()
292 *error_out = "Can't assign a fake major twice"; in ubd_setup_common()
308 *error_out = "Couldn't parse device number"; in ubd_setup_common()
312 *error_out = "Device number out of range"; in ubd_setup_common()
321 *error_out = "Device is already configured"; in ubd_setup_common()
347 *error_out = "Expected '=' or flag letter " in ubd_setup_common()
355 *error_out = "Too many flags specified"; in ubd_setup_common()
357 *error_out = "Missing '='"; in ubd_setup_common()
368 *error_out = "Can't specify both 'd' and a cow file"; in ubd_setup_common()
[all …]
Dmconsole_kern.c287 static int mem_config(char *str, char **error_out) in mem_config() argument
294 *error_out = "Expected '=' after 'mem'"; in mem_config()
305 *error_out = "Expected increment to start with '-' or '+'"; in mem_config()
312 *error_out = "Failed to parse memory increment"; in mem_config()
363 *error_out = "Failed to release memory"; in mem_config()
380 static int mem_get_config(char *name, char *str, int size, char **error_out) in mem_get_config() argument
399 static int mem_remove(int n, char **error_out) in mem_remove() argument
401 *error_out = "Memory doesn't support the remove operation"; in mem_remove()
Dnet_kern.c530 char **error_out) in eth_parse() argument
537 *error_out = "Bad device number"; in eth_parse()
543 *error_out = "Expected '=' after device number"; in eth_parse()
549 *error_out = "Device already configured"; in eth_parse()
678 static int net_config(char *str, char **error_out) in net_config() argument
682 err = eth_parse(str, &n, &str, error_out); in net_config()
691 *error_out = "net_config failed to strdup string"; in net_config()
715 static int net_remove(int n, char **error_out) in net_remove() argument
/arch/powerpc/sysdev/
Dfsl_msi.c431 goto error_out; in fsl_of_msi_probe()
443 goto error_out; in fsl_of_msi_probe()
451 goto error_out; in fsl_of_msi_probe()
483 goto error_out; in fsl_of_msi_probe()
501 goto error_out; in fsl_of_msi_probe()
514 goto error_out; in fsl_of_msi_probe()
529 goto error_out; in fsl_of_msi_probe()
539 goto error_out; in fsl_of_msi_probe()
558 goto error_out; in fsl_of_msi_probe()
562 error_out: in fsl_of_msi_probe()
Dppc4xx_msi.c238 goto error_out; in ppc4xx_msi_probe()
246 goto error_out; in ppc4xx_msi_probe()
251 goto error_out; in ppc4xx_msi_probe()
261 error_out: in ppc4xx_msi_probe()
/arch/mips/cavium-octeon/executive/
Dcvmx-bootmem.c212 goto error_out; in cvmx_bootmem_phy_alloc()
225 goto error_out; in cvmx_bootmem_phy_alloc()
264 goto error_out; in cvmx_bootmem_phy_alloc()
285 goto error_out; in cvmx_bootmem_phy_alloc()
391 error_out: in cvmx_bootmem_phy_alloc()
/arch/powerpc/kernel/
Dfadump.c650 goto error_out; in fadump_build_cpu_notes()
678 error_out: in fadump_build_cpu_notes()