Home
last modified time | relevance | path

Searched refs:fatal (Results 301 – 325 of 430) sorted by relevance

1...<<1112131415161718

/openbmc/linux/tools/power/pm-graph/
H A Dsleepgraph.py363 def rootCheck(self, fatal=True): argument
366 if fatal:
372 def rootUser(self, fatal=False): argument
375 if fatal:
451 out = dmidecode(self.mempath, fatal)
5713 def dmidecode(mempath, fatal=False): argument
5737 if(fatal):
5741 if(fatal):
5768 if(fatal):
5788 if(fatal):
[all …]
/openbmc/linux/net/ipv6/
H A Dtcp_ipv6.c390 bool fatal; in tcp_v6_err() local
409 fatal = icmpv6_err_convert(type, code, &err); in tcp_v6_err()
411 tcp_req_err(sk, seq, fatal); in tcp_v6_err()
/openbmc/openbmc/poky/bitbake/contrib/vim/indent/
H A Dbitbake.vim196 if getline(plnum) =~ '^\s*\(break\|continue\|raise\|return\|pass\|bb\.fatal\)\>'
/openbmc/openbmc/poky/meta/classes/
H A Ddevtool-source.bbclass36 bb.fatal('devtool-source class is for internal use by devtool only')
/openbmc/linux/arch/mips/
H A DMakefile253 xpa-cflags-$(micromips-ase) += -mmicromips -Wa$(comma)-fatal-warnings
/openbmc/linux/arch/arm/boot/dts/qcom/
H A Dqcom-msm8974.dtsi722 interrupt-names = "wdog", "fatal", "ready", "handover", "stop-ack";
1495 interrupt-names = "wdog", "fatal", "ready", "handover", "stop-ack";
2167 interrupt-names = "wdog", "fatal", "ready", "handover", "stop-ack";
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dpopulate_sdk_ext.bbclass179 bb.fatal(msg)
773 …bb.fatal('The extensible SDK can currently only be built for the same architecture as the machine …
778 …bb.fatal('The extensible SDK can currently only be built for the default multiconfig. Currently t…
/openbmc/linux/drivers/scsi/csiostor/
H A Dcsio_hw.c3116 int fatal = 0; in csio_handle_intr_status() local
3123 if (acts->fatal) { in csio_handle_intr_status()
3124 fatal++; in csio_handle_intr_status()
3135 return fatal; in csio_handle_intr_status()
/openbmc/qemu/target/hexagon/imported/
H A Dmpy.idef961 fHIDE(if (tmp != 3) fatal("C is broken");)
976 fHIDE(if (tmp != 3) fatal("C is broken");)
1010 fHIDE(default: fatal("C is broken!");)
1045 fHIDE(default: fatal("C is broken!");)
/openbmc/linux/Documentation/admin-guide/
H A Dras.rst69 corrected the error. Such errors are usually not fatal, although some
70 Kernel mechanisms allow the system administrator to consider them as fatal.
79 * **Non-fatal Error** - when an UE error happens on an unused component,
87 The mechanism for handling non-fatal errors is usually complex and may
H A Dkernel-parameters.rst32 log_buf_len=1M print-fatal-signals=1
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-2.0.rst113 ``bb.fatal()``, respectively. Thus, those message functions that you
H A Drelease-notes-3.4.1.rst121 - patch.bbclass: when the patch fails show more info on the fatal error
H A Drelease-notes-4.0.6.rst79 - kernel-yocto: improve fatal error messages of symbol_why.py
/openbmc/linux/Documentation/
H A Datomic_t.txt6 can lead to fatal traps on some platforms).
/openbmc/openbmc/poky/meta/classes-global/
H A Dstaging.bbclass305 bb.fatal("Couldn't find ourself in BB_TASKDEPDATA?")
583 … bb.fatal("The file %s is installed by both %s and %s, aborting" % (dest, c, fileset[hashname]))
H A Dpackage_rpm.bbclass304 bb.fatal("No PKGDEST")
308 bb.fatal("No OUTSPECFILE")
/openbmc/openbmc/poky/documentation/dev-manual/
H A Ddebugging.rst600 - ``bb.fatal(msg)``: This logging function is similar to
605 ``bb.fatal()`` raises an exception, which means you do not need to put a
637 bb.fatal("fatal_error detected, unable to print the task list")
763 | tools/../src/near.h:41:23: fatal error: near/dbus.h: No such file or directory
813 tools/../src/near.h:41:23: fatal error: near/dbus.h: No such file or directory
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dsm6375.dtsi1485 "fatal",
1524 interrupt-names = "wdog", "fatal", "ready",
1562 interrupt-names = "wdog", "fatal", "ready",
H A Dqcm2290.dtsi1126 "fatal",
1162 "fatal",
/openbmc/docs/designs/
H A Dpower-systems-memory-preserving-reboot.md52 fatal error and cannot continue with the normal operations.
/openbmc/bmcweb/
H A DDEVELOPING.md222 encountered a fatal error.
/openbmc/qemu/block/
H A Dqcow2.h842 qcow2_signal_corruption(BlockDriverState *bs, bool fatal, int64_t offset,
/openbmc/linux/Documentation/dev-tools/
H A Dkmemleak.rst142 disabled by the user or due to an fatal error, internal kmemleak objects
/openbmc/openbmc/poky/meta/recipes-core/ovmf/
H A Dovmf_git.bb132 # Surprisingly, if you disable lto, you see compiler warnings which are fatal. We therefore

1...<<1112131415161718