| /arch/um/drivers/ |
| A D | ssl.c | 37 static int ssl_config(char *str, char **error_out); 38 static int ssl_get_config(char *dev, char *str, int size, char **error_out); 39 static int ssl_remove(int n, char **error_out); 69 static int ssl_config(char *str, char **error_out) in ssl_config() argument 72 error_out); in ssl_config() 75 static int ssl_get_config(char *dev, char *str, int size, char **error_out) in ssl_get_config() argument 78 size, error_out); in ssl_get_config() 81 static int ssl_remove(int n, char **error_out) in ssl_remove() argument 84 error_out); in ssl_remove()
|
| A 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); 75 static int con_config(char *str, char **error_out) in con_config() argument 77 return line_config(vts, ARRAY_SIZE(vts), str, &opts, error_out); in con_config() 80 static int con_get_config(char *dev, char *str, int size, char **error_out) in con_get_config() argument 82 return line_get_config(dev, vts, ARRAY_SIZE(vts), str, size, error_out); in con_get_config() 85 static int con_remove(int n, char **error_out) in con_remove() argument 87 return line_remove(vts, ARRAY_SIZE(vts), n, error_out); in con_remove()
|
| A D | line.c | 374 *error_out = "Device is already open"; in setup_one_line() 386 *error_out = "configured as 'none'"; in setup_one_line() 390 *error_out = "Failed to allocate memory"; in setup_one_line() 404 *error_out = "Failed to register device"; in setup_one_line() 410 *error_out = "failed to parse channel pair"; in setup_one_line() 461 const struct chan_opts *opts, char **error_out) in line_config() argument 473 *error_out = "Couldn't parse device number"; in line_config() 477 *error_out = "Device number out of range"; in line_config() 485 int size, char **error_out) in line_get_config() argument 498 *error_out = "device number out of range"; in line_get_config() [all …]
|
| A D | line.h | 83 const struct chan_opts *opts, char **error_out); 88 char **error_out); 91 char **error_out); 94 int size, char **error_out);
|
| A D | chan_kern.c | 378 char **error_out) in one_chan_config_string() argument 401 char *str, int size, char **error_out) in chan_pair_config_string() argument 405 n = one_chan_config_string(in, str, size, error_out); in chan_pair_config_string() 415 n = one_chan_config_string(out, str, size, error_out); in chan_pair_config_string() 424 char **error_out) in chan_config_string() argument 497 *error_out = "No match for configured backends"; in parse_chan() 503 *error_out = "Configuration failed"; in parse_chan() 509 *error_out = "Memory allocation failed"; in parse_chan() 529 const struct chan_opts *opts, char **error_out) in parse_chan_pair() argument 549 new = parse_chan(line, in, device, opts, error_out); in parse_chan_pair() [all …]
|
| A D | chan.h | 33 const struct chan_opts *opts, char **error_out); 47 char **error_out);
|
| A D | ubd_kern.c | 248 *error_out = "Couldn't parse device number"; in ubd_setup_common() 252 *error_out = "Device number out of range"; in ubd_setup_common() 261 *error_out = "Device is already configured"; in ubd_setup_common() 290 *error_out = "Expected '=' or flag letter " in ubd_setup_common() 298 *error_out = "Too many flags specified"; in ubd_setup_common() 300 *error_out = "Missing '='"; in ubd_setup_common() 829 static int ubd_add(int n, char **error_out) in ubd_add() argument 924 *error_out = "Failed to allocate memory"; in ubd_config() 928 ret = ubd_setup_common(str, &n, error_out); in ubd_config() 938 ret = ubd_add(n, error_out); in ubd_config() [all …]
|
| A D | mconsole_kern.c | 290 static int mem_config(char *str, char **error_out) in mem_config() argument 297 *error_out = "Expected '=' after 'mem'"; in mem_config() 308 *error_out = "Expected increment to start with '-' or '+'"; in mem_config() 315 *error_out = "Failed to parse memory increment"; in mem_config() 366 *error_out = "Failed to release memory"; in mem_config() 383 static int mem_get_config(char *name, char *str, int size, char **error_out) in mem_get_config() argument 402 static int mem_remove(int n, char **error_out) in mem_remove() argument 404 *error_out = "Memory doesn't support the remove operation"; in mem_remove()
|
| A D | vector_kern.c | 708 char **error_out) in vector_parse() argument 716 *error_out = "Expected ':' after device number"; in vector_parse() 723 *error_out = "Bad device number"; in vector_parse() 729 *error_out = "Device already configured"; in vector_parse() 738 static int vector_config(char *str, char **error_out) in vector_config() argument 744 err = vector_parse(str, &n, ¶ms, error_out); in vector_config() 755 *error_out = "vector_config failed to strdup string"; in vector_config() 762 *error_out = "vector_config failed to parse parameters"; in vector_config() 786 static int vector_remove(int n, char **error_out) in vector_remove() argument
|
| A D | vfio_kern.c | 646 static int uml_vfio_mc_config(char *str, char **error_out) in uml_vfio_mc_config() argument 651 *error_out = "Invalid config"; in uml_vfio_mc_config() 668 static int uml_vfio_mc_remove(int n, char **error_out) in uml_vfio_mc_remove() argument
|
| /arch/powerpc/sysdev/ |
| A D | fsl_msi.c | 421 goto error_out; in fsl_of_msi_probe() 433 goto error_out; in fsl_of_msi_probe() 441 goto error_out; in fsl_of_msi_probe() 473 goto error_out; in fsl_of_msi_probe() 491 goto error_out; in fsl_of_msi_probe() 504 goto error_out; in fsl_of_msi_probe() 519 goto error_out; in fsl_of_msi_probe() 529 goto error_out; in fsl_of_msi_probe() 548 goto error_out; in fsl_of_msi_probe() 552 error_out: in fsl_of_msi_probe()
|
| /arch/powerpc/platforms/powernv/ |
| A D | opal-core.c | 481 goto error_out; in opalcore_config_init() 492 goto error_out; in opalcore_config_init() 502 goto error_out; in opalcore_config_init() 529 goto error_out; in opalcore_config_init() 543 goto error_out; in opalcore_config_init() 555 goto error_out; in opalcore_config_init() 563 error_out: in opalcore_config_init()
|
| /arch/mips/cavium-octeon/executive/ |
| A D | cvmx-bootmem.c | 244 goto error_out; in cvmx_bootmem_phy_alloc() 257 goto error_out; in cvmx_bootmem_phy_alloc() 296 goto error_out; in cvmx_bootmem_phy_alloc() 317 goto error_out; in cvmx_bootmem_phy_alloc() 423 error_out: in cvmx_bootmem_phy_alloc()
|
| /arch/powerpc/kernel/ |
| A D | fadump.c | 559 goto error_out; in fadump_reserve_mem() 575 goto error_out; in fadump_reserve_mem() 580 goto error_out; in fadump_reserve_mem() 623 goto error_out; in fadump_reserve_mem() 633 goto error_out; in fadump_reserve_mem() 637 goto error_out; in fadump_reserve_mem() 645 error_out: in fadump_reserve_mem()
|
| /arch/powerpc/platforms/pseries/ |
| A D | rtas-fadump.c | 404 goto error_out; in rtas_fadump_build_cpu_notes() 430 error_out: in rtas_fadump_build_cpu_notes()
|