/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;
|
/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;
|
/src/sys/dev/nvmm/x86/ |
nvmm_x86_svm.c | 350 uint64_t exitcode; member in struct:vmcb_ctrl 1536 if (__predict_true(vmcb->ctrl.exitcode != VMCB_EXITCODE_INVALID)) { 1606 if (vmcb->ctrl.exitcode != VMCB_EXITCODE_INVALID) { 1613 switch (vmcb->ctrl.exitcode) { 1675 svm_exit_invalid(exit, vmcb->ctrl.exitcode);
|
nvmm_x86_svm.c | 350 uint64_t exitcode; member in struct:vmcb_ctrl 1536 if (__predict_true(vmcb->ctrl.exitcode != VMCB_EXITCODE_INVALID)) { 1606 if (vmcb->ctrl.exitcode != VMCB_EXITCODE_INVALID) { 1613 switch (vmcb->ctrl.exitcode) { 1675 svm_exit_invalid(exit, vmcb->ctrl.exitcode);
|
nvmm_x86_vmx.c | 2231 uint64_t exitcode; local in function:vmx_vcpu_run 2301 exitcode = vmx_vmread(VMCS_EXIT_REASON); 2302 exitcode &= __BITS(15,0); 2304 switch (exitcode) { 2370 vmx_exit_invalid(exit, exitcode);
|
nvmm_x86_vmx.c | 2231 uint64_t exitcode; local in function:vmx_vcpu_run 2301 exitcode = vmx_vmread(VMCS_EXIT_REASON); 2302 exitcode &= __BITS(15,0); 2304 switch (exitcode) { 2370 vmx_exit_invalid(exit, exitcode);
|