Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/x86/
Dtest_syscall_vdso.c
Dfsgsbase_restore.c
/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.py2117 def task_fail(self, task, exitcode, fakerootlog=None): argument
3251 def __init__(self, task, stats, exitcode, rq, fakeroot_log=None): argument
3266 def __init__(self, task, stats, exitcode, rq): argument
H A Dcommand.py37 def __init__(self, exitcode): argument
/openbmc/linux/tools/testing/selftests/mm/
Duffd-common.h
/openbmc/openbmc/poky/meta/lib/patchtest/tests/
H A Dbase.py33 def __init__(self, message, exitcode=1): argument
/openbmc/qemu/tests/unit/
H A Dtest-qga.c836 int64_t pid, exitcode; in test_qga_guest_exec() local
897 int64_t pid, exitcode; in test_qga_guest_exec_separated() local
938 int64_t pid, exitcode; in test_qga_guest_exec_merged() local
/openbmc/openbmc/poky/scripts/lib/devtool/
H A D__init__.py22 def __init__(self, message, exitcode=1): argument
/openbmc/qemu/python/qemu/machine/
H A Dmachine.py273 def exitcode(self) -> Optional[int]: member in QEMUMachine
/openbmc/qemu/linux-user/
H A Dmain.c556 static void usage(int exitcode) in usage()
/openbmc/qemu/system/
H A Dvl.c875 static void help(int exitcode) in help()