Home
last modified time | relevance | path

Searched refs:error (Results 11101 - 11125 of 16562) sorted by relevance

1...<<441442443444445446447448449450>>...663

/kernel/linux/linux-6.6/drivers/i2c/busses/
H A Di2c-qcom-cci.c635 goto error; in cci_probe()
639 goto error; in cci_probe()
669 error: in cci_probe()
/kernel/linux/linux-6.6/drivers/iommu/
H A Dipmmu-vmsa.c492 * Clear the error status flags. Unlike traditional interrupt flag in ipmmu_domain_irq()
494 * seems to require 0. The error address register must be read before, in ipmmu_domain_irq()
774 goto error; in ipmmu_init_arm_mapping()
784 goto error; in ipmmu_init_arm_mapping()
789 error: in ipmmu_init_arm_mapping()
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-kcopyd.c488 * < 0: error
520 static void complete_io(unsigned long error, void *context) in complete_io() argument
527 if (error) { in complete_io()
529 job->write_err |= error; in complete_io()
622 /* error this rogue job */ in process_jobs()
705 /* update the error */ in segment_complete()
713 * Only dispatch more work if there hasn't been an error. in segment_complete()
/kernel/linux/linux-6.6/drivers/media/dvb-core/
H A Ddvbdev.c1096 goto error; in init_dvbdev()
1102 goto error; in init_dvbdev()
1108 error: in init_dvbdev()
/kernel/linux/linux-6.6/tools/net/ynl/lib/
H A Dynl.c245 ys->err.code ? "error" : "warning", in ynl_ext_ack_check()
250 ys->err.code ? "error" : "warning", in ynl_ext_ack_check()
263 code = err->error >= 0 ? err->error : -err->error; in ynl_cb_error()
318 "Internal error, validating unknown attribute"); in ynl_attr_validate()
/kernel/linux/linux-6.6/sound/usb/
H A Dcard.c917 /* in the case of error in secondary interface, still try to register */ in usb_audio_probe()
1009 goto error; in snd_usb_lock_shutdown()
1013 goto error; in snd_usb_lock_shutdown()
1016 error: in snd_usb_lock_shutdown()
/kernel/linux/linux-6.6/tools/power/x86/intel-speed-select/
H A Disst-display.c702 snprintf(value, sizeof(value), "failed(error %d)", result); in isst_display_result()
708 void isst_display_error_info_message(int error, char *msg, int arg_valid, int arg) in isst_display_error_info_message() argument
721 if (error) in isst_display_error_info_message()
731 if (error) in isst_display_error_info_message()
/kernel/linux/linux-6.6/sound/pci/lx6464es/
H A Dlx6464es.c566 /* todo: add some error handling? */ in lx_init_xilinx_reset()
976 dev_err(card->dev, "error during DSP initialization\n"); in snd_lx6464es_create()
1021 dev_err(card->dev, "error during snd_lx6464es_create\n"); in snd_lx6464es_probe()
1022 goto error; in snd_lx6464es_probe()
1039 goto error; in snd_lx6464es_probe()
1046 error: in snd_lx6464es_probe()
/kernel/linux/linux-6.6/security/keys/encrypted-keys/
H A Dencrypted.c315 goto error; in request_user_key()
324 goto error; in request_user_key()
328 error: in request_user_key()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dxdp_synproxy_kern.c88 s32 error; member
139 #error Unknown endian in csum_tcpudp_magic()
472 } else if (ct_lookup_opts.error != -ENOENT) { in tcp_lookup()
476 /* error == -ENOENT || !(status & IPS_CONFIRMED) */ in tcp_lookup()
773 /* Without volatile the verifier throws this error: in syncookie_part1()
/kernel/linux/linux-6.6/drivers/scsi/
H A Discsi_tcp.c362 goto error; in iscsi_sw_tcp_xmit()
372 goto error; in iscsi_sw_tcp_xmit()
382 error: in iscsi_sw_tcp_xmit()
383 /* Transmit error. We could initiate error recovery in iscsi_sw_tcp_xmit()
625 "loading error. Make sure the crc32c " in iscsi_sw_tcp_conn_create()
/kernel/linux/linux-6.6/net/bluetooth/rfcomm/
H A Dsock.c1051 goto error; in rfcomm_init_sockets()
1058 goto error; in rfcomm_init_sockets()
1072 error: in rfcomm_init_sockets()
/test/xts/acts/distributeddatamgr/kvStoretest/kvStorejstest/hap/entry/src/ohosTest/js/test/
H A DKvManagerCallbackJsunit.test.js965 console.info(`Create kvManager error: ${err}`)
985 console.info(`Create kvManager error: ${err}`)
994 console.info(`Create kvManager error: ${err}`)
/third_party/ffmpeg/libavfilter/
H A Debur128.c50 #include "libavutil/error.h"
620 int error = ebur128_energy_shortterm(st, &energy); in ff_ebur128_loudness_shortterm() local
621 if (error) { in ff_ebur128_loudness_shortterm()
622 return error; in ff_ebur128_loudness_shortterm()
/third_party/astc-encoder/Source/
H A Dastcenc_internal.h131 /** @brief The high default error used to initialize error trackers. */
283 /** @brief The error-weighted average color in the partition. */
286 /** @brief The dominant error-weighted direction in the partition. */
783 /** @brief The relative error significance of the color channels. */
920 /** @brief The ideal weight error scaling for each texel; may be undecimated or decimated. */
991 /** @brief The cumulative error for quantized weights for each block mode. */
1063 /** @brief The block is an error block, and will return error color or NaN. */
1108 /** @brief The error o
2222 int error = 0; aligned_malloc() local
[all...]
/third_party/curl/lib/
H A Dhostip.c679 * CURLRESOLV_ERROR (-1) = error, no pointer
694 /* We should intentionally error and not resolve .onion TLDs */ in Curl_resolv()
823 if(result) /* error detected */ in Curl_resolv()
887 * CURLRESOLV_ERROR (-1) = error, no pointer
1162 bool error = true; in Curl_loadhostpairs() local
1239 error = false; in Curl_loadhostpairs()
1241 if(error) { in Curl_loadhostpairs()
1442 * resolve error
/third_party/cmsis/CMSIS/Core/Include/m-profile/
H A Dcmsis_iccarm_m.h28 #error This file should only be compiled by ICCARM
94 #error "Unknown target."
571 #error intrinsics.h is already included previously!
/third_party/libsnd/src/
H A Dms_adpcm.c208 psf_log_printf (psf, "MS ADPCM synchronisation error (%u should be < %u).\n", value, WAVLIKE_MSADPCM_ADAPT_COEFF_COUNT) ; in msadpcm_get_bpred()
475 { psf->error = SFE_BAD_SEEK ; in msadpcm_seek()
488 { psf->error = SFE_BAD_SEEK ; in msadpcm_seek()
503 psf->error = SFE_BAD_SEEK ; in msadpcm_seek()
/third_party/libuv/src/win/
H A Dprocess.c556 goto error; in make_program_args()
563 goto error; in make_program_args()
594 error: in make_program_args()
1102 * When that happens we just swallow the error and continue without in uv_spawn()
/third_party/libunwind/libunwind/doc/
H A Dlibunwind-ia64.tex112 and any attempt to write them will result in an error
132 \Const{UNW\_IA64\_FR}\texttt{+1} will result in an error
140 results in an error (\texttt{-}\Const{UNW\_EBADREG}).
/third_party/libdrm/amdgpu/
H A Damdgpu_cs.c71 goto error; in amdgpu_cs_ctx_create2()
80 goto error; in amdgpu_cs_ctx_create2()
91 error: in amdgpu_cs_ctx_create2()
421 fprintf(stderr, "clock_gettime() returned error (%d)!", errno); in amdgpu_cs_calculate_timeout()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-string-prototype.c1195 ecma_value_t error = ecma_op_to_integer (pos, &pos_num); in ecma_builtin_string_prototype_object_code_point_at() local
1197 if (ECMA_IS_VALUE_ERROR (error)) in ecma_builtin_string_prototype_object_code_point_at()
1199 return error; in ecma_builtin_string_prototype_object_code_point_at()
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_sched.c107 bool error; member
1267 ctx->error = true; in sched_block()
1305 int ret = ctx->error ? -1 : 0; in ir3_sched()
/third_party/node/lib/internal/fs/
H A Dutils.js353 if (ctx.errno !== undefined) { // libuv error numbers
358 if (ctx.error !== undefined) { // Errors created in C++ land.
359 // TODO(joyeecheung): currently, ctx.error are encoding errors
360 // usually caused by memory problems. We need to figure out proper error
362 ErrorCaptureStackTrace(ctx.error, handleErrorFromBinding);
363 throw ctx.error;
/third_party/nghttp2/src/
H A Dshrpx_log.cc166 auto &errorconf = config->logging.error; in ~Log()
880 auto &errorconf = loggingconf.error; in reopen_log_files()
943 auto &errorconf = loggingconf.error; in redirect_stderr_to_errorlog()

Completed in 39 milliseconds

1...<<441442443444445446447448449450>>...663