Searched defs:exitcode (Results 1 – 10 of 10) sorted by relevance
| /openbmc/openbmc/poky/meta/lib/oeqa/core/ |
| H A D | case.py | 77 def ptest_section(self, section, duration = None, log = None, logfile = None, exitcode = None): argument
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ |
| H A D | process.py | 42 def __init__(self, command, exitcode, stdout = None, stderr = None): argument
|
| H A D | runqueue.py | 2117 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 D | command.py | 37 def __init__(self, exitcode): argument
|
| /openbmc/openbmc/poky/meta/lib/patchtest/tests/ |
| H A D | base.py | 33 def __init__(self, message, exitcode=1): argument
|
| /openbmc/qemu/tests/unit/ |
| H A D | test-qga.c | 836 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__.py | 22 def __init__(self, message, exitcode=1): argument
|
| /openbmc/qemu/python/qemu/machine/ |
| H A D | machine.py | 273 def exitcode(self) -> Optional[int]: member in QEMUMachine
|
| /openbmc/qemu/linux-user/ |
| H A D | main.c | 556 static void usage(int exitcode) in usage()
|
| /openbmc/qemu/system/ |
| H A D | vl.c | 875 static void help(int exitcode) in help()
|