Searched refs:fatal_error (Results 1 - 18 of 18) sorted by relevance

/freebsd-current/sys/dev/mlx5/mlx5_core/
H A Dmlx5_health.c204 u32 cmdq_addr, fatal_error; local
218 fatal_error = check_fatal_sensors(dev);
219 if (fatal_error == MLX5_SENSOR_PCI_COMM_ERR ||
220 fatal_error == MLX5_SENSOR_NIC_DISABLED ||
221 fatal_error == MLX5_SENSOR_NIC_SW_RESET) {
269 u32 fatal_error; local
272 fatal_error = check_fatal_sensors(dev);
274 if (fatal_error || force) {
296 if (fatal_error == MLX5_SENSOR_FW_SYND_RFR &&
348 if (dev->priv.health.fatal_error !
614 u32 fatal_error; local
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flag_parser.cpp69 void FlagParser::fatal_error(const char *err) { function in class:__sanitizer::FlagParser
92 fatal_error("expected '='");
102 if (buf_[pos_] == 0) fatal_error("unterminated string");
108 fatal_error("expected separator or eol");
113 if (!res) fatal_error("Flag parsing failed.");
H A Dsanitizer_flag_parser.h182 void fatal_error(const char *err);
/freebsd-current/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsaint.c82 agsaFatalErrorInfo_t fatal_error; local
111 si_memset(&fatal_error, 0, sizeof(agsaFatalErrorInfo_t));
114 fatal_error.errorInfo0 = value;
118 fatal_error.errorInfo1 = value;
122 fatal_error.errorInfo2 = value;
123 SA_DBG1(("siFatalInterruptHandler: SCRATCH_PAD2 0x%08x\n", fatal_error.errorInfo2 ));
126 if(fatal_error.errorInfo2 & SCRATCH_PAD2_FW_ILA_ERR)
130 if(fatal_error.errorInfo2 & SCRATCH_PAD2_FW_FLM_ERR)
134 if(fatal_error.errorInfo2 & SCRATCH_PAD2_FW_FW_ASRT_ERR)
138 if(fatal_error
1268 agsaFatalErrorInfo_t fatal_error; local
[all...]
H A Dsahw.c99 agsaFatalErrorInfo_t fatal_error; local
145 si_memset(&fatal_error, 0, sizeof(agsaFatalErrorInfo_t));
148 fatal_error.errorInfo0 = value;
151 fatal_error.errorInfo1 = value;
155 fatal_error.errorInfo2 = value;
160 fatal_error.errorInfo3 = value;
163 fatal_error.regDumpBusBaseNum0 = saRoot->mainConfigTable.regDumpPCIBAR;
164 fatal_error.regDumpBusBaseNum1 = saRoot->mainConfigTable.regDumpPCIBAR;
165 fatal_error.regDumpLen0 = saRoot->mainConfigTable.FatalErrorDumpLength0;
166 fatal_error
[all...]
/freebsd-current/contrib/sendmail/src/
H A Dsched.c71 sm_exc_newthread(fatal_error); \
H A Derr.c54 fatal_error(exc) function
H A Dqueue.c2060 sm_exc_newthread(fatal_error);
2296 sm_exc_newthread(fatal_error);
3692 sm_exc_newthread(fatal_error);
3885 sm_exc_newthread(fatal_error);
H A Dutil.c2213 sm_exc_newthread(fatal_error);
H A Dmain.c233 sm_exc_newthread(fatal_error);
2413 sm_exc_newthread(fatal_error);
H A Dsendmail.h2900 extern void fatal_error __P((SM_EXC_T *));
H A Ddaemon.c711 sm_exc_newthread(fatal_error);
H A Ddeliver.c794 sm_exc_newthread(fatal_error);
/freebsd-current/contrib/ntp/sntp/libevent/
H A Dbufferevent_async.c113 fatal_error(int err) function
556 if (fatal_error(GetLastError()))
681 if (fatal_error(GetLastError()))
/freebsd-current/contrib/libevent/
H A Dbufferevent_async.c113 fatal_error(int err) function
556 if (fatal_error(GetLastError()))
681 if (fatal_error(GetLastError()))
/freebsd-current/contrib/ntp/ntpd/
H A Dntp_config.c384 static void __attribute__((__noreturn__,format(printf,1,2))) fatal_error(const char *fmt, ...) function
386 static void __declspec(noreturn) fatal_error(const char *fmt, ...)
388 static void fatal_error(const char *fmt, ...)
2082 fatal_error("config_auth: attr-token=%d", my_val->attr);
2387 fatal_error("config-tos: attr-token=%d", tos->attr);
2540 fatal_error("config-monitor: type-token=%d", my_opts->value.i);
2784 fatal_error("config_access: Unknown flag-type-token=%s/%d", keyword(my_opt->attr), my_opt->attr);
3178 fatal_error("config-rlimit: value-token=%d", rlimit_av->attr);
3259 fatal_error("config_tinker: attr-token=%d", tinker->attr);
3366 fatal_error("config_nic_rule
[all...]
/freebsd-current/contrib/libpcap/rpcapd/
H A Ddaemon.c1987 goto fatal_error;
2138 goto fatal_error;
2173 goto fatal_error;
2239 goto fatal_error;
2277 fatal_error:
/freebsd-current/sys/dev/mlx5/
H A Ddriver.h514 u32 fatal_error; member in struct:mlx5_core_health

Completed in 421 milliseconds