Searched refs:new_pid (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/xnu-2782.1.97/osfmk/mach/
H A Dtask_access.defs57 new_pid : int32_t);
/macosx-10.10/xnu-2782.1.97/osfmk/kperf/
H A Dkperfbsd.c76 void kdbg_swap_global_state_pid(pid_t old_pid, pid_t new_pid); /* bsd/kern/kdebug.c */
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkdebug.c343 kdbg_swap_global_state_pid(pid_t old_pid, pid_t new_pid);
346 kdbg_swap_global_state_pid(pid_t old_pid, pid_t new_pid) argument
354 global_state_pid = new_pid;
H A Dkern_exec.c200 __attribute__((noinline)) int __EXEC_WAITING_ON_TASKGATED_CODE_SIGNATURE_UPCALL__(mach_port_t task_access_port, int32_t new_pid);
4382 __EXEC_WAITING_ON_TASKGATED_CODE_SIGNATURE_UPCALL__(mach_port_t task_access_port, int32_t new_pid) argument
4384 return find_code_signature(task_access_port, new_pid);

Completed in 97 milliseconds