| /openbmc/qemu/tests/tcg/multiarch/arm-compat-semi/ |
| H A D | semihosting.c | 23 uintptr_t exit_code = 0x20026; in main() local 26 uintptr_t exit_code = (uintptr_t) &exit_block; in main() 79 __semi_call(SYS_REPORTEXC, exit_code); in main()
|
| /openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/flash/phosphor-software-manager/ |
| H A D | bios-update.sh | 44 exit_code=$? 46 if [ "$exit_code" -eq 0 ]; then 53 if [ "$exit_code" -ne 0 ]; then
|
| /openbmc/qemu/contrib/plugins/ |
| H A D | stoptrigger.c | 41 int exit_code; member 64 exit_emulation(ei->exit_code, msg); in exit_address_reached() 135 ei->exit_code = 0; in qemu_plugin_install() 137 ei->exit_code = g_ascii_strtoull(addr_tokens[1], NULL, 0); in qemu_plugin_install()
|
| /openbmc/u-boot/Documentation/sphinx/ |
| H A D | kfigure.py | 303 exit_code = 42 306 exit_code = subprocess.call(cmd, stdout = out) 307 if exit_code != 0: 308 app.warn("Error #%d when calling: %s" % (exit_code, " ".join(cmd))) 309 return bool(exit_code == 0) 323 exit_code = subprocess.call(cmd) 324 if exit_code != 0: 325 app.warn("Error #%d when calling: %s" % (exit_code, " ".join(cmd))) 326 return bool(exit_code == 0)
|
| /openbmc/u-boot/board/synopsys/hsdk/ |
| H A D | headerize-hsdk.py | 10 def usage(exit_code): argument 13 sys.exit(exit_code)
|
| /openbmc/u-boot/board/synopsys/axs10x/ |
| H A D | headerize-axs.py | 8 def usage(exit_code): argument 16 sys.exit(exit_code)
|
| /openbmc/u-boot/include/ |
| H A D | os.h | 94 void os_exit(int exit_code) __attribute__((noreturn));
|
| /openbmc/qemu/hw/char/ |
| H A D | riscv_htif.c | 166 int exit_code = payload >> 1; in htif_handle_tohost_write() local 201 SHUTDOWN_CAUSE_GUEST_SHUTDOWN, exit_code); in htif_handle_tohost_write()
|
| /openbmc/qemu/include/system/ |
| H A D | runstate.h | 140 int exit_code);
|
| /openbmc/qemu/target/i386/tcg/ |
| H A D | helper-tcg.h | 102 G_NORETURN void cpu_vmexit(CPUX86State *nenv, uint64_t exit_code,
|
| /openbmc/qemu/target/i386/ |
| H A D | svm.h | 170 uint64_t exit_code; member
|
| /openbmc/qemu/tests/qtest/ |
| H A D | libqtest.c | 85 DWORD exit_code; 170 GetExitCodeProcess((HANDLE)pid, &s->exit_code); in qtest_probe_child() 171 if (s->exit_code == STILL_ACTIVE) { in qtest_probe_child() 213 if (s->exit_code != s->expected_status) { in qtest_check_status() 216 __FILE__, __LINE__, s->exit_code, s->expected_status); in qtest_check_status() 267 GetExitCodeProcess((HANDLE)s->qemu_pid, &s->exit_code); in qtest_wait_qemu() 84 DWORD exit_code; global() member
|
| /openbmc/u-boot/arch/sandbox/cpu/ |
| H A D | os.c | 96 void os_exit(int exit_code) in os_exit() argument 98 exit(exit_code); in os_exit()
|
| /openbmc/intel-ipmi-oem/src/ |
| H A D | biosconfigcommands.cpp | 609 return execProg.exit_code(); in generateBIOSXMLFile()
|
| H A D | oemcommands.cpp | 1392 int retCode = execProg.exit_code(); in executeCmd() 1598 if (c1.exit_code()) in ipmiOEMCfgHostSerialPortSpeed() 1665 if (c1.exit_code()) in ipmiOEMCfgHostSerialPortSpeed()
|
| H A D | firmware-update.cpp | 717 return execProg.exit_code(); in executeCmd()
|