Home
last modified time | relevance | path

Searched refs:exec (Results 1 – 7 of 7) sorted by relevance

/xnu-8019.80.24/EXTERNAL_HEADERS/img4/
H A Dfirmware.h280 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 Dinterface.h101 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 Dexec.h69 struct exec { struct
/xnu-8019.80.24/tests/
H A Dstackshot_tests.m558 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 Dhvtest_x86.m297 // EPT exec fault
/xnu-8019.80.24/bsd/kern/
H A Dimageboot.c795 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 Dkern_exec.c1024 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()