/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_aops.c | 56 int error; in xfs_setfilesize() local 58 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_fsyncts, 0, 0, 0, &tp); in xfs_setfilesize() 59 if (error) in xfs_setfilesize() 60 return error; in xfs_setfilesize() 91 int error; in xfs_end_ioend() local 104 error = -EIO; in xfs_end_ioend() 110 * I/O error. The delalloc punch is required because this ioend was in xfs_end_ioend() 115 error = blk_status_to_errno(ioend->io_bio->bi_status); in xfs_end_ioend() 116 if (unlikely(error)) { in xfs_end_ioend() 129 error in xfs_end_ioend() 251 int error; xfs_convert_blocks() local 291 int error = 0; xfs_map_blocks() local 471 int error; xfs_discard_folio() local [all...] |
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | exc3000.c | 343 int error, max_xy, retry; in exc3000_probe() local 366 error = devm_regulator_get_enable(&client->dev, "vdd"); in exc3000_probe() 367 if (error && error != -ENODEV) in exc3000_probe() 368 return dev_err_probe(&client->dev, error, in exc3000_probe() 393 error = input_mt_init_slots(input, EXC3000_NUM_SLOTS, in exc3000_probe() 395 if (error) in exc3000_probe() 396 return error; in exc3000_probe() 398 error = input_register_device(input); in exc3000_probe() 399 if (error) in exc3000_probe() [all...] |
H A D | surface3_spi.c | 177 "%s header error: %*ph, ignoring...\n", in surface3_spi_process() 246 int error; in surface3_spi_create_touch_input() local 269 error = input_register_device(input); in surface3_spi_create_touch_input() 270 if (error) { in surface3_spi_create_touch_input() 272 "Failed to register input device: %d", error); in surface3_spi_create_touch_input() 273 return error; in surface3_spi_create_touch_input() 282 int error; in surface3_spi_create_pen_input() local 310 error = input_register_device(input); in surface3_spi_create_pen_input() 311 if (error) { in surface3_spi_create_pen_input() 313 "Failed to register input device: %d", error); in surface3_spi_create_pen_input() 323 int error; surface3_spi_probe() local [all...] |
/kernel/linux/linux-6.6/mm/ |
H A D | memremap.c | 175 int error, is_ram; in pagemap_range() local 205 error = xa_err(xa_store_range(&pgmap_array, PHYS_PFN(range->start), in pagemap_range() 207 if (error) in pagemap_range() 208 return error; in pagemap_range() 213 error = track_pfn_remap(NULL, ¶ms->pgprot, PHYS_PFN(range->start), 0, in pagemap_range() 215 if (error) in pagemap_range() 219 error = -EINVAL; in pagemap_range() 237 error = add_pages(nid, PHYS_PFN(range->start), in pagemap_range() 240 error = kasan_add_zero_shadow(__va(range->start), range_len(range)); in pagemap_range() 241 if (error) { in pagemap_range() 299 int error, i; memremap_pages() local 404 int error; devm_memremap_pages() local [all...] |
/third_party/openssl/test/ |
H A D | asn1_time_test.c | 112 int error = 0; in test_table() local 125 error = 1; in test_table() 132 error = 1; in test_table() 137 error = 1; in test_table() 141 error = 1; in test_table() 146 error = 1; in test_table() 151 error = 1; in test_table() 156 error = 1; in test_table() 162 error = 1; in test_table() 168 local_error = error in test_table() [all...] |
/third_party/skia/third_party/externals/freetype/src/cid/ |
H A D | cidgload.c | 52 FT_Error error = FT_Err_Ok; in FT_CALLBACK_DEF() local 77 error = inc->funcs->get_glyph_data( inc->object, in FT_CALLBACK_DEF() 79 if ( error || glyph_data.length < cid->fd_bytes ) in FT_CALLBACK_DEF() 93 if ( error ) in FT_CALLBACK_DEF() 125 error = FT_THROW( Invalid_Offset ); in FT_CALLBACK_DEF() 165 error = FT_THROW( Invalid_Offset ); in FT_CALLBACK_DEF() 178 error = psaux->t1_decoder_funcs->parse_charstrings_old( in FT_CALLBACK_DEF() 184 error = psaux->t1_decoder_funcs->parse_metrics( in FT_CALLBACK_DEF() 202 error = psaux->t1_decoder_funcs->parse_charstrings( in FT_CALLBACK_DEF() 209 if ( FT_ERR_EQ( error, Glyph_Too_Bi in FT_CALLBACK_DEF() 338 FT_Error error; FT_LOCAL_DEF() local [all...] |
/foundation/multimedia/player_framework/services/services/screen_capture/ipc/ |
H A D | screen_capture_listener_proxy.cpp | 48 int error = Remote()->SendRequest(ScreenCaptureListenerMsg::ON_ERROR, data, reply, option); in OnError() local 49 CHECK_AND_RETURN_LOG(error == MSERR_OK, "on error failed, error: %{public}d", error); in OnError() 63 int error = Remote()->SendRequest(ScreenCaptureListenerMsg::ON_AUDIO_AVAILABLE, data, reply, option); in OnAudioBufferAvailable() local 64 CHECK_AND_RETURN_LOG(error == MSERR_OK, "OnAudioBufferAvailable failed, error: %{public}d", error); in OnAudioBufferAvailable() 77 int error in OnVideoBufferAvailable() local 91 int error = Remote()->SendRequest(ScreenCaptureListenerMsg::ON_STAGE_CHANGE, data, reply, option); OnStateChange() local [all...] |
/foundation/resourceschedule/resource_schedule_service/ressched_executor/interfaces/innerkits/ressched_executor_client/src/ |
H A D | res_sched_exe_service_proxy.cpp | 40 int32_t error = Remote()->SendRequest(ResIpcType::REQUEST_SEND_SYNC, data, response, option); in SendRequestSync() local 41 if (error != NO_ERROR) { in SendRequestSync() 42 RSSEXE_LOGE("Send request error: %{public}d.", error); in SendRequestSync() 64 int32_t error = Remote()->SendRequest(ResIpcType::REQUEST_SEND_ASYNC, data, response, option); in SendRequestAsync() local 65 if (error != NO_ERROR) { in SendRequestAsync() 66 RSSEXE_LOGE("Send request error: %{public}d.", error); in SendRequestAsync() 81 int32_t error = Remote()->SendRequest(ResIpcType::REQUEST_KILL_PROCESS, data, response, option); in KillProcess() local 82 if (error ! in KillProcess() 114 int32_t error = Remote()->SendRequest(ResIpcType::REQUEST_SEND_DEBUG, data, response, option); SendDebugCommand() local [all...] |
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | kdebugfs.c | 96 int error; in create_setup_data_nodes() local 107 error = -ENOMEM; in create_setup_data_nodes() 114 error = -ENOMEM; in create_setup_data_nodes() 125 error = -ENOMEM; in create_setup_data_nodes() 157 return error; in create_setup_data_nodes() 168 int error; in boot_params_kdebugfs_init() local 175 error = create_setup_data_nodes(dbp); in boot_params_kdebugfs_init() 176 if (error) in boot_params_kdebugfs_init() 179 return error; in boot_params_kdebugfs_init() 185 int error in arch_kdebugfs_init() local [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | tcp_inq.c | 10 #include <error.h> 55 error(1, 0, "illegal family"); in setup_loopback_addr() 126 error(1, errno, "server socket"); in main() 130 error(1, errno, "setsockopt(SO_REUSEADDR)"); in main() 133 error(1, errno, "bind"); in main() 135 error(1, errno, "listen"); in main() 138 error(1, errno, "pthread_create"); in main() 142 error(1, errno, "client socket"); in main() 145 error(1, errno, "connect"); in main() 147 error( in main() [all...] |
/kernel/linux/linux-5.10/drivers/input/misc/ |
H A D | sirfsoc-onkey.c | 111 int error; in sirfsoc_pwrc_probe() local 124 error = of_property_read_u32(np, "reg", &pwrcdrv->pwrc_base); in sirfsoc_pwrc_probe() 125 if (error) { in sirfsoc_pwrc_probe() 128 return error; in sirfsoc_pwrc_probe() 151 error = devm_request_irq(&pdev->dev, irq, in sirfsoc_pwrc_probe() 154 if (error) { in sirfsoc_pwrc_probe() 155 dev_err(&pdev->dev, "unable to claim irq %d, error: %d\n", in sirfsoc_pwrc_probe() 156 irq, error); in sirfsoc_pwrc_probe() 157 return error; in sirfsoc_pwrc_probe() 160 error in sirfsoc_pwrc_probe() [all...] |
/kernel/linux/linux-5.10/tools/hv/ |
H A D | hv_fcopy_daemon.c | 30 int error = HV_E_FAIL; in hv_start_fcopy() local 69 error = HV_ERROR_ALREADY_EXISTS; in hv_start_fcopy() 81 error = 0; in hv_start_fcopy() 83 if (error) in hv_start_fcopy() 85 return error; in hv_start_fcopy() 151 int error; in main() local 182 syslog(LOG_ERR, "daemon() failed; error: %s", strerror(errno)); in main() 192 /* Remove any possible partially-copied file on error */ in main() 198 syslog(LOG_ERR, "open /dev/vmbus/hv_fcopy failed; error: %d %s", in main() 237 error in main() [all...] |
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_xattr.c | 32 int error; in xfs_xattr_get() local 34 error = xfs_attr_get(&args); in xfs_xattr_get() 35 if (error) in xfs_xattr_get() 36 return error; in xfs_xattr_get() 54 int error; in xfs_xattr_set() local 56 error = xfs_attr_set(&args); in xfs_xattr_set() 57 if (!error && (handler->flags & XFS_ATTR_ROOT)) in xfs_xattr_set() 59 return error; in xfs_xattr_set() 193 int error; in xfs_vn_listxattr() local 206 error in xfs_vn_listxattr() [all...] |
/kernel/linux/linux-5.10/net/atm/ |
H A D | addr.c | 74 int error; in atm_add_addr() local 76 error = check_addr(addr); in atm_add_addr() 77 if (error) in atm_add_addr() 78 return error; in atm_add_addr() 109 int error; in atm_del_addr() local 111 error = check_addr(addr); in atm_del_addr() 112 if (error) in atm_del_addr() 113 return error; in atm_del_addr() 139 int total = 0, error; in atm_get_addr() local 157 error in atm_get_addr() [all...] |
/kernel/linux/linux-5.10/drivers/media/rc/img-ir/ |
H A D | img-ir-core.c | 80 int irq, error, error2; in img_ir_probe() local 114 * hence exiting probe with an error. in img_ir_probe() 117 error = clk_prepare_enable(priv->sys_clk); in img_ir_probe() 118 if (error) { in img_ir_probe() 120 return error; in img_ir_probe() 125 error = img_ir_probe_raw(priv); in img_ir_probe() 127 if (error && error2) { in img_ir_probe() 128 if (error == -ENODEV) in img_ir_probe() 129 error = error2; in img_ir_probe() 135 error in img_ir_probe() [all...] |
/kernel/linux/linux-6.6/drivers/media/rc/img-ir/ |
H A D | img-ir-core.c | 79 int irq, error, error2; in img_ir_probe() local 112 * hence exiting probe with an error. in img_ir_probe() 115 error = clk_prepare_enable(priv->sys_clk); in img_ir_probe() 116 if (error) { in img_ir_probe() 118 return error; in img_ir_probe() 123 error = img_ir_probe_raw(priv); in img_ir_probe() 125 if (error && error2) { in img_ir_probe() 126 if (error == -ENODEV) in img_ir_probe() 127 error = error2; in img_ir_probe() 133 error in img_ir_probe() [all...] |
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | kdebugfs.c | 96 int error; in create_setup_data_nodes() local 107 error = -ENOMEM; in create_setup_data_nodes() 114 error = -ENOMEM; in create_setup_data_nodes() 125 error = -ENOMEM; in create_setup_data_nodes() 157 return error; in create_setup_data_nodes() 168 int error; in boot_params_kdebugfs_init() local 175 error = create_setup_data_nodes(dbp); in boot_params_kdebugfs_init() 176 if (error) in boot_params_kdebugfs_init() 179 return error; in boot_params_kdebugfs_init() 185 int error in arch_kdebugfs_init() local [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | tcp_inq.c | 10 #include <error.h> 55 error(1, 0, "illegal family"); in setup_loopback_addr() 126 error(1, errno, "server socket"); in main() 130 error(1, errno, "setsockopt(SO_REUSEADDR)"); in main() 133 error(1, errno, "bind"); in main() 135 error(1, errno, "listen"); in main() 138 error(1, errno, "pthread_create"); in main() 142 error(1, errno, "client socket"); in main() 145 error(1, errno, "connect"); in main() 147 error( in main() [all...] |
/kernel/linux/linux-6.6/net/atm/ |
H A D | addr.c | 74 int error; in atm_add_addr() local 76 error = check_addr(addr); in atm_add_addr() 77 if (error) in atm_add_addr() 78 return error; in atm_add_addr() 109 int error; in atm_del_addr() local 111 error = check_addr(addr); in atm_del_addr() 112 if (error) in atm_del_addr() 113 return error; in atm_del_addr() 139 int total = 0, error; in atm_get_addr() local 157 error in atm_get_addr() [all...] |
/kernel/linux/linux-6.6/tools/hv/ |
H A D | hv_fcopy_daemon.c | 30 int error = HV_E_FAIL; in hv_start_fcopy() local 69 error = HV_ERROR_ALREADY_EXISTS; in hv_start_fcopy() 81 error = 0; in hv_start_fcopy() 83 if (error) in hv_start_fcopy() 85 return error; in hv_start_fcopy() 151 int error; in main() local 182 syslog(LOG_ERR, "daemon() failed; error: %s", strerror(errno)); in main() 192 /* Remove any possible partially-copied file on error */ in main() 198 syslog(LOG_ERR, "open /dev/vmbus/hv_fcopy failed; error: %d %s", in main() 237 error in main() [all...] |
/third_party/icu/icu4c/source/samples/layout/ |
H A D | GnomeFontInstance.cpp | 59 FT_Error error; in GnomeFontInstance() local 64 error = FT_New_Face(engine, fontPathName, 0, &fFace); in GnomeFontInstance() 66 if (error != 0) { in GnomeFontInstance() 67 printf("OOPS! Got error code %d\n", error); in GnomeFontInstance() 76 error = FT_Set_Char_Size(fFace, 0, pointSize << 6, 92, 92); in GnomeFontInstance() 88 if (error != 0) { in GnomeFontInstance() 152 FT_Error error; in getGlyphAdvance() local 154 error = FT_Load_Glyph(fFace, glyph, FT_LOAD_DEFAULT); in getGlyphAdvance() 156 if (error ! in getGlyphAdvance() 166 FT_Error error; getGlyphPoint() local [all...] |
/third_party/node/test/internet/ |
H A D | test-dgram-broadcast-multi-process.js | 69 console.error('[PARENT] Responses were not received within %d ms.', 71 console.error('[PARENT] Fail'); 96 console.error('[PARENT] Worker %d died. %d dead of %d', 104 console.error('[PARENT] All workers have died.'); 105 console.error('[PARENT] Fail'); 127 console.error('[PARENT] %d received %d messages total.', 133 console.error('[PARENT] All workers have received the ' + 151 console.error('[PARENT] %d received %d matching messages.', 159 console.error('[PARENT] Success'); 180 console.error('[PAREN [all...] |
H A D | test-dgram-multicast-multi-process.js | 60 console.error('[PARENT] Worker %d died. %d dead of %d', 66 console.error('[PARENT] All workers have died.'); 67 console.error('[PARENT] Fail'); 88 console.error('[PARENT] %d received %d messages total.', 94 console.error('[PARENT] All workers have received the ' + 111 console.error('[PARENT] %d received %d matching messages.', 118 console.error('[PARENT] Success'); 140 console.error('[PARENT] Responses were not received within %d ms.', 142 console.error('[PARENT] Fail'); 166 console.error('[PAREN [all...] |
H A D | test-dgram-multicast-ssmv6-multi-process.js | 54 console.error('[PARENT] Worker %d died. %d dead of %d', 60 console.error('[PARENT] All workers have died.'); 61 console.error('[PARENT] Fail'); 82 console.error('[PARENT] %d received %d messages total.', 88 console.error('[PARENT] All workers have received the ' + 105 console.error('[PARENT] %d received %d matching messages.', 112 console.error('[PARENT] Success'); 134 console.error('[PARENT] Responses were not received within %d ms.', 136 console.error('[PARENT] Fail'); 160 console.error('[PAREN [all...] |
H A D | test-dgram-multicast-ssm-multi-process.js | 54 console.error('[PARENT] Worker %d died. %d dead of %d', 60 console.error('[PARENT] All workers have died.'); 61 console.error('[PARENT] Fail'); 82 console.error('[PARENT] %d received %d messages total.', 88 console.error('[PARENT] All workers have received the ' + 105 console.error('[PARENT] %d received %d matching messages.', 112 console.error('[PARENT] Success'); 134 console.error('[PARENT] Responses were not received within %d ms.', 136 console.error('[PARENT] Fail'); 160 console.error('[PAREN [all...] |