Searched refs:fatal (Results 51 - 60 of 60) sorted by relevance

123

/linux-master/tools/power/x86/intel-speed-select/
H A Disst-config.c199 static int parse_int_file(int fatal, const char *fmt, ...) argument
209 if (fatal) {
/linux-master/drivers/infiniband/hw/cxgb4/
H A Dcm.c3642 int fatal = 0; local
3651 * Ref the ep here in case we have fatal errors causing the
3658 fatal = 1;
3735 fatal = 1;
3740 if (fatal)
/linux-master/net/ipv4/
H A Dping.c563 harderr = icmp_err_convert[code].fatal;
H A Dudp.c768 harderr = icmp_err_convert[code].fatal;
/linux-master/drivers/infiniband/hw/mlx5/
H A Dmain.c2697 bool fatal = false; local
2712 fatal = true;
2735 if (fatal)
/linux-master/drivers/net/ethernet/ibm/emac/
H A Dcore.c2457 u32 *val, int fatal)
2462 if (fatal)
2456 emac_read_uint_prop(struct device_node *np, const char *name, u32 *val, int fatal) argument
/linux-master/kernel/
H A Dsignal.c1032 * Found a killable thread. If the signal will be fatal,
1040 * This signal will be fatal to the whole group.
1047 * thread has the fatal signal pending.
1258 pr_info("%pD: %s: potentially unexpected fatal signal %d.\n",
1262 pr_info("%s: potentially unexpected fatal signal %d.\n",
1292 __setup("print-fatal-signals=", setup_print_fatal_signals);
1347 * debugging to leave init killable. But HANDLER_EXIT is always fatal.
2256 * will clear TASK_TRACED if ptrace_unlink happens or a fatal
2257 * signal comes in. Handle previous ptrace_unlinks and fatal
2595 * Now we're sure that there is no pending fatal signa
[all...]
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c4269 unsigned short fatal; /* whether the condition reported is fatal */ member in struct:intr_info
4283 * by an entry specifying mask 0. Returns the number of fatal interrupt
4289 int fatal = 0; local
4296 if (acts->fatal) {
4297 fatal++;
4310 return fatal;
4976 { FATALPERR_F, "T4 fatal parity error", -1, 1 },
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_isr.c738 "Not a fatal error, f/w has recovered itself.\n");
3766 goto fatal;
3806 fatal:
/linux-master/scripts/
H A Dcheckpatch.pl1248 } elsif ($lines[0] =~ /^fatal: ambiguous argument '$commit': unknown revision or path not in the working tree\./ ||
1249 $lines[0] =~ /^fatal: bad object $commit/) {

Completed in 464 milliseconds

123