| /linux/fs/jfs/ |
| H A D | resize.c | 225 goto error_out; in jfs_extendfs() 249 goto error_out; in jfs_extendfs() 257 goto error_out; in jfs_extendfs() 311 goto error_out; in jfs_extendfs() 323 goto error_out; in jfs_extendfs() 371 goto error_out; in jfs_extendfs() 375 goto error_out; in jfs_extendfs() 389 goto error_out; in jfs_extendfs() 401 goto error_out; in jfs_extendfs() 434 goto error_out; in jfs_extendfs() [all …]
|
| /linux/arch/um/drivers/ |
| H 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()
|
| H 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()
|
| H A D | line.c | 367 const struct chan_opts *opts, char **error_out) in setup_one_line() argument 374 *error_out = "Device is already open"; in setup_one_line() 383 parse_chan_pair(NULL, line, n, opts, error_out); 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() 399 err = parse_chan_pair(new, line, n, opts, error_out); in setup_one_line() 404 *error_out = "Failed to register device"; in setup_one_line() 406 parse_chan_pair(NULL, line, n, opts, error_out); 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 [all …]
|
| H 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 433 return chan_pair_config_string(in, out, str, size, error_out); in chan_config_string() 478 const struct chan_opts *opts, char **error_out) in parse_chan() 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() [all …]
|
| H 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);
|
| H A D | ubd_kern.c | 226 static int ubd_setup_common(char *str, int *index_out, char **error_out) in ubd_setup_common() argument 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() 317 *error_out = "Can't specify both 'd' and a cow file"; in ubd_setup_common() 829 static int ubd_add(int n, char **error_out) in ubd_add() argument 852 *error_out = "Couldn't determine size of device's file"; in ubd_add() [all …]
|
| H 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()
|
| H A D | chan.h | 33 const struct chan_opts *opts, char **error_out); 47 char **error_out);
|
| H 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
|
| /linux/drivers/misc/ |
| H A D | sram-exec.c | 102 goto error_out; in sram_exec_copy() 105 goto error_out; in sram_exec_copy() 111 goto error_out; in sram_exec_copy() 117 error_out: in sram_exec_copy()
|
| /linux/arch/powerpc/sysdev/ |
| H A D | fsl_msi.c | 420 goto error_out; in fsl_of_msi_probe() 432 goto error_out; in fsl_of_msi_probe() 440 goto error_out; in fsl_of_msi_probe() 472 goto error_out; in fsl_of_msi_probe() 490 goto error_out; in fsl_of_msi_probe() 503 goto error_out; in fsl_of_msi_probe() 518 goto error_out; in fsl_of_msi_probe() 528 goto error_out; in fsl_of_msi_probe() 547 goto error_out; in fsl_of_msi_probe() 551 error_out: in fsl_of_msi_probe()
|
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_vport.c | 311 goto error_out; in lpfc_vport_create() 320 goto error_out; in lpfc_vport_create() 330 goto error_out; in lpfc_vport_create() 340 goto error_out; in lpfc_vport_create() 349 goto error_out; in lpfc_vport_create() 368 goto error_out; in lpfc_vport_create() 385 goto error_out; in lpfc_vport_create() 395 goto error_out; in lpfc_vport_create() 432 goto error_out; in lpfc_vport_create() 482 error_out: in lpfc_vport_create()
|
| /linux/arch/powerpc/platforms/powernv/ |
| H 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()
|
| /linux/fs/udf/ |
| H A D | misc.c | 213 goto error_out; in udf_read_tagged() 221 goto error_out; in udf_read_tagged() 229 goto error_out; in udf_read_tagged() 242 error_out: in udf_read_tagged()
|
| /linux/drivers/media/pci/ttpci/ |
| H A D | budget.c | 621 goto error_out; in frontend_init() 646 goto error_out; in frontend_init() 699 goto error_out; in frontend_init() 703 goto error_out; in frontend_init() 757 goto error_out; in frontend_init() 761 goto error_out; in frontend_init() 776 goto error_out; in frontend_init() 780 error_out: in frontend_init()
|
| /linux/arch/mips/cavium-octeon/executive/ |
| H 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()
|
| /linux/drivers/ntb/ |
| H A D | msi.c | 131 goto error_out; in ntb_msi_setup_mws() 137 goto error_out; in ntb_msi_setup_mws() 147 goto error_out; in ntb_msi_setup_mws() 155 error_out: in ntb_msi_setup_mws()
|
| /linux/drivers/clk/sophgo/ |
| H A D | clk-sg2042-rpgate.c | 257 goto error_out; in sg2042_rpgate_probe() 262 goto error_out; in sg2042_rpgate_probe() 268 error_out: in sg2042_rpgate_probe()
|
| H A D | clk-sg2042-clkgen.c | 1093 goto error_out; in sg2042_clkgen_probe() 1100 goto error_out; in sg2042_clkgen_probe() 1106 goto error_out; in sg2042_clkgen_probe() 1112 goto error_out; in sg2042_clkgen_probe() 1118 goto error_out; in sg2042_clkgen_probe() 1124 goto error_out; in sg2042_clkgen_probe() 1130 error_out: in sg2042_clkgen_probe()
|
| H A D | clk-sg2042-pll.c | 525 goto error_out; in sg2042_pll_probe() 530 goto error_out; in sg2042_pll_probe() 536 error_out: in sg2042_pll_probe()
|
| /linux/tools/gpio/ |
| H A D | lsgpio.c | 205 goto error_out; in main() 223 error_out: in main()
|
| /linux/drivers/video/fbdev/ |
| H A D | controlfb.c | 963 goto error_out; in control_of_init() 972 goto error_out; in control_of_init() 979 goto error_out; in control_of_init() 984 goto error_out; in control_of_init() 988 goto error_out; in control_of_init() 991 goto error_out; in control_of_init() 995 error_out: in control_of_init()
|
| /linux/drivers/usb/image/ |
| H A D | mdc800.c | 616 goto error_out; in mdc800_device_open() 621 goto error_out; in mdc800_device_open() 640 goto error_out; in mdc800_device_open() 646 error_out: in mdc800_device_open()
|
| /linux/drivers/edac/ |
| H A D | edac_pci_sysfs.c | 171 goto error_out; in edac_pci_create_instance_kobj() 180 goto error_out; in edac_pci_create_instance_kobj() 189 error_out: in edac_pci_create_instance_kobj()
|