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

/barrelfish-2018-10-04/usr/drivers/solarflair/sfxge/common/
H A Defx_intr.c58 * Under legacy interrupts, don't share a level between fatal
68 /* Enable all the genuinely fatal interrupts */
224 EFSYS_PROBE(fatal);
226 /* Clear the fatal interrupt condition */
285 efx_oword_t fatal; local
291 EFX_BAR_READO(enp, FR_AZ_FATAL_INTR_REG_KER, &fatal);
294 if (EFX_OWORD_FIELD(fatal, FRF_AZ_SRM_PERR_INT_KER) != 0 ||
295 EFX_OWORD_FIELD(fatal, FRF_AZ_MEM_PERR_INT_KER) != 0)
298 if (EFX_OWORD_FIELD(fatal, FRF_AZ_SRAM_OOB_INT_KER) != 0)
301 if (EFX_OWORD_FIELD(fatal, FRF_AZ_BUFID_DC_OOB_INT_KE
[all...]
/barrelfish-2018-10-04/tools/molly/
H A Dm5script.py15 from m5.util import fatal namespace
22 fatal("Expected FULL_SYSTEM");
25 fatal("Expected TARGET_ISA == x86");
/barrelfish-2018-10-04/lib/lua/src/
H A Dluac.c35 static void fatal(const char* message) function
144 if (lua_load(L,reader,&i,"=(" PROGNAME ")",NULL)!=LUA_OK) fatal(lua_tostring(L,-1));
168 if (!lua_checkstack(L,argc)) fatal("too many input files");
172 if (luaL_loadfile(L,filename)!=LUA_OK) fatal(lua_tostring(L,-1));
196 if (L==NULL) fatal("cannot create state: not enough memory");
200 if (lua_pcall(L,2,0,0)!=LUA_OK) fatal(lua_tostring(L,-1));
/barrelfish-2018-10-04/tools/aarch64_gem5/
H A Dgem5script.py17 from m5.util import fatal namespace
70 fatal("Expected TARGET_ISA == arm");
/barrelfish-2018-10-04/lib/linenoise/
H A Dlinenoise.c220 if (!isatty(STDIN_FILENO)) goto fatal;
225 if (tcgetattr(fd,&orig_termios) == -1) goto fatal;
243 if (tcsetattr(fd,TCSAFLUSH,&raw) < 0) goto fatal;
247 fatal:
/barrelfish-2018-10-04/lib/openssl-1.0.0d/ssl/
H A Dssl_sess.c432 int fatal = 0; local
443 fatal = 1;
529 fatal = 1;
582 if (fatal)
/barrelfish-2018-10-04/usr/eclipseclp/documents/userman/
H A Dumserrors.tex367 \index{fatal errors}\index{error!fatal}
368 A fatal error cannot be caught by the user.
370 The following fatal errors may be generated by {\eclipse}:
/barrelfish-2018-10-04/doc/015-disk-driver-arch/
H A Dlibahci.tex252 \verb+HBDS+, \verb+IFS+ or \verb+TFES+ interrupts are fatal and will cause the
253 \ac{hba} to stop processing commmands. To recover from a fatal error, the port
257 Errors signaled by the \verb+INFS+ or \verb+OFS+ interrupts are not fatal and
/barrelfish-2018-10-04/lib/lwip2/src/netif/ppp/
H A Ddemand.c104 fatal("Couldn't set up demand-dialled PPP interface: %m");
H A Dauth.c438 fatal("unable to regain privileges: %m");
/barrelfish-2018-10-04/include/lwip2/netif/ppp/
H A Ddemand.c104 fatal("Couldn't set up demand-dialled PPP interface: %m");
H A Dauth.c438 fatal("unable to regain privileges: %m");
/barrelfish-2018-10-04/lib/openssl-1.0.0d/util/
H A Dpod2man.pl189 marked "(W)" are non-fatal, whereas the "(F)" errors will cause
221 not having a NAME is a fatal.
/barrelfish-2018-10-04/doc/011-idc/
H A DIDC.tex550 achieved by copying a static table of function pointers. It is a fatal error
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Dtracer_tcl.pl2067 % Catch fatal signals - this is mainly intended for tkeclipse,
/barrelfish-2018-10-04/doc/006-routing/
H A DRouting.tex342 Upon receiving a multi-hop message, we have to extract the original user-defined message from it and pass it on to the user-provided receive handler. It is a fatal error if a message arrives on a multi-hop channel and the receive handler function for that message type is not set.
/barrelfish-2018-10-04/usr/eclipseclp/
H A Dconfigure1240 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
/barrelfish-2018-10-04/lib/tommath/
H A Dtommath.tex716 The GMP \cite{GMP} library uses C style \textit{signals} to flag errors which is of questionable use. Not all errors are fatal

Completed in 240 milliseconds