Searched refs:exec (Results 1 – 7 of 7) sorted by relevance
| /xnu-8019.80.24/EXTERNAL_HEADERS/img4/ |
| H A D | firmware.h | 280 const img4_firmware_execution_context_t *exec, 330 const img4_firmware_execution_context_t *exec, 373 const img4_firmware_execution_context_t *exec, 450 const img4_firmware_execution_context_t *exec,
|
| /xnu-8019.80.24/libkern/libkern/img4/ |
| H A D | interface.h | 101 const img4_firmware_execution_context_t *exec, 109 const img4_firmware_execution_context_t *exec, 123 const img4_firmware_execution_context_t *exec,
|
| /xnu-8019.80.24/osfmk/i386/ |
| H A D | exec.h | 69 struct exec { struct
|
| /xnu-8019.80.24/tests/ |
| H A D | stackshot_tests.m | 558 T_QUIET; T_ASSERT_NOTNULL(child_ready_sem, "exec child semaphore"); 590 T_ASSERT_POSIX_SUCCESS(kill(pid, SIGUSR1), "signaled pre-exec child to exec"); 596 T_ASSERT_POSIX_SUCCESS(kill(pid, SIGKILL), "kill post-exec child %d", pid); 625 T_ASSERT_POSIX_SUCCESS(waitpid(pid, &status, 0), "waitpid on post-exec child"); 744 T_HELPER_DECL(exec_child_preexec, "child process pre-exec") 754 // Parent took a timestamp then signaled us: exec into the next process 769 T_FAIL("Received signal to exec from parent"); 772 T_HELPER_DECL(exec_child_postexec, "child process post-exec to sample") 780 T_DECL(exec, "test getting full task snapshots for a task that execs") 789 T_QUIET; T_ASSERT_NOTNULL(child_ready_sem, "exec child semaphore"); [all …]
|
| H A D | hvtest_x86.m | 297 // EPT exec fault
|
| /xnu-8019.80.24/bsd/kern/ |
| H A D | imageboot.c | 795 img4_firmware_execution_context_t exec = { in authenticate_root_with_img4() local 832 fw = img4_firmware_new_from_vnode_4xnu(IMG4_RUNTIME_DEFAULT, &exec, 'rosi', in authenticate_root_with_img4()
|
| H A D | kern_exec.c | 1024 int exec = (imgp->ip_flags & IMGPF_EXEC); in exec_mach_imgact() local 1710 if (exec) { in exec_mach_imgact() 1807 DTRACE_PROC1(exec, uintptr_t, excpath); in exec_activate_image()
|