/kernel/linux/linux-5.10/arch/openrisc/kernel/ |
H A D | dma.c | 71 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 D | sys_sh32.c | 29 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 D | misc.c | 38 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 D | chipram.c | 75 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 D | pm.c | 139 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 D | dma.c | 71 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 D | misc.c | 38 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 D | sys_sh32.c | 29 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 D | rpadlpar_sysfs.c | 106 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 D | cros_kbd_led_backlight.c | 64 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 D | compiler-gcc.h | 3 #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 D | xfs_trans_inode.c | 121 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 D | iosm_ipc_irq.c | 70 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 D | rpadlpar_sysfs.c | 106 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 D | i2c-pasemi-pci.c | 31 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 D | page_poison.c | 43 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 D | ttadsp.c | 24 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 D | ttaencdsp.c | 24 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 D | timefilter.c | 57 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 D | azure.pm | 105 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 D | ogg_pcm.c | 59 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 D | Gget_proc_name.c | 104 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 D | templated.any.js | 67 c.error(theError); 75 c.error(theError); 103 controller.error(theError); 114 controller.error(theError);
|
/third_party/node/test/parallel/ |
H A D | test-http-1.0-keep-alive.js | 121 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 D | test-http-server-consumed-timeout.js | 36 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}`);
|