Home
last modified time | relevance | path

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

123

/Linux-v4.19/fs/jfs/
Dresize.c238 goto error_out; in jfs_extendfs()
262 goto error_out; in jfs_extendfs()
270 goto error_out; in jfs_extendfs()
324 goto error_out; in jfs_extendfs()
336 goto error_out; in jfs_extendfs()
384 goto error_out; in jfs_extendfs()
388 goto error_out; in jfs_extendfs()
402 goto error_out; in jfs_extendfs()
414 goto error_out; in jfs_extendfs()
447 goto error_out; in jfs_extendfs()
[all …]
/Linux-v4.19/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.c375 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 …]
Dchan_kern.c311 char **error_out) in one_chan_config_string() argument
334 char *str, int size, char **error_out) in chan_pair_config_string() argument
338 n = one_chan_config_string(in, str, size, error_out); in chan_pair_config_string()
348 n = one_chan_config_string(out, str, size, error_out); in chan_pair_config_string()
357 char **error_out) in chan_config_string() argument
366 return chan_pair_config_string(in, out, str, size, error_out); in chan_config_string()
411 const struct chan_opts *opts, char **error_out) in parse_chan() argument
430 *error_out = "No match for configured backends"; in parse_chan()
436 *error_out = "Configuration failed"; in parse_chan()
442 *error_out = "Memory allocation failed"; in parse_chan()
[all …]
Dline.h86 const struct chan_opts *opts, char **error_out);
91 char **error_out);
94 char **error_out);
97 int size, 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 …]
Dchan.h32 const struct chan_opts *opts, char **error_out);
47 char **error_out);
Dmconsole_kern.c284 static int mem_config(char *str, char **error_out) in mem_config() argument
291 *error_out = "Expected '=' after 'mem'"; in mem_config()
302 *error_out = "Expected increment to start with '-' or '+'"; in mem_config()
309 *error_out = "Failed to parse memory increment"; in mem_config()
360 *error_out = "Failed to release memory"; in mem_config()
377 static int mem_get_config(char *name, char *str, int size, char **error_out) in mem_get_config() argument
396 static int mem_remove(int n, char **error_out) in mem_remove() argument
398 *error_out = "Memory doesn't support the remove operation"; in mem_remove()
Dnet_kern.c521 char **error_out) in eth_parse() argument
528 *error_out = "Bad device number"; in eth_parse()
534 *error_out = "Expected '=' after device number"; in eth_parse()
540 *error_out = "Device already configured"; in eth_parse()
669 static int net_config(char *str, char **error_out) in net_config() argument
673 err = eth_parse(str, &n, &str, error_out); in net_config()
682 *error_out = "net_config failed to strdup string"; in net_config()
706 static int net_remove(int n, char **error_out) in net_remove() argument
/Linux-v4.19/tools/power/cpupower/lib/
Dcpufreq.c284 goto error_out; in cpufreq_get_available_governors()
289 goto error_out; in cpufreq_get_available_governors()
297 goto error_out; in cpufreq_get_available_governors()
307 error_out: in cpufreq_get_available_governors()
357 goto error_out; in cpufreq_get_available_frequencies()
361 goto error_out; in cpufreq_get_available_frequencies()
366 goto error_out; in cpufreq_get_available_frequencies()
375 goto error_out; in cpufreq_get_available_frequencies()
383 error_out: in cpufreq_get_available_frequencies()
427 goto error_out; in sysfs_get_cpu_list()
[all …]
/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_debugfs.c2734 goto error_out; in lpfc_idiag_pcicfg_write()
2740 goto error_out; in lpfc_idiag_pcicfg_write()
2746 goto error_out; in lpfc_idiag_pcicfg_write()
2749 goto error_out; in lpfc_idiag_pcicfg_write()
2751 goto error_out; in lpfc_idiag_pcicfg_write()
2755 goto error_out; in lpfc_idiag_pcicfg_write()
2757 goto error_out; in lpfc_idiag_pcicfg_write()
2761 goto error_out; in lpfc_idiag_pcicfg_write()
2763 goto error_out; in lpfc_idiag_pcicfg_write()
2770 goto error_out; in lpfc_idiag_pcicfg_write()
[all …]
Dlpfc_vport.c313 goto error_out; in lpfc_vport_create()
322 goto error_out; in lpfc_vport_create()
332 goto error_out; in lpfc_vport_create()
342 goto error_out; in lpfc_vport_create()
351 goto error_out; in lpfc_vport_create()
370 goto error_out; in lpfc_vport_create()
387 goto error_out; in lpfc_vport_create()
397 goto error_out; in lpfc_vport_create()
430 goto error_out; in lpfc_vport_create()
447 goto error_out; in lpfc_vport_create()
[all …]
/Linux-v4.19/arch/powerpc/sysdev/
Dfsl_msi.c433 goto error_out; in fsl_of_msi_probe()
445 goto error_out; in fsl_of_msi_probe()
453 goto error_out; in fsl_of_msi_probe()
485 goto error_out; in fsl_of_msi_probe()
503 goto error_out; in fsl_of_msi_probe()
516 goto error_out; in fsl_of_msi_probe()
531 goto error_out; in fsl_of_msi_probe()
541 goto error_out; in fsl_of_msi_probe()
560 goto error_out; in fsl_of_msi_probe()
564 error_out: in fsl_of_msi_probe()
/Linux-v4.19/fs/squashfs/
Dsymlink.c72 goto error_out; in squashfs_symlink_readpage()
90 goto error_out; in squashfs_symlink_readpage()
109 error_out: in squashfs_symlink_readpage()
/Linux-v4.19/sound/pci/emu10k1/
Demumpu401.c171 goto error_out; in snd_emu10k1_midi_input_open()
173 goto error_out; in snd_emu10k1_midi_input_open()
179 error_out: in snd_emu10k1_midi_input_open()
198 goto error_out; in snd_emu10k1_midi_output_open()
200 goto error_out; in snd_emu10k1_midi_output_open()
206 error_out: in snd_emu10k1_midi_output_open()
/Linux-v4.19/drivers/media/tuners/
Dfc0013.c138 goto error_out; in fc0013_rc_cal_add()
143 goto error_out; in fc0013_rc_cal_add()
152 goto error_out; in fc0013_rc_cal_add()
162 error_out: in fc0013_rc_cal_add()
196 goto error_out; in fc0013_set_vhf_track()
215 error_out: in fc0013_set_vhf_track()
/Linux-v4.19/fs/udf/
Dmisc.c224 goto error_out; in udf_read_tagged()
232 goto error_out; in udf_read_tagged()
240 goto error_out; in udf_read_tagged()
253 error_out: in udf_read_tagged()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dtls.c87 goto error_out; in mlx5e_tls_set_flow()
93 goto error_out; in mlx5e_tls_set_flow()
98 error_out: in mlx5e_tls_set_flow()
/Linux-v4.19/fs/9p/
Dfid.c267 goto error_out; in v9fs_writeback_fid()
278 goto error_out; in v9fs_writeback_fid()
280 error_out: in v9fs_writeback_fid()
/Linux-v4.19/arch/mips/cavium-octeon/executive/
Dcvmx-bootmem.c297 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()
/Linux-v4.19/tools/testing/selftests/gpio/
Dgpio-mockup-chardev.c146 goto error_out; in list_gpiochip()
155 goto error_out; in list_gpiochip()
190 error_out: in list_gpiochip()
/Linux-v4.19/tools/gpio/
Dlsgpio.c175 goto error_out; in main()
193 error_out: in main()
/Linux-v4.19/drivers/media/pci/ttpci/
Dbudget.c625 goto error_out; in frontend_init()
650 goto error_out; in frontend_init()
700 goto error_out; in frontend_init()
704 goto error_out; in frontend_init()
756 goto error_out; in frontend_init()
760 goto error_out; in frontend_init()
775 goto error_out; in frontend_init()
779 error_out: in frontend_init()
/Linux-v4.19/sound/drivers/mpu401/
Dmpu401_uart.c293 goto error_out; in snd_mpu401_uart_input_open()
299 error_out: in snd_mpu401_uart_input_open()
315 goto error_out; in snd_mpu401_uart_output_open()
321 error_out: in snd_mpu401_uart_output_open()

123