| /OK3568_Linux_fs/kernel/tools/testing/selftests/vm/ |
| H A D | run_vmtests | 9 exitcode=0 78 exitcode=1 93 exitcode=1 106 exitcode=1 121 exitcode=1 132 exitcode=1 143 exitcode=1 154 exitcode=1 167 exitcode=1 179 exitcode=1 [all …]
|
| H A D | test_vmalloc.sh | 16 exitcode=1 137 exit $exitcode
|
| H A D | test_hmm.sh | 16 exitcode=1
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/x86/ |
| H A D | test_syscall_vdso.c | 325 int exitcode = 0; in run_syscall_twice() local 330 exitcode = run_syscall(); in run_syscall_twice() 335 exitcode += run_syscall(); in run_syscall_twice() 337 return exitcode; in run_syscall_twice() 378 int exitcode = 0; in main() local 394 exitcode += run_syscall_twice(); in main() 396 exitcode += run_syscall_twice(); in main() 398 return exitcode; in main()
|
| H A D | fsgsbase_restore.c | 237 int exitcode = WEXITSTATUS(status); in main() local 238 if (exitcode != 0) { in main()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/ifupdown/files/ |
| H A D | tweak-ptest-script.patch | 26 exitcode=0 29 >$dir/up-res-out.$test 2>$dir/up-res-err.$test || exitcode=$? 31 (echo "exit code: $exitcode"; 35 exitcode=0 38 >$dir/down-res-out.$test 2>$dir/down-res-err.$test || exitcode=$? 40 (echo "exit code: $exitcode";
|
| /OK3568_Linux_fs/buildroot/support/scripts/ |
| H A D | check-bin-arch | 55 exitcode=0 93 exitcode=1 96 exit ${exitcode}
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/ |
| H A D | udpgso_bench.sh | 20 local -r exitcode=$1 22 if [[ ${exitcode} -eq ${KSFT_PASS} ]]; then 24 elif [[ ${exitcode} -eq ${KSFT_SKIP} ]]; then
|
| /OK3568_Linux_fs/yocto/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 93 if exitcode is not None: 94 sections[section]["exitcode"] = exitcode
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | process.py | 42 def __init__(self, command, exitcode, stdout = None, stderr = None): argument 44 self.exitcode = exitcode 58 " with exit code %s" % self.exitcode + message + (self.extra_message or ""))
|
| /OK3568_Linux_fs/kernel/tools/memory-model/scripts/ |
| H A D | runlitmushist.sh | 47 if test "$exitcode" -eq 124 51 exitmsg="failed, exit code $exitcode"
|
| /OK3568_Linux_fs/kernel/arch/um/os-Linux/ |
| H A D | start_up.c | 121 static int stop_ptraced_child(int pid, int exitcode, int mustexit) in stop_ptraced_child() argument 130 if (!WIFEXITED(status) || (WEXITSTATUS(status) != exitcode)) { in stop_ptraced_child() 137 exitcode, status); in stop_ptraced_child()
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | xdp2skb_meta.sh | 35 local exitcode=$1 38 exit $exitcode
|
| /OK3568_Linux_fs/kernel/samples/pktgen/ |
| H A D | functions.sh | 12 local exitcode=$1 15 exit $exitcode
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/ |
| H A D | __init__.py | 22 def __init__(self, message, exitcode=1): argument 24 self.exitcode = exitcode
|
| H A D | package.py | 36 return e.exitcode
|
| H A D | runqemu.py | 51 return e.exitcode
|
| H A D | build.py | 77 return e.exitcode
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | leaking_addresses.pl | 82 my ($exitcode) = @_; 105 exit($exitcode);
|
| /OK3568_Linux_fs/yocto/poky/scripts/contrib/ |
| H A D | devtool-stress.py | 119 if exc.exitcode == 4: 166 if exc.exitcode == 4:
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | lrz.c | 138 static void usage __P ((int exitcode, const char *what)); 540 int exitcode=0; in zmodem_rx() local 856 exitcode=0200; in zmodem_rx() 861 if (exitcode && !zmodem_requested) /* bellow again with all thy might. */ in zmodem_rx() 866 if (exitcode) in zmodem_rx() 872 return exitcode; in zmodem_rx() 876 usage1(int exitcode) in usage1() argument 878 usage(exitcode,NULL); in usage1() 882 usage(int exitcode, const char *what) in usage() argument
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | acct.h | 25 extern void acct_collect(long exitcode, int group_dead);
|
| /OK3568_Linux_fs/kernel/arch/um/kernel/ |
| H A D | Makefile | 17 obj-y = config.o exec.o exitcode.o irq.o ksyms.o mem.o \
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | dynamic_debug.c | 525 int i, errs = 0, exitcode = 0, rc, nfound = 0; in ddebug_exec_queries() local 541 exitcode = rc; in ddebug_exec_queries() 550 if (exitcode) in ddebug_exec_queries() 551 return exitcode; in ddebug_exec_queries()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/nettle/nettle/ |
| H A D | Add-target-to-only-build-tests-not-run-them.patch | 36 …VALGRIND = valgrind --error-exitcode=1 --leak-check=full --show-reachable=yes @IF_ASM@ --partial-l…
|