/kernel/linux/linux-6.6/drivers/i2c/busses/ |
H A D | i2c-qcom-cci.c | 635 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 D | ipmmu-vmsa.c | 492 * 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 D | dm-kcopyd.c | 488 * < 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 D | dvbdev.c | 1096 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 D | ynl.c | 245 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 D | card.c | 917 /* 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 D | isst-display.c | 702 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 D | lx6464es.c | 566 /* 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 D | encrypted.c | 315 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 D | xdp_synproxy_kern.c | 88 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 D | iscsi_tcp.c | 362 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 D | sock.c | 1051 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 D | KvManagerCallbackJsunit.test.js | 965 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 D | ebur128.c | 50 #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 D | astcenc_internal.h | 131 /** @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 D | hostip.c | 679 * 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 D | cmsis_iccarm_m.h | 28 #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 D | ms_adpcm.c | 208 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 D | process.c | 556 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 D | libunwind-ia64.tex | 112 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 D | amdgpu_cs.c | 71 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 D | ecma-builtin-string-prototype.c | 1195 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 D | ir3_sched.c | 107 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 D | utils.js | 353 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 D | shrpx_log.cc | 166 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()
|