Home
last modified time | relevance | path

Searched refs:error (Results 8976 - 9000 of 16212) sorted by relevance

1...<<351352353354355356357358359360>>...649

/kernel/linux/linux-6.6/fs/kernfs/
H A Ddir.c132 * '\0'. On error, -errno is returned.
219 * '\0'. On error, -errno is returned.
268 pr_cont("(error)"); in pr_cont_kernfs_path()
490 * allowing embedding kernfs_remove() in create error paths without in kernfs_root()
1712 int error; in kernfs_rename_ns() local
1721 error = -ENOENT; in kernfs_rename_ns()
1726 error = 0; in kernfs_rename_ns()
1731 error = -EEXIST; in kernfs_rename_ns()
1737 error = -ENOMEM; in kernfs_rename_ns()
1771 error in kernfs_rename_ns()
[all...]
/kernel/linux/linux-6.6/drivers/dma/
H A Dnbpfaxi.c360 static struct nbpf_channel *nbpf_error_get_channel(struct nbpf_device *nbpf, u32 error) in nbpf_error_get_channel() argument
362 return nbpf->chan + __ffs(error); in nbpf_error_get_channel()
1226 u32 error = nbpf_error_get(nbpf); in nbpf_err_irq() local
1228 dev_warn(nbpf->dma_dev.dev, "DMA error IRQ %u\n", irq); in nbpf_err_irq()
1230 if (!error) in nbpf_err_irq()
1234 struct nbpf_channel *chan = nbpf_error_get_channel(nbpf, error); in nbpf_err_irq()
1235 /* On error: abort all queued transfers, no callback */ in nbpf_err_irq()
1238 error = nbpf_error_get(nbpf); in nbpf_err_irq()
1239 } while (error); in nbpf_err_irq()
1299 int irqbuf[9] /* maximum 8 channels + error IR in nbpf_probe()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb/
H A Dsubr.c176 pr_alert("%s: PCI error encountered.\n", adapter->name); in t1_pci_intr_handler()
1080 goto error; in t1_init_sw_modules()
1086 goto error; in t1_init_sw_modules()
1093 goto error; in t1_init_sw_modules()
1113 goto error; in t1_init_sw_modules()
1120 goto error; in t1_init_sw_modules()
1132 goto error; in t1_init_sw_modules()
1142 error: in t1_init_sw_modules()
/kernel/linux/linux-6.6/drivers/pci/controller/
H A Dpcie-rcar-host.c122 int error = PCIBIOS_SUCCESSFUL; in rcar_pci_write_reg_workaround() local
126 : "+r"(error):"r"(val), "r"(pcie->base + reg) : "memory"); in rcar_pci_write_reg_workaround()
130 return error; in rcar_pci_write_reg_workaround()
136 int error = PCIBIOS_SUCCESSFUL; in rcar_pci_read_reg_workaround() local
140 : "+r"(error), "=r"(*val) : "r"(pcie->base + reg) : "memory"); in rcar_pci_read_reg_workaround()
142 if (error != PCIBIOS_SUCCESSFUL) in rcar_pci_read_reg_workaround()
147 return error; in rcar_pci_read_reg_workaround()
/kernel/linux/linux-6.6/drivers/parisc/
H A Dlba_pci.c206 /* Save contents of error config register. */ \
258 * -- Can't tell if config cycle got the error.
261 * LBA_ERROR_LOG_ADDR to tell if error belongs to config cycle.
263 * As of rev 4.0, no longer need the error check.
266 * for **ANY** error (not just master abort).
272 * we could be clearing a fatal error. We will
283 #define LBA_CFG_MASTER_ABORT_CHECK(d, base, tok, error) { \
295 error = 1; \
298 * Clear error status (if fatal bit not set) by setting \
299 * clear error lo
340 int error = 0; lba_rd_cfg() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/
H A Dnwl-dsi.c110 int error; member
130 int ret = dsi->error; in nwl_dsi_clear_error()
132 dsi->error = 0; in nwl_dsi_clear_error()
140 if (dsi->error) in nwl_dsi_write()
148 dsi->error = ret; in nwl_dsi_write()
157 if (dsi->error) in nwl_dsi_read()
164 dsi->error = ret; in nwl_dsi_read()
418 DRM_DEV_ERROR(dev, "[%02X] DSI error report: 0x%02x\n", in nwl_dsi_read_packet()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/hdmi/
H A Dhdmi_hdcp.c180 pr_err("%s: error: scm_call ret=%d resp=%u\n", in msm_hdmi_hdcp_scm_wr()
768 pr_err("%s: read bcaps error, abort\n", __func__); in msm_hdmi_hdcp_auth_part1_key_exchange()
877 goto error; in msm_hdmi_hdcp_recv_check_bstatus()
895 goto error; in msm_hdmi_hdcp_recv_check_bstatus()
907 goto error; in msm_hdmi_hdcp_recv_check_bstatus()
919 goto error; in msm_hdmi_hdcp_recv_check_bstatus()
922 error: in msm_hdmi_hdcp_recv_check_bstatus()
969 pr_err("%s: bstatus error\n", __func__); in msm_hdmi_hdcp_auth_part2_wait_ksv_fifo_ready()
1014 goto error; in msm_hdmi_hdcp_transfer_v_h()
1023 error in msm_hdmi_hdcp_transfer_v_h()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/panel/
H A Dpanel-samsung-s6e63m0.c279 * failure or unexpected response the field is set to error value.
283 int error; member
308 int ret = ctx->error; in s6e63m0_clear_error()
310 ctx->error = 0; in s6e63m0_clear_error()
316 if (ctx->error < 0) in s6e63m0_dcs_read()
319 ctx->error = ctx->dcs_read(ctx->dev, ctx->transport_data, cmd, data); in s6e63m0_dcs_read()
324 if (ctx->error < 0 || len == 0) in s6e63m0_dcs_write()
327 ctx->error = ctx->dcs_write(ctx->dev, ctx->transport_data, data, len); in s6e63m0_dcs_write()
347 dev_err(ctx->dev, "error checking LCD type (%d)\n", ret); in s6e63m0_check_lcd_type()
686 dev_err(dev, "error registerin in s6e63m0_backlight_register()
[all...]
/kernel/linux/linux-6.6/drivers/i2c/busses/
H A Di2c-omap.c356 int error; in omap_i2c_init() local
376 error = PTR_ERR(fclk); in omap_i2c_init()
377 dev_err(omap->dev, "could not get fck: %i\n", error); in omap_i2c_init()
379 return error; in omap_i2c_init()
415 error = PTR_ERR(fclk); in omap_i2c_init()
416 dev_err(omap->dev, "could not get fck: %i\n", error); in omap_i2c_init()
418 return error; in omap_i2c_init()
764 /* We have an error */ in omap_i2c_xfer_msg()
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_fprobe.c382 goto error; in alloc_trace_fprobe()
394 goto error; in alloc_trace_fprobe()
398 error: in alloc_trace_fprobe()
1109 goto error; /* This can be -ENOMEM */ in __trace_fprobe_create()
1115 goto error; in __trace_fprobe_create()
1126 goto error; in __trace_fprobe_create()
1138 error: in __trace_fprobe_create()
/kernel/linux/linux-6.6/mm/
H A Ddebug_vm_pgtable.c1225 goto error; in init_args()
1232 goto error; in init_args()
1245 goto error; in init_args()
1254 goto error; in init_args()
1263 goto error; in init_args()
1271 goto error; in init_args()
1311 error: in init_args()
/third_party/ffmpeg/libavcodec/
H A Dmpeg12enc.c292 int64_t error = aspect_ratio.num * (1LL<<32) / aspect_ratio.den; in mpeg1_encode_sequence_header() local
294 error -= (1LL<<32) / ff_mpeg1_aspect[i]; in mpeg1_encode_sequence_header()
296 error -= (1LL<<32)*ff_mpeg2_aspect[i].num * s->height / s->width / ff_mpeg2_aspect[i].den; in mpeg1_encode_sequence_header()
298 error = FFABS(error); in mpeg1_encode_sequence_header()
300 if (error - 2 <= best_aspect_error) { in mpeg1_encode_sequence_header()
301 best_aspect_error = error; in mpeg1_encode_sequence_header()
/third_party/eudev/test/
H A Dudev-test.pl1325 my $error = 0;
1359 print "permissions: error\n";
1360 $error++;
1384 print "major:minor: error\n";
1385 $error++;
1411 print "nonexistent: error \'$rules->{not_exp_name}\' not expected to be there\n";
1412 $error++;
1431 print "add: error";
1438 $error++;
1451 print "remove: error";
[all...]
/third_party/ffmpeg/libpostproc/
H A Dpostprocess.c659 ppMode->error=0; in pp_get_mode_by_name_and_quality()
684 ppMode->error++; in pp_get_mode_by_name_and_quality()
723 ppMode->error++; in pp_get_mode_by_name_and_quality()
805 if(!filterNameOk) ppMode->error++; in pp_get_mode_by_name_and_quality()
806 ppMode->error += numOfUnknownOptions; in pp_get_mode_by_name_and_quality()
810 if(ppMode->error){ in pp_get_mode_by_name_and_quality()
811 av_log(NULL, AV_LOG_ERROR, "%d errors in postprocess string \"%s\"\n", ppMode->error, name); in pp_get_mode_by_name_and_quality()
/third_party/curl/lib/
H A Dconnect.c349 int error; member
493 * Returns error when all remaining addresses have been tried.
500 baller->error = 0; in baller_start()
520 /* Used within the multi interface. Try next IP address, returns error if no
521 more address exists or error */
536 baller->error = 0; in baller_start_next()
566 baller->error = ETIMEDOUT; in baller_connect()
629 if(baller->error) { in is_connected()
630 data->state.os_errno = baller->error; in is_connected()
631 SET_SOCKERRNO(baller->error); in is_connected()
[all...]
/third_party/libunwind/libunwind/doc/
H A Dunw_create_addr_space.tex97 \Type{unw\_error\_t} error-codes may be returned. In particular, this
130 the \Type{unw\_error\_t} error-codes may be returned.
149 the \Type{unw\_error\_t} error-codes may be returned.
168 \Type{unw\_error\_t} error-codes may be returned.
188 \Type{unw\_error\_t} error-codes may be returned.
208 \Type{unw\_error\_t} error-codes may be returned. As a special case,
234 \Type{unw\_error\_t} error-codes may be returned.
/third_party/mesa3d/src/egl/drivers/dri2/
H A Dplatform_android.c417 unsigned error; local
426 buf_info->horizontal_siting, buf_info->vertical_siting, &error,
435 buf_info->vertical_siting, &error, priv);
627 _eglLog(_EGL_FATAL, "%s:%d: internal error: unreachable", __FILE__, __LINE__);
841 * Add warning message, but not treat it as error.
906 * will not return error when unsupported buffer is requested, only
907 * return error when the allocation for supported buffer failed.
1010 /* dri2_surf->buffer can be null even when no error has occured. For
1122 * EGL_NO_CONTEXT, the error EGL_BAD_CONTEXT is generated.
1408 _eglLog(_EGL_WARNING, "%s: internal error
[all...]
/third_party/node/lib/
H A Drepl.js382 // Throw an error so that the event will not be added and the current
383 // domain takes over. That way the user is notified about the error
385 // that contains an error.
463 // Continue regardless of error.
488 // in order to detect if error is truly non recoverable
541 debug('parse error %j', code, e);
550 // Preserve original error for wrapped command
551 const error = wrappedErr || e;
552 if (isRecoverableError(error, code))
553 err = new Recoverable(error);
[all...]
/third_party/mesa3d/src/mesa/program/
H A Dprog_to_nir.c52 bool error; member
690 if (c->error) in ptn_emit_instruction()
971 c->error = true; in setup_registers_and_variables()
981 c->error = true; in setup_registers_and_variables()
1018 if (unlikely(c->error)) in prog_to_nir()
1024 if (unlikely(c->error)) in prog_to_nir()
1044 if (c->error) { in prog_to_nir()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_manager.c1002 enum st_context_error *error, in st_api_create_context()
1030 *error = ST_CONTEXT_ERROR_BAD_API; in st_api_create_context()
1067 *error = ST_CONTEXT_ERROR_NO_MEMORY; in st_api_create_context()
1078 *error = ST_CONTEXT_ERROR_NO_MEMORY; in st_api_create_context()
1085 *error = ST_CONTEXT_ERROR_NO_MEMORY; in st_api_create_context()
1115 *error = ST_CONTEXT_ERROR_BAD_VERSION; in st_api_create_context()
1143 *error = ST_CONTEXT_SUCCESS; in st_api_create_context()
1000 st_api_create_context(struct st_api *stapi, struct st_manager *smapi, const struct st_context_attribs *attribs, enum st_context_error *error, struct st_context_iface *shared_stctxi) st_api_create_context() argument
/third_party/libfuse/example/
H A Dpassthrough_hp.cc680 auto error = errno; in sfs_opendir() local
682 if (error == ENFILE || error == EMFILE) in sfs_opendir()
684 fuse_reply_err(req, error); in sfs_opendir()
730 goto error; in do_readdir()
743 goto error; in do_readdir()
768 error: in do_readdir()
770 // If there's an error, we can only signal it if we haven't stored in do_readdir()
H A Dpassthrough_ll.c598 int error = ENOMEM; in lo_opendir() local
625 error = errno; in lo_opendir()
632 fuse_reply_err(req, error); in lo_opendir()
655 goto error; in lo_do_readdir()
675 goto error; in lo_do_readdir()
694 goto error; in lo_do_readdir()
722 error: in lo_do_readdir()
723 // If there's an error, we can only signal it if we haven't stored in lo_do_readdir()
820 to return an error here */ in lo_open()
/third_party/node/deps/uv/src/unix/
H A Dcore.c593 rc = 0; /* The close is in progress, not an error. */ in uv__close_nocheckstdio()
760 * first 16 file descriptors. After that, bail out after the first error. in uv_disable_stdio_inheritance()
1263 /* If < 0 then it's already a libuv error. */ in uv_translate_sys_error()
1457 goto error; in uv_os_uname()
1462 goto error; in uv_os_uname()
1472 goto error; in uv_os_uname()
1477 goto error; in uv_os_uname()
1482 goto error; in uv_os_uname()
1491 goto error; in uv_os_uname()
1495 error in uv_os_uname()
[all...]
/third_party/skia/src/sksl/ir/
H A DSkSLFunctionCall.cpp869 context.fErrors->error(line, in Convert()
902 context.fErrors->error(line, msg); in Convert()
924 context.fErrors->error(line, msg); in Convert()
930 context.fErrors->error(line, "not a function"); in Convert()
941 context.fErrors->error(line, "call to '" + function.description() + "' is not supported"); in Convert()
953 context.fErrors->error(line, msg); in Convert()
969 context.fErrors->error(line, msg); in Convert()
/third_party/python/Lib/test/
H A Dtest_zlib.py121 # specifying compression level out of range causes an error
124 self.assertRaises(zlib.error, zlib.compress, b'ERROR', 10)
140 # specifying total bits too large causes an error
225 # A useful error message is given
227 self.assertRaisesRegex(zlib.error,
277 self.assertRaises(zlib.error, co.flush) # second flush should not work
564 self.assertRaises(zlib.error, dco.decompress, cd)
584 self.assertRaises(zlib.error, zlib.decompress, x[:-5])
828 with self.assertRaisesRegex(zlib.error, 'invalid window size'):
833 with self.assertRaisesRegex(zlib.error, 'invali
[all...]

Completed in 45 milliseconds

1...<<351352353354355356357358359360>>...649