| /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/tcg/system/ |
| H A D | svm_helper.c | 131 static inline bool virtual_vm_load_save_enabled(CPUX86State *env, uint64_t exit_code, uintptr_t ret… in virtual_vm_load_save_enabled() argument 137 cpu_vmexit(env, exit_code, 0, retaddr); in virtual_vm_load_save_enabled() 726 void cpu_vmexit(CPUX86State *env, uint64_t exit_code, uint64_t exit_info_1, in cpu_vmexit() argument 735 (uint32_t)exit_code, exit_info_1, in cpu_vmexit() 741 x86_stq_phys(cs, env->vm_vmcb + offsetof(struct vmcb, control.exit_code), in cpu_vmexit() 742 exit_code); in cpu_vmexit()
|
| /openbmc/qemu/target/i386/ |
| H A D | svm.h | 170 uint64_t exit_code; member
|
| /openbmc/qemu/tests/qtest/ |
| H A D | libqtest.c | 84 DWORD exit_code; member 169 GetExitCodeProcess((HANDLE)pid, &s->exit_code); in qtest_probe_child() 170 if (s->exit_code == STILL_ACTIVE) { in qtest_probe_child() 212 if (s->exit_code != s->expected_status) { in qtest_check_status() 215 __FILE__, __LINE__, s->exit_code, s->expected_status); in qtest_check_status() 266 GetExitCodeProcess((HANDLE)s->qemu_pid, &s->exit_code); in qtest_wait_qemu()
|
| /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/qemu/system/ |
| H A D | runstate.c | 789 int exit_code) in qemu_system_shutdown_request_with_code() argument 791 shutdown_exit_code = exit_code; in qemu_system_shutdown_request_with_code()
|
| /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()
|
| /openbmc/qemu/migration/ |
| H A D | trace-events | 122 ram_load_complete(int ret, uint64_t seq_iter) "exit_code %d seq iteration %" PRIu64
|