HomeSort by: relevance | last modified time | path
    Searched refs:exitcode (Results 1 - 25 of 102) sorted by relevancy

1 2 3 4 5

  /src/tests/lib/libnvmm/
t_io_assist.sh 41 exitcode=$?
43 if [ $exitcode -eq 6 ] ; then
45 elif [ $exitcode -ne 0 ] ; then
46 atf_fail "I/O Assist failed with errno $exitcode"
t_mem_assist.sh 41 exitcode=$?
43 if [ $exitcode -eq 6 ] ; then
45 elif [ $exitcode -ne 0 ] ; then
46 atf_fail "Mem Assist failed with errno $exitcode"
t_io_assist.sh 41 exitcode=$?
43 if [ $exitcode -eq 6 ] ; then
45 elif [ $exitcode -ne 0 ] ; then
46 atf_fail "I/O Assist failed with errno $exitcode"
t_mem_assist.sh 41 exitcode=$?
43 if [ $exitcode -eq 6 ] ; then
45 elif [ $exitcode -ne 0 ] ; then
46 atf_fail "Mem Assist failed with errno $exitcode"
t_io_assist.sh 41 exitcode=$?
43 if [ $exitcode -eq 6 ] ; then
45 elif [ $exitcode -ne 0 ] ; then
46 atf_fail "I/O Assist failed with errno $exitcode"
t_mem_assist.sh 41 exitcode=$?
43 if [ $exitcode -eq 6 ] ; then
45 elif [ $exitcode -ne 0 ] ; then
46 atf_fail "Mem Assist failed with errno $exitcode"
  /src/tests/fs/psshfs/
h_have_puffs.c 37 int exitcode, fd; local in function:main
43 exitcode = EXIT_SUCCESS;
47 exitcode = EXIT_SUCCESS;
50 exitcode = EXIT_SUCCESS;
53 exitcode = EXIT_FAILURE;
57 return exitcode;
h_have_puffs.c 37 int exitcode, fd; local in function:main
43 exitcode = EXIT_SUCCESS;
47 exitcode = EXIT_SUCCESS;
50 exitcode = EXIT_SUCCESS;
53 exitcode = EXIT_FAILURE;
57 return exitcode;
h_have_puffs.c 37 int exitcode, fd; local in function:main
43 exitcode = EXIT_SUCCESS;
47 exitcode = EXIT_SUCCESS;
50 exitcode = EXIT_SUCCESS;
53 exitcode = EXIT_FAILURE;
57 return exitcode;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_termination.cc 60 internal__exit(common_flags()->exitcode);
sanitizer_termination.cc 60 internal__exit(common_flags()->exitcode);
sanitizer_termination.cc 60 internal__exit(common_flags()->exitcode);
sanitizer_libc.h 70 void NORETURN internal__exit(int exitcode);
sanitizer_libc.h 70 void NORETURN internal__exit(int exitcode);
  /src/distrib/utils/ssh/
ssh.c 204 int i, argc, exitcode, cpid, cstat; local in function:runfile
207 exitcode = 0;
258 exitcode = cmd_eval(argc, argv);
274 if (exitcode && eflag)
278 return exitcode;
ssh.c 204 int i, argc, exitcode, cpid, cstat; local in function:runfile
207 exitcode = 0;
258 exitcode = cmd_eval(argc, argv);
274 if (exitcode && eflag)
278 return exitcode;
ssh.c 204 int i, argc, exitcode, cpid, cstat; local in function:runfile
207 exitcode = 0;
258 exitcode = cmd_eval(argc, argv);
274 if (exitcode && eflag)
278 return exitcode;
  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan.cc 48 cf.exitcode = 23;
lsan_common_linux.cc 115 if (common_flags()->exitcode) Die();
lsan.cc 48 cf.exitcode = 23;
lsan_common_linux.cc 115 if (common_flags()->exitcode) Die();
lsan.cc 48 cf.exitcode = 23;
lsan_common_linux.cc 115 if (common_flags()->exitcode) Die();
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_flags.cc 68 cf.exitcode = 66;
tsan_flags.cc 68 cf.exitcode = 66;

Completed in 44 milliseconds

1 2 3 4 5