Searched refs:exec (Results 1 – 7 of 7) sorted by relevance
| /xnu-11215/EXTERNAL_HEADERS/img4/ |
| H A D | firmware.h | 414 const img4_firmware_execution_context_t *exec, 464 const img4_firmware_execution_context_t *exec, 507 const img4_firmware_execution_context_t *exec, 584 const img4_firmware_execution_context_t *exec,
|
| /xnu-11215/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-11215/osfmk/i386/ |
| H A D | exec.h | 69 struct exec { struct
|
| /xnu-11215/tests/ |
| H A D | stackshot_tests.m | 707 T_ASSERT_POSIX_SUCCESS(kill(pid, SIGUSR1), "signaled pre-exec child to exec"); 709 /* wait for a signal from post-exec child */ 864 T_HELPER_DECL(exec_child_preexec, "child process pre-exec") 889 T_FAIL("Received signal to exec from parent"); 909 T_QUIET; T_ASSERT_NOTNULL(child_ready_sem, "exec child semaphore"); 939 T_ASSERT_POSIX_SUCCESS(kill(pid, SIGUSR1), "signaled pre-exec child to exec"); 943 T_LOG("received signal from post-exec child, capturing stackshot"); 946 .name = "exec", 965 "test stackshots of processes in the middle of exec", 1001 T_PASS("found mid-exec process in %d tries", tries); [all …]
|
| /xnu-11215/bsd/kern/ |
| H A D | imageboot.c | 806 img4_firmware_execution_context_t exec = { in authenticate_root_with_img4() local 838 fw = img4_firmware_new_from_vnode_4xnu(IMG4_RUNTIME_DEFAULT, &exec, 'rosi', in authenticate_root_with_img4()
|
| H A D | kern_exec.c | 1219 int exec = (imgp->ip_flags & IMGPF_EXEC); in exec_mach_imgact() local 1641 psa != NULL ? psa->psa_flags : 0, imgp->ip_new_thread, exec); in exec_mach_imgact() 2179 if (exec) { in exec_mach_imgact() 2284 DTRACE_PROC1(exec, uintptr_t, excpath); in exec_activate_image()
|
| /xnu-11215/doc/debugging/ |
| H A D | debugging.md | 390 -> exec(cmd, globals, locals)
|