/arch/um/drivers/ |
D | ssl.c | 38 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()
|
D | stdio_console.c | 43 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()
|
D | line.h | 86 const struct chan_opts *opts, char **error_out); 91 char **error_out); 94 char **error_out); 97 int size, char **error_out);
|
D | line.c | 375 const struct chan_opts *opts, char **error_out) in setup_one_line() argument 382 *error_out = "Device is already open"; in setup_one_line() 391 parse_chan_pair(NULL, line, n, opts, error_out); in setup_one_line() 397 *error_out = "Failed to allocate memory"; in setup_one_line() 406 err = parse_chan_pair(new, line, n, opts, error_out); in setup_one_line() 411 *error_out = "Failed to register device"; in setup_one_line() 413 parse_chan_pair(NULL, line, n, opts, error_out); in setup_one_line() 467 const struct chan_opts *opts, char **error_out) in line_config() argument 473 *error_out = "Can't configure all devices from mconsole"; in line_config() 479 *error_out = "Couldn't parse device number"; in line_config() [all …]
|
D | chan_kern.c | 348 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 …]
|
D | chan.h | 32 const struct chan_opts *opts, char **error_out); 47 char **error_out);
|
D | ubd_kern.c | 276 static int ubd_setup_common(char *str, int *index_out, char **error_out) in ubd_setup_common() argument 298 *error_out = "Didn't parse major number"; in ubd_setup_common() 304 *error_out = "Can't assign a fake major twice"; in ubd_setup_common() 320 *error_out = "Couldn't parse device number"; in ubd_setup_common() 324 *error_out = "Device number out of range"; in ubd_setup_common() 333 *error_out = "Device is already configured"; in ubd_setup_common() 359 *error_out = "Expected '=' or flag letter " in ubd_setup_common() 367 *error_out = "Too many flags specified"; in ubd_setup_common() 369 *error_out = "Missing '='"; in ubd_setup_common() 380 *error_out = "Can't specify both 'd' and a cow file"; in ubd_setup_common() [all …]
|
D | mconsole_kern.c | 283 static int mem_config(char *str, char **error_out) in mem_config() argument 290 *error_out = "Expected '=' after 'mem'"; in mem_config() 301 *error_out = "Expected increment to start with '-' or '+'"; in mem_config() 308 *error_out = "Failed to parse memory increment"; in mem_config() 359 *error_out = "Failed to release memory"; in mem_config() 376 static int mem_get_config(char *name, char *str, int size, char **error_out) in mem_get_config() argument 395 static int mem_remove(int n, char **error_out) in mem_remove() argument 397 *error_out = "Memory doesn't support the remove operation"; in mem_remove()
|
D | net_kern.c | 522 char **error_out) in eth_parse() argument 529 *error_out = "Bad device number"; in eth_parse() 535 *error_out = "Expected '=' after device number"; in eth_parse() 541 *error_out = "Device already configured"; in eth_parse() 670 static int net_config(char *str, char **error_out) in net_config() argument 674 err = eth_parse(str, &n, &str, error_out); in net_config() 683 *error_out = "net_config failed to strdup string"; in net_config() 707 static int net_remove(int n, char **error_out) in net_remove() argument
|
/arch/powerpc/sysdev/ |
D | fsl_msi.c | 431 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()
|
/arch/powerpc/platforms/4xx/ |
D | msi.c | 237 goto error_out; in ppc4xx_msi_probe() 245 goto error_out; in ppc4xx_msi_probe() 250 goto error_out; in ppc4xx_msi_probe() 260 error_out: in ppc4xx_msi_probe()
|
/arch/mips/cavium-octeon/executive/ |
D | cvmx-bootmem.c | 297 goto error_out; in cvmx_bootmem_phy_alloc() 310 goto error_out; in cvmx_bootmem_phy_alloc() 349 goto error_out; in cvmx_bootmem_phy_alloc() 370 goto error_out; in cvmx_bootmem_phy_alloc() 476 error_out: in cvmx_bootmem_phy_alloc()
|
/arch/powerpc/kernel/ |
D | fadump.c | 770 goto error_out; in fadump_build_cpu_notes() 798 error_out: in fadump_build_cpu_notes()
|