Home
last modified time | relevance | path

Searched refs:fatal_error (Results 1 – 15 of 15) sorted by relevance

/freebsd-13.1/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsaint.c83 agsaFatalErrorInfo_t fatal_error; in siFatalInterruptHandler() local
115 fatal_error.errorInfo0 = value; in siFatalInterruptHandler()
119 fatal_error.errorInfo1 = value; in siFatalInterruptHandler()
123 fatal_error.errorInfo2 = value; in siFatalInterruptHandler()
246 fatal_error.errorInfo3 = value; in siFatalInterruptHandler()
260 fatal_error.regDumpOffset0 = 0; in siFatalInterruptHandler()
261 fatal_error.regDumpLen0 = 0; in siFatalInterruptHandler()
263 fatal_error.regDumpOffset1 = 0; in siFatalInterruptHandler()
264 fatal_error.regDumpLen1 = 0; in siFatalInterruptHandler()
1310 fatal_error.regDumpLen0 = 0; in siProcessOBMsg()
[all …]
H A Dsahw.c100 agsaFatalErrorInfo_t fatal_error; in saHwReset() local
146 si_memset(&fatal_error, 0, sizeof(agsaFatalErrorInfo_t)); in saHwReset()
149 fatal_error.errorInfo0 = value; in saHwReset()
152 fatal_error.errorInfo1 = value; in saHwReset()
156 fatal_error.errorInfo2 = value; in saHwReset()
161 fatal_error.errorInfo3 = value; in saHwReset()
164 fatal_error.regDumpBusBaseNum0 = saRoot->mainConfigTable.regDumpPCIBAR; in saHwReset()
165 fatal_error.regDumpBusBaseNum1 = saRoot->mainConfigTable.regDumpPCIBAR; in saHwReset()
166 fatal_error.regDumpLen0 = saRoot->mainConfigTable.FatalErrorDumpLength0; in saHwReset()
167 fatal_error.regDumpLen1 = saRoot->mainConfigTable.FatalErrorDumpLength1; in saHwReset()
[all …]
/freebsd-13.1/sys/dev/mlx5/mlx5_core/
H A Dmlx5_health.c206 u32 cmdq_addr, fatal_error; in reset_fw_if_needed() local
220 fatal_error = check_fatal_sensors(dev); in reset_fw_if_needed()
271 u32 fatal_error; in mlx5_enter_error_state() local
274 fatal_error = check_fatal_sensors(dev); in mlx5_enter_error_state()
276 if (fatal_error || force) { in mlx5_enter_error_state()
298 if (fatal_error == MLX5_SENSOR_FW_SYND_RFR && in mlx5_enter_error_state()
615 u32 fatal_error; in poll_health() local
634 fatal_error = check_fatal_sensors(dev); in poll_health()
636 if (fatal_error && !health->fatal_error) { in poll_health()
639 dev->priv.health.fatal_error = fatal_error; in poll_health()
[all …]
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flag_parser.cpp71 void FlagParser::fatal_error(const char *err) { in fatal_error() function in __sanitizer::FlagParser
94 fatal_error("expected '='"); in parse_flag()
104 if (buf_[pos_] == 0) fatal_error("unterminated string"); in parse_flag()
110 fatal_error("expected separator or eol"); in parse_flag()
115 if (!res) fatal_error("Flag parsing failed."); in parse_flag()
H A Dsanitizer_flag_parser.h184 void fatal_error(const char *err);
/freebsd-13.1/contrib/ntp/ntpd/
H A Dntp_config.c391 static void __declspec(noreturn) fatal_error(const char *fmt, ...) in fatal_error()
393 static void fatal_error(const char *fmt, ...) in fatal_error()
2013 fatal_error("config_auth: attr-token=%d", my_val->attr); in config_auth()
2286 fatal_error("config-tos: attr-token=%d", tos->attr); in config_tos()
2438 fatal_error("config-monitor: type-token=%d", my_opts->value.i); in config_monitor()
3081 fatal_error("config-rlimit: value-token=%d", rlimit_av->attr); in config_rlimit()
3162 fatal_error("config_tinker: attr-token=%d", tinker->attr); in config_tinker()
3320 fatal_error("config_nic_rules: action-token=%d", curr_node->action); in config_nic_rules()
3508 fatal_error("config-logconfig: modifier='%c'", my_lc->attr); in config_logconfig()
4180 fatal_error("peerflag_bits: option-token=%d", option->value.i); in peerflag_bits()
[all …]
/freebsd-13.1/contrib/libpcap/rpcapd/
H A Ddaemon.c1661 goto fatal_error; in daemon_msg_startcap_req()
1797 goto fatal_error; in daemon_msg_startcap_req()
1832 goto fatal_error; in daemon_msg_startcap_req()
1880 goto fatal_error; in daemon_msg_startcap_req()
1918 fatal_error: in daemon_msg_startcap_req()
/freebsd-13.1/contrib/sendmail/src/
H A Derr.c51 fatal_error(exc) in fatal_error() function
H A Dqueue.c2022 sm_exc_newthread(fatal_error);
2261 sm_exc_newthread(fatal_error);
3641 sm_exc_newthread(fatal_error);
3828 sm_exc_newthread(fatal_error);
H A Dmain.c222 sm_exc_newthread(fatal_error);
2365 sm_exc_newthread(fatal_error);
H A Dutil.c2067 sm_exc_newthread(fatal_error);
H A Dsendmail.h2736 extern void fatal_error __P((SM_EXC_T *));
H A Ddaemon.c703 sm_exc_newthread(fatal_error);
H A Ddeliver.c699 sm_exc_newthread(fatal_error);
/freebsd-13.1/sys/dev/mlx5/
H A Ddriver.h499 u32 fatal_error; member