Home
last modified time | relevance | path

Searched refs:error (Results 3026 - 3050 of 16413) sorted by relevance

1...<<121122123124125126127128129130>>...657

/kernel/linux/linux-5.10/arch/openrisc/kernel/
H A Ddma.c71 int error; in arch_dma_set_uncached() local
78 error = walk_page_range(&init_mm, va, va + size, &set_nocache_walk_ops, in arch_dma_set_uncached()
82 if (error) in arch_dma_set_uncached()
83 return ERR_PTR(error); in arch_dma_set_uncached()
/kernel/linux/linux-5.10/arch/sh/kernel/
H A Dsys_sh32.c29 int error; in sys_sh_pipe() local
31 error = do_pipe_flags(fd, 0); in sys_sh_pipe()
32 if (!error) { in sys_sh_pipe()
36 return error; in sys_sh_pipe()
/kernel/linux/linux-5.10/arch/sh/boot/compressed/
H A Dmisc.c38 static void error(char *m);
98 static void error(char *x) in error() function
111 error("stack-protector: Kernel stack is corrupted\n"); in __stack_chk_fail()
140 __decompress(input_data, input_len, NULL, NULL, output, 0, NULL, error); in decompress_kernel()
/kernel/linux/linux-6.6/arch/m68k/amiga/
H A Dchipram.c75 int error; in amiga_chip_alloc_res() local
81 error = allocate_resource(&chipram_res, res, size, 0, UINT_MAX, in amiga_chip_alloc_res()
83 if (error < 0) { in amiga_chip_alloc_res()
85 error); in amiga_chip_alloc_res()
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
H A Dpm.c139 int error; in omap2_common_pm_late_init() local
153 error = omap_pm_soc_init(); in omap2_common_pm_late_init()
154 if (error) in omap2_common_pm_late_init()
155 pr_warn("%s: pm soc init failed: %i\n", __func__, error); in omap2_common_pm_late_init()
/kernel/linux/linux-6.6/arch/openrisc/kernel/
H A Ddma.c71 int error; in arch_dma_set_uncached() local
78 error = walk_page_range_novma(&init_mm, va, va + size, in arch_dma_set_uncached()
82 if (error) in arch_dma_set_uncached()
83 return ERR_PTR(error); in arch_dma_set_uncached()
/kernel/linux/linux-6.6/arch/sh/boot/compressed/
H A Dmisc.c38 static void error(char *m);
98 static void error(char *x) in error() function
111 error("stack-protector: Kernel stack is corrupted\n"); in __stack_chk_fail()
143 __decompress(input_data, input_len, NULL, NULL, output, 0, NULL, error); in decompress_kernel()
/kernel/linux/linux-6.6/arch/sh/kernel/
H A Dsys_sh32.c29 int error; in sys_sh_pipe() local
31 error = do_pipe_flags(fd, 0); in sys_sh_pipe()
32 if (!error) { in sys_sh_pipe()
36 return error; in sys_sh_pipe()
/kernel/linux/linux-5.10/drivers/pci/hotplug/
H A Drpadlpar_sysfs.c106 int error; in dlpar_sysfs_init() local
113 error = sysfs_create_group(dlpar_kobj, &dlpar_attr_group); in dlpar_sysfs_init()
114 if (error) in dlpar_sysfs_init()
116 return error; in dlpar_sysfs_init()
/kernel/linux/linux-5.10/drivers/platform/chrome/
H A Dcros_kbd_led_backlight.c64 int error; in keyboard_led_probe() local
86 error = devm_led_classdev_register(&pdev->dev, cdev); in keyboard_led_probe()
87 if (error) in keyboard_led_probe()
88 return error; in keyboard_led_probe()
/kernel/linux/linux-5.10/include/linux/
H A Dcompiler-gcc.h3 #error "Please don't include <linux/compiler-gcc.h> directly, include <linux/compiler.h> instead."
15 # error Sorry, your version of GCC is too old - please use 4.9 or newer.
21 # error Sorry, your version of GCC is too old - please use 5.1 or newer.
157 #define __diag_GCC_error error
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_trans_inode.c121 int error; in xfs_trans_roll_inode() local
124 error = xfs_trans_roll(tpp); in xfs_trans_roll_inode()
125 if (!error) in xfs_trans_roll_inode()
127 return error; in xfs_trans_roll_inode()
/kernel/linux/linux-6.6/drivers/net/wwan/iosm/
H A Diosm_ipc_irq.c70 goto error; in ipc_acquire_irq()
74 goto error; in ipc_acquire_irq()
84 goto error; in ipc_acquire_irq()
88 error: in ipc_acquire_irq()
/kernel/linux/linux-6.6/drivers/pci/hotplug/
H A Drpadlpar_sysfs.c106 int error; in dlpar_sysfs_init() local
113 error = sysfs_create_group(dlpar_kobj, &dlpar_attr_group); in dlpar_sysfs_init()
114 if (error) in dlpar_sysfs_init()
116 return error; in dlpar_sysfs_init()
/kernel/linux/linux-6.6/drivers/i2c/busses/
H A Di2c-pasemi-pci.c31 int error; in pasemi_smb_pci_probe() local
60 error = pasemi_i2c_common_probe(smbus); in pasemi_smb_pci_probe()
61 if (error) in pasemi_smb_pci_probe()
62 return error; in pasemi_smb_pci_probe()
/kernel/linux/linux-6.6/mm/
H A Dpage_poison.c43 unsigned char error = a ^ b; in single_bit_flip() local
45 return error && !(error & (error - 1)); in single_bit_flip()
66 pr_err("pagealloc: single bit error\n"); in check_poison_mem()
/third_party/ffmpeg/libavcodec/
H A Dttadsp.c24 int32_t *error, int32_t *in, int32_t shift, in tta_filter_process_c()
28 if (*error < 0) { in tta_filter_process_c()
31 } else if (*error > 0) { in tta_filter_process_c()
47 *error = *in; in tta_filter_process_c()
23 tta_filter_process_c(int32_t *qmi, int32_t *dx, int32_t *dl, int32_t *error, int32_t *in, int32_t shift, int32_t round) tta_filter_process_c() argument
H A Dttaencdsp.c24 int32_t *error, int32_t *in, int32_t shift, in ttaenc_filter_process_c()
26 if (*error < 0) { in ttaenc_filter_process_c()
29 } else if (*error > 0) { in ttaenc_filter_process_c()
50 *error = *in; in ttaenc_filter_process_c()
23 ttaenc_filter_process_c(int32_t *qm, int32_t *dx, int32_t *dl, int32_t *error, int32_t *in, int32_t shift, int32_t round) ttaenc_filter_process_c() argument
/third_party/ffmpeg/libavdevice/tests/
H A Dtimefilter.c57 double error = 0; in main() local
68 error += (filtered - ideal[i]) * (filtered - ideal[i]); in main()
71 if (error < best_error) { in main()
72 best_error = error; in main()
/third_party/curl/tests/
H A Dazure.pm105 my ($curl, $azure_run_id, $azure_result_id, $testnum, $error, $start, $stop)=@_;
113 if($error == 2) {
116 elsif($error < 0) {
119 elsif(!$error) {
/third_party/libsnd/src/
H A Dogg_pcm.c59 int error = 0 ; in ogg_pcm_open() local
78 if ((error = opcm_read_header (psf))) in ogg_pcm_open()
79 return error ; in ogg_pcm_open()
125 return error ; in ogg_pcm_open()
/third_party/libunwind/libunwind/src/mi/
H A DGget_proc_name.c104 int error; in unw_get_proc_name() local
119 error = get_proc_name (tdep_get_as (c), ip, buf, buf_len, offp, in unw_get_proc_name()
122 if (c->dwarf.use_prev_instr && offp != NULL && error == 0) in unw_get_proc_name()
125 return error; in unw_get_proc_name()
/third_party/node/test/fixtures/wpt/streams/readable-streams/
H A Dtemplated.any.js67 c.error(theError);
75 c.error(theError);
103 controller.error(theError);
114 controller.error(theError);
/third_party/node/test/parallel/
H A Dtest-http-1.0-keep-alive.js121 console.error('< SERVER SENDING RESPONSE', ctx);
134 console.error(' > CLIENT SENDING REQUEST', ctx);
139 console.error(' > CLIENT CLOSE');
146 console.error(' > CLIENT ONDATA %j %j', s.length, s.toString());
H A Dtest-http-server-consumed-timeout.js36 console.error('The interval was not invoked.');
37 console.error(`Trying w/ timeout of ${newTimeoutDuration}.`);
46 console.error(`Time between intervals: ${durationBetweenIntervals}`);
47 console.error(`Trying w/ timeout of ${newTimeoutDuration}`);

Completed in 9 milliseconds

1...<<121122123124125126127128129130>>...657