/kernel/linux/linux-5.10/arch/m68k/amiga/ |
H A D | platform.c | 137 int error; in amiga_init_devices() local 189 error = platform_device_add_data(pdev, &a1200_ide_pdata, in amiga_init_devices() 191 if (error) in amiga_init_devices() 192 return error; in amiga_init_devices() 200 error = platform_device_add_data(pdev, &a4000_ide_pdata, in amiga_init_devices() 202 if (error) in amiga_init_devices() 203 return error; in amiga_init_devices()
|
/kernel/linux/linux-5.10/certs/ |
H A D | system_keyring.c | 175 goto error; in verify_pkcs7_message_sig() 180 goto error; in verify_pkcs7_message_sig() 199 goto error; in verify_pkcs7_message_sig() 205 goto error; in verify_pkcs7_message_sig() 212 goto error; in verify_pkcs7_message_sig() 222 goto error; in verify_pkcs7_message_sig() 228 error: in verify_pkcs7_message_sig()
|
/kernel/linux/linux-5.10/drivers/bus/fsl-mc/ |
H A D | mc-sys.c | 73 [MC_CMD_STATUS_AUTH_ERR] = "Authentication error", in mc_status_to_string() 75 [MC_CMD_STATUS_DMA_ERR] = "DMA or I/O error", in mc_status_to_string() 76 [MC_CMD_STATUS_CONFIG_ERR] = "Configuration error", in mc_status_to_string() 86 return "Unknown MC error"; in mc_status_to_string() 246 int error; in mc_send_command() local 267 error = mc_polling_wait_preemptible(mc_io, cmd, &status); in mc_send_command() 269 error = mc_polling_wait_atomic(mc_io, cmd, &status); in mc_send_command() 271 if (error < 0) in mc_send_command() 283 error = mc_status_to_error(status); in mc_send_command() 287 error in mc_send_command() [all...] |
/kernel/linux/linux-6.6/arch/m68k/amiga/ |
H A D | platform.c | 137 int error; in amiga_init_devices() local 189 error = platform_device_add_data(pdev, &a1200_ide_pdata, in amiga_init_devices() 191 if (error) in amiga_init_devices() 192 return error; in amiga_init_devices() 200 error = platform_device_add_data(pdev, &a4000_ide_pdata, in amiga_init_devices() 202 if (error) in amiga_init_devices() 203 return error; in amiga_init_devices()
|
/kernel/linux/linux-5.10/tools/testing/selftests/futex/functional/ |
H A D | futex_requeue_pi_signal_restart.c | 61 error("pthread_attr_setinheritsched\n", ret); in create_rt_thread() 67 error("pthread_attr_setschedpolicy\n", ret); in create_rt_thread() 74 error("pthread_attr_setschedparam\n", ret); in create_rt_thread() 80 error("pthread_create\n", ret); in create_rt_thread() 152 error("sigaction\n", errno); in main() 160 error("Creating waiting thread failed", res); in main() 186 * error, break out and handle it. If it is zero, then the in main() 194 error("FUTEX_CMP_REQUEUE_PI failed\n", errno); in main()
|
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | tsc40.c | 84 int error; in tsc_connect() local 89 error = -ENOMEM; in tsc_connect() 112 error = serio_open(serio, drv); in tsc_connect() 113 if (error) in tsc_connect() 116 error = input_register_device(ptsc->dev); in tsc_connect() 117 if (error) in tsc_connect() 129 return error; in tsc_connect()
|
H A D | egalax_ts_serial.c | 100 int error; in egalax_connect() local 105 error = -ENOMEM; in egalax_connect() 130 error = serio_open(serio, drv); in egalax_connect() 131 if (error) in egalax_connect() 134 error = input_register_device(input_dev); in egalax_connect() 135 if (error) in egalax_connect() 147 return error; in egalax_connect()
|
/kernel/linux/linux-5.10/security/apparmor/ |
H A D | resource.c | 48 * @error: error value 50 * Returns: 0 or sa->error else other error code on failure 54 const char *info, int error) in audit_resource() 62 aad(&sa)->error = error; in audit_resource() 102 * Returns: 0 or error code if setting resource failed 109 int error = 0; in aa_task_setrlimit() local 124 error in aa_task_setrlimit() 52 audit_resource(struct aa_profile *profile, unsigned int resource, unsigned long value, struct aa_label *peer, const char *info, int error) audit_resource() argument [all...] |
/kernel/linux/linux-5.10/security/tomoyo/ |
H A D | securityfs_if.c | 39 * function returns error rather than terminating current thread with SIGKILL. 45 int error; in tomoyo_write_self() local 66 error = -EPERM; in tomoyo_write_self() 71 error = -ENOENT; in tomoyo_write_self() 80 error = 0; in tomoyo_write_self() 85 error = -EINVAL; in tomoyo_write_self() 87 return error ? error : count; in tomoyo_write_self()
|
/kernel/linux/linux-5.10/fs/efivarfs/ |
H A D | file.c | 138 int error; in efivarfs_ioc_setxflags() local 153 error = mnt_want_write_file(file); in efivarfs_ioc_setxflags() 154 if (error) in efivarfs_ioc_setxflags() 155 return error; in efivarfs_ioc_setxflags() 159 error = vfs_ioc_setflags_prepare(inode, oldflags, flags); in efivarfs_ioc_setxflags() 160 if (error) in efivarfs_ioc_setxflags() 167 return error; in efivarfs_ioc_setxflags()
|
/kernel/linux/linux-5.10/drivers/pwm/ |
H A D | pwm-crc.c | 130 int error; in crc_pwm_get_state() local 132 error = regmap_read(crc_pwm->regmap, PWM0_CLK_DIV, &clk_div_reg); in crc_pwm_get_state() 133 if (error) { in crc_pwm_get_state() 134 dev_err(dev, "Error reading PWM0_CLK_DIV %d\n", error); in crc_pwm_get_state() 138 error = regmap_read(crc_pwm->regmap, PWM0_DUTY_CYCLE, &duty_cycle_reg); in crc_pwm_get_state() 139 if (error) { in crc_pwm_get_state() 140 dev_err(dev, "Error reading PWM0_DUTY_CYCLE %d\n", error); in crc_pwm_get_state()
|
/kernel/linux/linux-6.6/fs/squashfs/ |
H A D | xz_wrapper.c | 125 int total = 0, error = 0; in squashfs_xz_uncompress() local 135 error = PTR_ERR(stream->buf.out); in squashfs_xz_uncompress() 148 error = -EIO; in squashfs_xz_uncompress() 164 error = PTR_ERR(stream->buf.out); in squashfs_xz_uncompress() 176 error = -EIO; in squashfs_xz_uncompress() 184 return error ? error : total + stream->buf.out_pos; in squashfs_xz_uncompress()
|
/kernel/linux/linux-6.6/drivers/xen/ |
H A D | xen-balloon.c | 247 int error; in register_balloon() local 249 error = subsys_system_register(&balloon_subsys, NULL); in register_balloon() 250 if (error) in register_balloon() 251 return error; in register_balloon() 257 error = device_register(dev); in register_balloon() 258 if (error) { in register_balloon() 260 return error; in register_balloon()
|
/kernel/linux/linux-6.6/drivers/bus/fsl-mc/ |
H A D | mc-sys.c | 73 [MC_CMD_STATUS_AUTH_ERR] = "Authentication error", in mc_status_to_string() 75 [MC_CMD_STATUS_DMA_ERR] = "DMA or I/O error", in mc_status_to_string() 76 [MC_CMD_STATUS_CONFIG_ERR] = "Configuration error", in mc_status_to_string() 86 return "Unknown MC error"; in mc_status_to_string() 247 int error; in mc_send_command() local 268 error = mc_polling_wait_preemptible(mc_io, cmd, &status); in mc_send_command() 270 error = mc_polling_wait_atomic(mc_io, cmd, &status); in mc_send_command() 272 if (error < 0) in mc_send_command() 284 error = mc_status_to_error(status); in mc_send_command() 288 error in mc_send_command() [all...] |
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | egalax_ts_serial.c | 100 int error; in egalax_connect() local 105 error = -ENOMEM; in egalax_connect() 130 error = serio_open(serio, drv); in egalax_connect() 131 if (error) in egalax_connect() 134 error = input_register_device(input_dev); in egalax_connect() 135 if (error) in egalax_connect() 147 return error; in egalax_connect()
|
H A D | tsc40.c | 84 int error; in tsc_connect() local 89 error = -ENOMEM; in tsc_connect() 112 error = serio_open(serio, drv); in tsc_connect() 113 if (error) in tsc_connect() 116 error = input_register_device(ptsc->dev); in tsc_connect() 117 if (error) in tsc_connect() 129 return error; in tsc_connect()
|
/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | securityfs_if.c | 39 * function returns error rather than terminating current thread with SIGKILL. 45 int error; in tomoyo_write_self() local 66 error = -EPERM; in tomoyo_write_self() 71 error = -ENOENT; in tomoyo_write_self() 80 error = 0; in tomoyo_write_self() 85 error = -EINVAL; in tomoyo_write_self() 87 return error ? error : count; in tomoyo_write_self()
|
/kernel/linux/linux-6.6/security/apparmor/ |
H A D | resource.c | 52 * @error: error value 54 * Returns: 0 or ad->error else other error code on failure 59 const char *info, int error) in audit_resource() 69 ad.error = error; in audit_resource() 113 * Returns: 0 or error code if setting resource failed 121 int error = 0; in aa_task_setrlimit() local 136 error in aa_task_setrlimit() 56 audit_resource(const struct cred *subj_cred, struct aa_profile *profile, unsigned int resource, unsigned long value, struct aa_label *peer, const char *info, int error) audit_resource() argument [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/futex/functional/ |
H A D | futex_requeue_pi_signal_restart.c | 61 error("pthread_attr_setinheritsched\n", ret); in create_rt_thread() 67 error("pthread_attr_setschedpolicy\n", ret); in create_rt_thread() 74 error("pthread_attr_setschedparam\n", ret); in create_rt_thread() 80 error("pthread_create\n", ret); in create_rt_thread() 152 error("sigaction\n", errno); in main() 160 error("Creating waiting thread failed", res); in main() 186 * error, break out and handle it. If it is zero, then the in main() 194 error("FUTEX_CMP_REQUEUE_PI failed\n", errno); in main()
|
/kernel/linux/linux-6.6/kernel/power/ |
H A D | power.h | 254 int error; in suspend_freeze_processes() local 256 error = freeze_processes(); in suspend_freeze_processes() 259 * fails. So we need not do anything extra upon error. in suspend_freeze_processes() 261 if (error) in suspend_freeze_processes() 262 return error; in suspend_freeze_processes() 264 error = freeze_kernel_threads(); in suspend_freeze_processes() 269 if (error) in suspend_freeze_processes() 272 return error; in suspend_freeze_processes()
|
/third_party/node/test/parallel/ |
H A D | test-tls-alpn-server-client.js | 60 }).on('error', function(err) { 61 results[clientIndex].client = { error: err }; 198 assert.strictEqual(results[1].client.error.code, 'ECONNRESET'); 214 process.once('uncaughtException', common.mustCall((error) => { 215 assert.strictEqual(error.code, 'ERR_TLS_ALPN_CALLBACK_INVALID_RESULT'); 219 // Callback returns 'http/5' => doesn't match client ALPN => error & reset 221 assert.strictEqual(results[0].client.error.code, 'ECONNRESET'); 232 }), (error) => error.code === 'ERR_TLS_ALPN_CALLBACK_WITH_PROTOCOLS');
|
/third_party/python/Tools/peg_generator/peg_extension/ |
H A D | peg_extension.c | 44 goto error; in parse_file() 50 goto error; in parse_file() 59 goto error; in parse_file() 64 error: in parse_file() 92 goto error; in parse_string() 99 goto error; in parse_string() 103 error: in parse_string()
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/ |
H A D | span.go | 37 func (m *ColumnMapper) Location(s span.Span) (Location, error) { 45 func (m *ColumnMapper) Range(s span.Span) (Range, error) { 64 func (m *ColumnMapper) Position(p span.Point) (Position, error) { 75 func (m *ColumnMapper) Span(l Location) (span.Span, error) { 79 func (m *ColumnMapper) RangeSpan(r Range) (span.Span, error) { 91 func (m *ColumnMapper) PointSpan(p Position) (span.Span, error) { 99 func (m *ColumnMapper) Point(p Position) (span.Point, error) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
H A D | span.go | 37 func (m *ColumnMapper) Location(s span.Span) (Location, error) { 45 func (m *ColumnMapper) Range(s span.Span) (Range, error) { 64 func (m *ColumnMapper) Position(p span.Point) (Position, error) { 75 func (m *ColumnMapper) Span(l Location) (span.Span, error) { 79 func (m *ColumnMapper) RangeSpan(r Range) (span.Span, error) { 91 func (m *ColumnMapper) PointSpan(p Position) (span.Span, error) { 99 func (m *ColumnMapper) Point(p Position) (span.Point, error) {
|
/third_party/python/Modules/_ctypes/libffi_osx/include/ |
H A D | ffi.h | 65 # error "Unsupported MacOS X CPU type" 68 #error "Unsupported OS type" 100 #error "char size not supported" 110 #error "short size not supported" 123 #error "int size not supported" 131 # error "no 64-bit data type supported" 134 #error "long size not supported"
|