| /OK3568_Linux_fs/kernel/drivers/misc/genwqe/ |
| H A D | card_base.c | 649 goto fatal_error; in genwqe_fir_checking() 657 goto fatal_error; in genwqe_fir_checking() 680 goto fatal_error; in genwqe_fir_checking() 688 goto fatal_error; in genwqe_fir_checking() 700 goto fatal_error; in genwqe_fir_checking() 708 goto fatal_error; in genwqe_fir_checking() 714 goto fatal_error; in genwqe_fir_checking() 755 goto fatal_error; in genwqe_fir_checking() 768 fatal_error: in genwqe_fir_checking() 932 goto fatal_error; in genwqe_health_thread() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | health.c | 166 u32 fatal_error; in reset_fw_if_needed() local 176 fatal_error = mlx5_health_check_fatal_sensors(dev); in reset_fw_if_needed() 177 if (fatal_error == MLX5_SENSOR_PCI_COMM_ERR || in reset_fw_if_needed() 178 fatal_error == MLX5_SENSOR_NIC_DISABLED || in reset_fw_if_needed() 179 fatal_error == MLX5_SENSOR_NIC_SW_RESET) { in reset_fw_if_needed() 302 if (dev->priv.health.fatal_error != MLX5_SENSOR_PCI_COMM_ERR) in mlx5_handle_bad_state() 702 u32 fatal_error; in poll_health() local 709 fatal_error = mlx5_health_check_fatal_sensors(dev); in poll_health() 711 if (fatal_error && !health->fatal_error) { in poll_health() 712 mlx5_core_err(dev, "Fatal error %u detected\n", fatal_error); in poll_health() [all …]
|
| H A D | fw_reset.c | 157 u32 fatal_error; in poll_sync_reset() local 162 fatal_error = mlx5_health_check_fatal_sensors(dev); in poll_sync_reset() 164 if (fatal_error) { in poll_sync_reset()
|
| H A D | en_selftest.c | 67 return health->fatal_error ? 1 : 0; in mlx5e_test_health_info()
|
| /OK3568_Linux_fs/kernel/drivers/char/xillybus/ |
| H A D | xillybus_core.c | 278 ep->fatal_error = 1; in xillybus_isr() 628 if (endpoint->fatal_error) in xilly_obtain_idt() 682 if (channel->endpoint->fatal_error) in xillybus_read() 910 if (channel->endpoint->fatal_error) in xillybus_read() 939 if (channel->endpoint->fatal_error) in xillybus_read() 976 if (channel->endpoint->fatal_error) in xillybus_read() 1003 if (channel->endpoint->fatal_error) in xillybus_myflush() 1150 if (channel->endpoint->fatal_error) in xillybus_myflush() 1195 if (channel->endpoint->fatal_error) in xillybus_write() 1339 if (channel->endpoint->fatal_error) in xillybus_write() [all …]
|
| H A D | xillybus.h | 100 int fatal_error; member
|
| /OK3568_Linux_fs/kernel/arch/arm64/kvm/hyp/nvhe/ |
| H A D | gen-hyprel.c | 161 #define fatal_error(fmt, ...) \ macro 183 fatal_error("assertion " #lhs " " #op " " #rhs \ 420 fatal_error("Unexpected RELA type %u", type); in emit_rela_section() 433 fatal_error("Unexpected SHT_REL section \"%s\"", in emit_all_relocs()
|
| /OK3568_Linux_fs/kernel/drivers/usb/storage/ |
| H A D | sddr55.c | 98 int fatal_error; /* set if we detect something nasty */ member 159 info->fatal_error = 0; in sddr55_status() 492 info->fatal_error = 1; in sddr55_write_data() 854 if (info->fatal_error) { in sddr55_transport()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | diagnostic-core.h | 95 extern void fatal_error (location_t, const char *, ...) ATTRIBUTE_GCC_DIAG(2,3)
|
| H A D | gcov-io.h | 200 #define gcov_error(...) fatal_error (input_location, __VA_ARGS__)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | diagnostic-core.h | 95 extern void fatal_error (location_t, const char *, ...) ATTRIBUTE_GCC_DIAG(2,3)
|
| H A D | gcov-io.h | 200 #define gcov_error(...) fatal_error (input_location, __VA_ARGS__)
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/md5deep/files/ |
| H A D | 0001-Fix-literal-and-identifier-spacing-as-dictated-by-C-.patch | 99 - ocb->fatal_error("%s: Out of memory in line %"PRIu64, 100 + ocb->fatal_error("%s: Out of memory in line %" PRIu64,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/ |
| H A D | i915_request.c | 472 static bool fatal_error(int error) in fatal_error() function 486 GEM_BUG_ON(!fatal_error(rq->fence.error)); in __i915_request_skip() 511 if (fatal_error(old)) in i915_request_set_error_once() 552 if (unlikely(fatal_error(request->fence.error))) in __i915_request_submit()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/ipw2x00/ |
| H A D | ipw2100.c | 730 if (priv->fatal_error) { in ipw2100_hw_send_command() 801 priv->fatal_error = IPW2100_ERR_MSG_TIMEOUT; in ipw2100_hw_send_command() 807 if (priv->fatal_error) { in ipw2100_hw_send_command() 988 if (priv->fatal_error) { in ipw2100_download_firmware() 991 priv->net_dev->name, priv->fatal_error); in ipw2100_download_firmware() 1000 priv->fatal_error = IPW2100_ERR_FW_LOAD; in ipw2100_download_firmware() 1009 priv->fatal_error = IPW2100_ERR_FW_LOAD; in ipw2100_download_firmware() 1333 if (!priv->fatal_error) in ipw2100_reset_fatalerror() 1336 priv->fatal_errors[priv->fatal_index++] = priv->fatal_error; in ipw2100_reset_fatalerror() 1338 priv->fatal_error = 0; in ipw2100_reset_fatalerror() [all …]
|
| H A D | ipw2100.h | 493 u32 fatal_error; member
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | wm_adsp.h | 90 bool fatal_error; member
|
| H A D | wm_adsp.c | 3318 dsp->fatal_error = false; in wm_adsp_event() 3456 if (compr->dsp->fatal_error) in wm_adsp_compr_attach() 4191 if (dsp->fatal_error || !buf || buf->error) { in wm_adsp_compr_pointer() 4301 if (dsp->fatal_error || !compr->buf || compr->buf->error) { in wm_adsp_compr_read() 4360 dsp->fatal_error = true; in wm_adsp_fatal_error()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/ti/ |
| H A D | cpmac.c | 434 goto fatal_error; in cpmac_poll() 486 goto fatal_error; in cpmac_poll() 508 fatal_error: in cpmac_poll()
|
| /OK3568_Linux_fs/kernel/scripts/gcc-plugins/ |
| H A D | gcc-common.h | 565 #define fatal_error(loc, gmsgid, ...) fatal_error((gmsgid), __VA_ARGS__) macro
|
| /OK3568_Linux_fs/kernel/include/linux/mlx5/ |
| H A D | driver.h | 433 u32 fatal_error; member
|
| /OK3568_Linux_fs/yocto/poky/documentation/dev-manual/ |
| H A D | common-tasks.rst | 9790 if fatal_error: 9791 bb.fatal("fatal_error detected, unable to print the task list") 9820 if [ fatal_error ]; then 9821 bbfatal "fatal_error detected"
|
| /OK3568_Linux_fs/recovery/ |
| HD | rootfs.cpio.gz | 107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000binusr/bin07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ... |