Searched refs:exec (Results 1 – 8 of 8) sorted by relevance
| /xnu-8020.101.4/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-8020.101.4/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-8020.101.4/osfmk/i386/ |
| H A D | exec.h | 69 struct exec { struct
|
| /xnu-8020.101.4/tests/ |
| H A D | stackshot_tests.m | 561 T_QUIET; T_ASSERT_NOTNULL(child_ready_sem, "exec child semaphore"); 593 T_ASSERT_POSIX_SUCCESS(kill(pid, SIGUSR1), "signaled pre-exec child to exec"); 599 T_ASSERT_POSIX_SUCCESS(kill(pid, SIGKILL), "kill post-exec child %d", pid); 628 T_ASSERT_POSIX_SUCCESS(waitpid(pid, &status, 0), "waitpid on post-exec child"); 747 T_HELPER_DECL(exec_child_preexec, "child process pre-exec") 757 // Parent took a timestamp then signaled us: exec into the next process 772 T_FAIL("Received signal to exec from parent"); 775 T_HELPER_DECL(exec_child_postexec, "child process post-exec to sample") 783 T_DECL(exec, "test getting full task snapshots for a task that execs") 792 T_QUIET; T_ASSERT_NOTNULL(child_ready_sem, "exec child semaphore"); [all …]
|
| H A D | hvtest_x86.m | 297 // EPT exec fault
|
| /xnu-8020.101.4/bsd/kern/ |
| H A D | imageboot.c | 799 img4_firmware_execution_context_t exec = { in authenticate_root_with_img4() local 836 fw = img4_firmware_new_from_vnode_4xnu(IMG4_RUNTIME_DEFAULT, &exec, 'rosi', in authenticate_root_with_img4()
|
| H A D | kern_exec.c | 1025 int exec = (imgp->ip_flags & IMGPF_EXEC); in exec_mach_imgact() local 1711 if (exec) { in exec_mach_imgact() 1808 DTRACE_PROC1(exec, uintptr_t, excpath); in exec_activate_image()
|
| /xnu-8020.101.4/doc/ |
| H A D | debugging.md | 498 -> exec(cmd, globals, locals)
|