Home
last modified time | relevance | path

Searched defs:exitcode (Results 1 – 16 of 16) sorted by relevance

/openbmc/linux/tools/testing/selftests/x86/
H A Dtest_syscall_vdso.c325 int exitcode = 0; in run_syscall_twice() local
378 int exitcode = 0; in main() local
H A Dfsgsbase_restore.c237 int exitcode = WEXITSTATUS(status); in main() local
/openbmc/openbmc/poky/meta/lib/oeqa/core/
H A Dcase.py77 def ptest_section(self, section, duration = None, log = None, logfile = None, exitcode = None): argument
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dprocess.py42 def __init__(self, command, exitcode, stdout = None, stderr = None): argument
H A Drunqueue.py2086 def task_fail(self, task, exitcode, fakerootlog=None): argument
3182 def __init__(self, task, stats, exitcode, rq, fakeroot_log=None): argument
3197 def __init__(self, task, stats, exitcode, rq): argument
H A Dcommand.py36 def __init__(self, exitcode): argument
/openbmc/linux/tools/testing/selftests/mm/
H A Duffd-common.h50 #define errexit(exitcode, fmt, ...) \ argument
/openbmc/qemu/tests/unit/
H A Dtest-qga.c820 int64_t pid, exitcode; in test_qga_guest_exec() local
881 int64_t pid, exitcode; in test_qga_guest_exec_separated() local
922 int64_t pid, exitcode; in test_qga_guest_exec_merged() local
/openbmc/openbmc/poky/meta/lib/patchtest/tests/
H A Dbase.py30 def __init__(self, message, exitcode=1): argument
/openbmc/linux/arch/um/os-Linux/
H A Dstart_up.c121 static int stop_ptraced_child(int pid, int exitcode, int mustexit) in stop_ptraced_child()
/openbmc/openbmc/poky/scripts/lib/devtool/
H A D__init__.py22 def __init__(self, message, exitcode=1): argument
/openbmc/linux/kernel/
H A Dacct.c553 void acct_collect(long exitcode, int group_dead) in acct_collect()
/openbmc/qemu/python/qemu/machine/
H A Dmachine.py273 def exitcode(self) -> Optional[int]: member in QEMUMachine
/openbmc/qemu/linux-user/
H A Dmain.c528 static void usage(int exitcode) in usage()
/openbmc/linux/lib/
H A Ddynamic_debug.c573 int i, errs = 0, exitcode = 0, rc, nfound = 0; in ddebug_exec_queries() local
/openbmc/qemu/system/
H A Dvl.c873 static void help(int exitcode) in help()