Home
last modified time | relevance | path

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

123

/Linux-v5.15/fs/jfs/
Dresize.c226 goto error_out; in jfs_extendfs()
250 goto error_out; in jfs_extendfs()
258 goto error_out; in jfs_extendfs()
312 goto error_out; in jfs_extendfs()
324 goto error_out; in jfs_extendfs()
372 goto error_out; in jfs_extendfs()
376 goto error_out; in jfs_extendfs()
390 goto error_out; in jfs_extendfs()
402 goto error_out; in jfs_extendfs()
435 goto error_out; in jfs_extendfs()
[all …]
/Linux-v5.15/arch/um/drivers/
Dssl.c37 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);
71 static int ssl_config(char *str, char **error_out) in ssl_config() argument
74 error_out); in ssl_config()
77 static int ssl_get_config(char *dev, char *str, int size, char **error_out) in ssl_get_config() argument
80 size, error_out); in ssl_get_config()
83 static int ssl_remove(int n, char **error_out) in ssl_remove() argument
86 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.c363 const struct chan_opts *opts, char **error_out) in setup_one_line() argument
370 *error_out = "Device is already open"; in setup_one_line()
379 parse_chan_pair(NULL, line, n, opts, error_out); in setup_one_line()
385 *error_out = "Failed to allocate memory"; in setup_one_line()
394 err = parse_chan_pair(new, line, n, opts, error_out); in setup_one_line()
399 *error_out = "Failed to register device"; in setup_one_line()
401 parse_chan_pair(NULL, line, n, opts, error_out); in setup_one_line()
455 const struct chan_opts *opts, char **error_out) in line_config() argument
461 *error_out = "Can't configure all devices from mconsole"; in line_config()
467 *error_out = "Couldn't parse device number"; in line_config()
[all …]
Dchan_kern.c339 char **error_out) in one_chan_config_string() argument
362 char *str, int size, char **error_out) in chan_pair_config_string() argument
366 n = one_chan_config_string(in, str, size, error_out); in chan_pair_config_string()
376 n = one_chan_config_string(out, str, size, error_out); in chan_pair_config_string()
385 char **error_out) in chan_config_string() argument
394 return chan_pair_config_string(in, out, str, size, error_out); in chan_config_string()
439 const struct chan_opts *opts, char **error_out) in parse_chan() argument
458 *error_out = "No match for configured backends"; in parse_chan()
464 *error_out = "Configuration failed"; in parse_chan()
470 *error_out = "Memory allocation failed"; in parse_chan()
[all …]
Dline.h84 const struct chan_opts *opts, char **error_out);
89 char **error_out);
92 char **error_out);
95 int size, char **error_out);
Dubd_kern.c236 static int ubd_setup_common(char *str, int *index_out, char **error_out) in ubd_setup_common() argument
258 *error_out = "Couldn't parse device number"; in ubd_setup_common()
262 *error_out = "Device number out of range"; in ubd_setup_common()
271 *error_out = "Device is already configured"; in ubd_setup_common()
300 *error_out = "Expected '=' or flag letter " in ubd_setup_common()
308 *error_out = "Too many flags specified"; in ubd_setup_common()
310 *error_out = "Missing '='"; in ubd_setup_common()
327 *error_out = "Can't specify both 'd' and a cow file"; in ubd_setup_common()
884 static int ubd_add(int n, char **error_out) in ubd_add() argument
895 *error_out = "Couldn't determine size of device's file"; in ubd_add()
[all …]
Dchan.h32 const struct chan_opts *opts, char **error_out);
47 char **error_out);
Dmconsole_kern.c289 static int mem_config(char *str, char **error_out) in mem_config() argument
296 *error_out = "Expected '=' after 'mem'"; in mem_config()
307 *error_out = "Expected increment to start with '-' or '+'"; in mem_config()
314 *error_out = "Failed to parse memory increment"; in mem_config()
365 *error_out = "Failed to release memory"; in mem_config()
382 static int mem_get_config(char *name, char *str, int size, char **error_out) in mem_get_config() argument
401 static int mem_remove(int n, char **error_out) in mem_remove() argument
403 *error_out = "Memory doesn't support the remove operation"; in mem_remove()
Dnet_kern.c506 char **error_out) in eth_parse() argument
513 *error_out = "Bad device number"; in eth_parse()
519 *error_out = "Expected '=' after device number"; in eth_parse()
525 *error_out = "Device already configured"; in eth_parse()
657 static int net_config(char *str, char **error_out) in net_config() argument
661 err = eth_parse(str, &n, &str, error_out); in net_config()
670 *error_out = "net_config failed to strdup string"; in net_config()
694 static int net_remove(int n, char **error_out) in net_remove() argument
/Linux-v5.15/tools/power/cpupower/lib/
Dcpufreq.c283 goto error_out; in cpufreq_get_available_governors()
296 goto error_out; in cpufreq_get_available_governors()
306 error_out: in cpufreq_get_available_governors()
356 goto error_out; in cpufreq_get_available_frequencies()
360 goto error_out; in cpufreq_get_available_frequencies()
374 goto error_out; in cpufreq_get_available_frequencies()
382 error_out: in cpufreq_get_available_frequencies()
412 goto error_out; in cpufreq_get_boost_frequencies()
416 goto error_out; in cpufreq_get_boost_frequencies()
430 goto error_out; in cpufreq_get_boost_frequencies()
[all …]
/Linux-v5.15/drivers/misc/
Dsram-exec.c110 goto error_out; in sram_exec_copy()
113 goto error_out; in sram_exec_copy()
119 goto error_out; in sram_exec_copy()
122 goto error_out; in sram_exec_copy()
128 error_out: in sram_exec_copy()
/Linux-v5.15/arch/powerpc/sysdev/
Dfsl_msi.c424 goto error_out; in fsl_of_msi_probe()
436 goto error_out; in fsl_of_msi_probe()
444 goto error_out; in fsl_of_msi_probe()
476 goto error_out; in fsl_of_msi_probe()
494 goto error_out; in fsl_of_msi_probe()
507 goto error_out; in fsl_of_msi_probe()
522 goto error_out; in fsl_of_msi_probe()
532 goto error_out; in fsl_of_msi_probe()
551 goto error_out; in fsl_of_msi_probe()
555 error_out: in fsl_of_msi_probe()
/Linux-v5.15/fs/squashfs/
Dsymlink.c59 goto error_out; in squashfs_symlink_readpage()
77 goto error_out; in squashfs_symlink_readpage()
96 error_out: in squashfs_symlink_readpage()
/Linux-v5.15/drivers/scsi/lpfc/
Dlpfc_debugfs.c3435 goto error_out; in lpfc_idiag_pcicfg_write()
3441 goto error_out; in lpfc_idiag_pcicfg_write()
3447 goto error_out; in lpfc_idiag_pcicfg_write()
3450 goto error_out; in lpfc_idiag_pcicfg_write()
3452 goto error_out; in lpfc_idiag_pcicfg_write()
3456 goto error_out; in lpfc_idiag_pcicfg_write()
3458 goto error_out; in lpfc_idiag_pcicfg_write()
3462 goto error_out; in lpfc_idiag_pcicfg_write()
3464 goto error_out; in lpfc_idiag_pcicfg_write()
3471 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()
434 goto error_out; in lpfc_vport_create()
484 error_out: in lpfc_vport_create()
/Linux-v5.15/sound/pci/emu10k1/
Demumpu401.c156 goto error_out; in snd_emu10k1_midi_input_open()
158 goto error_out; in snd_emu10k1_midi_input_open()
164 error_out: in snd_emu10k1_midi_input_open()
183 goto error_out; in snd_emu10k1_midi_output_open()
185 goto error_out; in snd_emu10k1_midi_output_open()
191 error_out: in snd_emu10k1_midi_output_open()
/Linux-v5.15/drivers/media/tuners/
Dfc0013.c128 goto error_out; in fc0013_rc_cal_add()
133 goto error_out; in fc0013_rc_cal_add()
142 goto error_out; in fc0013_rc_cal_add()
152 error_out: in fc0013_rc_cal_add()
186 goto error_out; in fc0013_set_vhf_track()
205 error_out: in fc0013_set_vhf_track()
/Linux-v5.15/arch/powerpc/platforms/powernv/
Dopal-core.c479 goto error_out; in opalcore_config_init()
490 goto error_out; in opalcore_config_init()
500 goto error_out; in opalcore_config_init()
527 goto error_out; in opalcore_config_init()
541 goto error_out; in opalcore_config_init()
553 goto error_out; in opalcore_config_init()
561 error_out: in opalcore_config_init()
/Linux-v5.15/drivers/ntb/
Dmsi.c131 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-v5.15/fs/udf/
Dmisc.c233 goto error_out; in udf_read_tagged()
241 goto error_out; in udf_read_tagged()
249 goto error_out; in udf_read_tagged()
262 error_out: in udf_read_tagged()
/Linux-v5.15/arch/mips/cavium-octeon/executive/
Dcvmx-bootmem.c244 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-v5.15/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-v5.15/drivers/media/pci/ttpci/
Dbudget.c611 goto error_out; in frontend_init()
636 goto error_out; in frontend_init()
686 goto error_out; in frontend_init()
690 goto error_out; in frontend_init()
742 goto error_out; in frontend_init()
746 goto error_out; in frontend_init()
761 goto error_out; in frontend_init()
765 error_out: in frontend_init()
/Linux-v5.15/fs/9p/
Dfid.c306 goto error_out; in v9fs_writeback_fid()
318 goto error_out; in v9fs_writeback_fid()
320 error_out: in v9fs_writeback_fid()

123