Home
last modified time | relevance | path

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

123

/openbmc/linux/fs/jfs/
H A Dresize.c225 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 …]
/openbmc/linux/arch/um/drivers/
H A 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);
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 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);
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 Dline.c367 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 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 …]
H A Dline.h83 const struct chan_opts *opts, char **error_out);
88 char **error_out);
91 char **error_out);
94 int size, char **error_out);
H A Dubd_kern.c237 static int ubd_setup_common(char *str, int *index_out, char **error_out) in ubd_setup_common() argument
259 *error_out = "Couldn't parse device number"; in ubd_setup_common()
263 *error_out = "Device number out of range"; in ubd_setup_common()
272 *error_out = "Device is already configured"; in ubd_setup_common()
301 *error_out = "Expected '=' or flag letter " in ubd_setup_common()
309 *error_out = "Too many flags specified"; in ubd_setup_common()
311 *error_out = "Missing '='"; in ubd_setup_common()
328 *error_out = "Can't specify both 'd' and a cow file"; in ubd_setup_common()
870 static int ubd_add(int n, char **error_out) in ubd_add() argument
881 *error_out = "Couldn't determine size of device's file"; in ubd_add()
[all …]
H A Dchan.h32 const struct chan_opts *opts, char **error_out);
46 char **error_out);
H A Dmconsole_kern.c290 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 Dnet_kern.c507 char **error_out) in eth_parse() argument
514 *error_out = "Bad device number"; in eth_parse()
520 *error_out = "Expected '=' after device number"; in eth_parse()
526 *error_out = "Device already configured"; in eth_parse()
658 static int net_config(char *str, char **error_out) in net_config() argument
662 err = eth_parse(str, &n, &str, error_out); in net_config()
671 *error_out = "net_config failed to strdup string"; in net_config()
695 static int net_remove(int n, char **error_out) in net_remove() argument
/openbmc/linux/tools/power/cpupower/lib/
H A Dcpufreq.c292 goto error_out; in cpufreq_get_available_governors()
305 goto error_out; in cpufreq_get_available_governors()
315 error_out: in cpufreq_get_available_governors()
365 goto error_out; in cpufreq_get_available_frequencies()
369 goto error_out; in cpufreq_get_available_frequencies()
383 goto error_out; in cpufreq_get_available_frequencies()
391 error_out: in cpufreq_get_available_frequencies()
421 goto error_out; in cpufreq_get_boost_frequencies()
425 goto error_out; in cpufreq_get_boost_frequencies()
439 goto error_out; in cpufreq_get_boost_frequencies()
[all …]
/openbmc/linux/drivers/misc/
H A Dsram-exec.c102 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()
/openbmc/openbmc/poky/bitbake/lib/bb/parse/parse_py/
H A DConfHandler.py59 def include(parentfn, fns, lineno, data, error_out): argument
70 include_single_file(parentfn, fn, lineno, data, error_out)
72 def include_single_file(parentfn, fn, lineno, data, error_out): argument
96 if error_out:
97 raise ParseError("Could not %s file %s" % (error_out, fn), parentfn, lineno)
100 if error_out:
101 … raise ParseError("Could not %s file %s: %s" % (error_out, fn, exc.strerror), parentfn, lineno)
/openbmc/linux/arch/powerpc/sysdev/
H A Dfsl_msi.c425 goto error_out; in fsl_of_msi_probe()
437 goto error_out; in fsl_of_msi_probe()
445 goto error_out; in fsl_of_msi_probe()
477 goto error_out; in fsl_of_msi_probe()
495 goto error_out; in fsl_of_msi_probe()
508 goto error_out; in fsl_of_msi_probe()
523 goto error_out; in fsl_of_msi_probe()
533 goto error_out; in fsl_of_msi_probe()
552 goto error_out; in fsl_of_msi_probe()
556 error_out: in fsl_of_msi_probe()
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_debugfs.c3442 goto error_out; in lpfc_idiag_pcicfg_write()
3448 goto error_out; in lpfc_idiag_pcicfg_write()
3454 goto error_out; in lpfc_idiag_pcicfg_write()
3457 goto error_out; in lpfc_idiag_pcicfg_write()
3459 goto error_out; in lpfc_idiag_pcicfg_write()
3463 goto error_out; in lpfc_idiag_pcicfg_write()
3465 goto error_out; in lpfc_idiag_pcicfg_write()
3469 goto error_out; in lpfc_idiag_pcicfg_write()
3471 goto error_out; in lpfc_idiag_pcicfg_write()
3478 goto error_out; in lpfc_idiag_pcicfg_write()
[all …]
H A Dlpfc_vport.c310 goto error_out; in lpfc_vport_create()
319 goto error_out; in lpfc_vport_create()
329 goto error_out; in lpfc_vport_create()
339 goto error_out; in lpfc_vport_create()
348 goto error_out; in lpfc_vport_create()
367 goto error_out; in lpfc_vport_create()
384 goto error_out; in lpfc_vport_create()
394 goto error_out; in lpfc_vport_create()
431 goto error_out; in lpfc_vport_create()
481 error_out: in lpfc_vport_create()
/openbmc/linux/fs/squashfs/
H A Dsymlink.c60 goto error_out; in squashfs_symlink_read_folio()
78 goto error_out; in squashfs_symlink_read_folio()
97 error_out: in squashfs_symlink_read_folio()
/openbmc/linux/sound/pci/emu10k1/
H A Demumpu401.c154 goto error_out; in snd_emu10k1_midi_input_open()
156 goto error_out; in snd_emu10k1_midi_input_open()
162 error_out: in snd_emu10k1_midi_input_open()
180 goto error_out; in snd_emu10k1_midi_output_open()
182 goto error_out; in snd_emu10k1_midi_output_open()
188 error_out: in snd_emu10k1_midi_output_open()
/openbmc/linux/net/ipv6/
H A Dseg6_hmac.c368 goto error_out; in seg6_hmac_init_algo()
374 goto error_out; in seg6_hmac_init_algo()
387 goto error_out; in seg6_hmac_init_algo()
393 goto error_out; in seg6_hmac_init_algo()
400 error_out: in seg6_hmac_init_algo()
/openbmc/linux/drivers/media/tuners/
H A 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()
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dopal-core.c481 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()
/openbmc/linux/fs/udf/
H A Dmisc.c213 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()
/openbmc/linux/drivers/media/pci/ttpci/
H A 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()
/openbmc/linux/arch/mips/cavium-octeon/executive/
H A 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()
/openbmc/linux/drivers/ntb/
H A 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()

123