Home
last modified time | relevance | path

Searched defs:fatal (Results 1 – 17 of 17) sorted by relevance

/openbmc/qemu/scripts/oss-fuzz/
H A Dbuild.sh25 fatal () { function
/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/files/
H A Dinit-live.sh111 fatal() { function
/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-framework/
H A Dinit58 fatal() { function
/openbmc/s2600wf-misc/subprojects/callback-manager/src/
H A Dcallback_manager.cpp48 fatal enumerator
90 bool fatal = fatalVector.size(); in updateLedStatus() local
345 bool fatal = globalCritical && localCritical; in createAssociationMatch() local
/openbmc/s2600wf-misc/callback-manager/src/
H A Dcallback_manager.cpp48 fatal enumerator
90 bool fatal = fatalVector.size(); in updateLedStatus() local
345 bool fatal = globalCritical && localCritical; in createAssociationMatch() local
/openbmc/openbmc/poky/scripts/
H A Drpm2cpio.sh4 fatal() { function
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dtestexport.py26 def fatal(self, msg): member in my_log
/openbmc/qemu/tests/qtest/
H A Drtl8139-test.c68 #define fatal(...) do { g_test_message(__VA_ARGS__); g_assert_not_reached(); } while (0) macro
/openbmc/openbmc/poky/meta/lib/oe/package_manager/rpm/
H A D__init__.py312 def _invoke_dnf(self, dnf_args, fatal = True, print_output = True ): argument
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dmsg.py215 def fatal(msgdomain, msg): function
H A D__init__.py225 def fatal(*args, **kwargs): function
/openbmc/openbmc/poky/meta/lib/oe/
H A Dpackage.py771 def source_info(file, d, fatal=True): argument
/openbmc/qemu/target/i386/nvmm/
H A Dnvmm-all.c996 int ret, fatal; in nvmm_vcpu_exec() local
/openbmc/qemu/target/i386/whpx/
H A Dwhpx-all.c2247 int fatal; in whpx_vcpu_exec() local
/openbmc/qemu/target/hexagon/
H A Dop_helper.c1319 #define fatal(...) g_assert_not_reached(); macro
/openbmc/qemu/nbd/
H A Dserver.c578 nbd_reject_length(NBDClient *client, bool fatal, Error **errp) in nbd_reject_length()
/openbmc/qemu/block/
H A Dqcow2.c5982 void qcow2_signal_corruption(BlockDriverState *bs, bool fatal, int64_t offset, in qcow2_signal_corruption()