Home
last modified time | relevance | path

Searched refs:error (Results 9151 - 9175 of 15624) sorted by relevance

1...<<361362363364365366367368369370>>...625

/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_trace.h148 TP_PROTO(struct xfs_mount *mp, int error, void *function),
149 TP_ARGS(mp, error, function),
152 __field(int, error)
157 __entry->error = error;
160 TP_printk("dev %d:%d error %d function %pS",
162 __entry->error, __entry->function)
534 TP_PROTO(struct xfs_buf *bp, int error, xfs_failaddr_t caller_ip),
535 TP_ARGS(bp, error, caller_ip),
544 __field(int, error)
[all...]
/kernel/linux/linux-6.6/drivers/scsi/ibmvscsi/
H A Dibmvfc.c106 u16 error; member
122 { IBMVFC_FABRIC_MAPPED, IBMVFC_CONFIG_ERROR, DID_ERROR, 1, 1, "configuration error" },
125 { IBMVFC_FABRIC_MAPPED, IBMVFC_XPORT_GENERAL, DID_OK, 1, 0, "general transport error" },
140 { IBMVFC_FC_FAILURE, IBMVFC_LOGICAL_ERROR, DID_ERROR, 1, 1, "logical error" },
143 { IBMVFC_FC_FAILURE, IBMVFC_PROTOCOL_ERROR, DID_ERROR, 1, 1, "protocol error" },
150 { IBMVFC_FC_SCSI_ERROR, 0, DID_OK, 1, 0, "SCSI error" },
165 static const char *unknown_error = "unknown error";
271 entry->u.end.error = be16_to_cpu(vfc_cmd->error); in ibmvfc_trc_end()
293 * @status: status / error clas
299 ibmvfc_get_err_index(u16 status, u16 error) ibmvfc_get_err_index() argument
319 ibmvfc_get_cmd_error(u16 status, u16 error) ibmvfc_get_cmd_error() argument
360 ibmvfc_retry_cmd(u16 status, u16 error) ibmvfc_retry_cmd() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H A Dselftest_lrc.c108 if (READ_ONCE(rq->fence.error)) in wait_for_reset()
114 if (rq->fence.error != -EIO) { in wait_for_reset()
588 * In order to support offline error capture for fast preempt reset, in live_hold_reset()
642 GEM_BUG_ON(rq->fence.error != -EIO); in live_hold_reset()
687 enum { GOOD = 0, BAD = -EIO } error[2]; in live_error_interrupt() member
718 for (p = phases; p->error[0] != GOOD; p++) { in live_error_interrupt()
719 struct i915_request *client[ARRAY_SIZE(phases->error)]; in live_error_interrupt()
756 if (p->error[i]) { in live_error_interrupt()
780 error_repr(p->error[i])); in live_error_interrupt()
785 error_repr(p->error[ in live_error_interrupt()
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/himedia/
H A Dbase.c268 goto error; in himedia_bus_init()
272 error: in himedia_bus_init()
/device/soc/hisilicon/hi3861v100/sdk_liteos/
H A Dfactory.mk43 $(error [ERROR]:FIRM_WARE_VER=$(FIRM_WARE_VER) Ranges From 0 To 48)
48 $(error [ERROR]:BOOT_VER Ranges From 0 To 16)
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libsec/include/
H A Dsecurectype.h408 #error "max string is 2G"
413 #error "unsupported system"
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_dma_fence.c65 goto error; in kbase_dma_fence_lock_reservations()
72 error: in kbase_dma_fence_lock_reservations()
271 * On error, cancel and clean up all callbacks that was set up in kbase_dma_fence_add_reservation_callback()
272 * before the error. in kbase_dma_fence_add_reservation_callback()
371 /* There was an error, cancel callbacks, set dep_count to -1 to in kbase_dma_fence_wait()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_dma_fence.c78 goto error; in kbase_dma_fence_lock_reservations()
84 error: in kbase_dma_fence_lock_reservations()
302 * On error, cancel and clean up all callbacks that was set up in kbase_dma_fence_add_reservation_callback()
303 * before the error. in kbase_dma_fence_add_reservation_callback()
429 /* There was an error, cancel callbacks, set dep_count to -1 to in kbase_dma_fence_wait()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_dma_fence.c74 goto error; in kbase_dma_fence_lock_reservations()
81 error: in kbase_dma_fence_lock_reservations()
283 * On error, cancel and clean up all callbacks that was set up in kbase_dma_fence_add_reservation_callback()
284 * before the error. in kbase_dma_fence_add_reservation_callback()
390 /* There was an error, cancel callbacks, set dep_count to -1 to in kbase_dma_fence_wait()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_dma_fence.c73 goto error; in kbase_dma_fence_lock_reservations()
79 error: in kbase_dma_fence_lock_reservations()
281 * On error, cancel and clean up all callbacks that was set up in kbase_dma_fence_add_reservation_callback()
282 * before the error. in kbase_dma_fence_add_reservation_callback()
387 /* There was an error, cancel callbacks, set dep_count to -1 to in kbase_dma_fence_wait()
/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dparser.cpp74 Logger().Error() << lexer_ << "syntax error, expect root node of end of file"; in ParseOneContent()
82 Logger().Error() << lexer_ << "syntax error, expect EOF"; in ParseOneContent()
130 Logger().Error() << lexer_ << "syntax error, expect include path after ’#include‘"; in ProcessInclude()
175 Logger().Error() << lexer_ << "syntax error, node miss '{'"; in ParseNode()
191 Logger().Error() << lexer_ << "syntax error, except '}' or TEMPLATE or LITERAL for node '" in ParseNode()
203 Logger().Error() << lexer_ << "syntax error, node miss '}'"; in ParseNode()
212 Logger().Error() << lexer_ << "syntax error, miss value of config term"; in ParseTerm()
234 Logger().Error() << lexer_ << "syntax error, invalid config term definition"; in ParseTerm()
243 Logger().Error() << lexer_ << "syntax error, invalid config term definition"; in ParseTerm()
248 Logger().Error() << lexer_ << "syntax error, mis in ParseTerm()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ib.c61 * Returns 0 on success, error on failure.
112 * Returns 0 on success, error on failure.
299 * Returns 0 on success, error on failure.
319 goto error; in amdgpu_ib_pool_init()
325 error: in amdgpu_ib_pool_init()
358 * Returns 0 on success, error if the primary GFX ring
/kernel/linux/linux-5.10/crypto/
H A Decdsa.c48 * makes the value a positive integer; error on more in ecdsa_get_signature_rs()
165 goto error; in ecdsa_verify()
182 error: in ecdsa_verify()
/kernel/linux/linux-5.10/tools/testing/selftests/mqueue/
H A Dmq_open_tests.c34 #include <error.h>
114 error(exit_val, errno, "%s at %d", err_cause, line_no); in shutdown()
/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dad5820.c75 dev_err(&client->dev, "write failed, error %d\n", r); in ad5820_write()
194 if (coil->ctrls.error) in ad5820_init_controls()
195 return coil->ctrls.error; in ad5820_init_controls()
H A Dlm3646.c253 if (hdl->error) in lm3646_init_controls()
254 return hdl->error; in lm3646_init_controls()
H A Dtda7432.c230 v4l2_err(sd, "I/O error, trying (write %d 0x%x)\n", in tda7432_write()
256 v4l2_err(sd, "I/O error, trying tda7432_set\n"); in tda7432_set()
372 if (t->hdl.error) { in tda7432_probe()
373 int err = t->hdl.error; in tda7432_probe()
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/
H A Domap_plane.c286 goto error; in omap_plane_init()
298 error: in omap_plane_init()
/kernel/linux/linux-5.10/drivers/gpu/drm/lima/
H A Dlima_gp.c40 dev_err(dev->dev, "gp error irq state=%x status=%x\n", in lima_gp_irq_handler()
49 pipe->error = true; in lima_gp_irq_handler()
57 pipe->error = false; in lima_gp_irq_handler()
204 dev_err(ip->dev->dev, "gp task error int_state=%x status=%x\n", in lima_gp_task_error()
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/
H A Divtv-gpio.c350 if (itv->hdl_gpio.error) in ivtv_gpio_init()
351 return itv->hdl_gpio.error; in ivtv_gpio_init()
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/
H A Dcore.h145 * @error: an error returned during last HFI sync operations
146 * @sys_error: an error flag that signal system error event
155 * @work: a delayed work for handling system fatal error
194 unsigned int error; member
354 * @error: an error returned during last HFI sync operation
355 * @session_error: a flag rised by HFI interface in case of session error
415 unsigned int error; member
[all...]
/kernel/linux/linux-5.10/drivers/media/pci/saa7134/
H A Dsaa7134-empress.c260 if (hdl->error) { in empress_init()
262 return hdl->error; in empress_init()
/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dcavium-octeon.c281 goto error; in octeon_mmc_probe()
287 error: in octeon_mmc_probe()
/kernel/linux/linux-5.10/drivers/net/ethernet/qualcomm/emac/
H A Demac-sgmii.c150 /* If we get a decoding error and CDR is not locked, then try in emac_sgmii_interrupt()
208 "could not reinitialize internal PHY (error=%i)\n", in emac_sgmii_common_reset()
245 /* The error interrupts are only valid after the link is up */
420 goto error; in emac_sgmii_config()
435 error: in emac_sgmii_config()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
H A Devents.c177 return "Cable error"; in mlx5_pme_status_to_string()
185 static const char *mlx5_pme_error_to_string(enum port_module_event_error_type error) in mlx5_pme_error_to_string() argument
187 switch (error) { in mlx5_pme_error_to_string()
207 return "Unknown error"; in mlx5_pme_error_to_string()
246 "Port module event[error]: module %u, %s, %s\n", in port_module()

Completed in 28 milliseconds

1...<<361362363364365366367368369370>>...625