Home
last modified time | relevance | path

Searched refs:new_pid (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.101.4/bsd/dev/dtrace/scripts/ !
H A Dvm_object_ownership.d16 new_pid = -1;
20 new_pid = new_proc->pr_pid;
28 new_owner, new_pid, new_name,
/xnu-8020.101.4/osfmk/mach/ !
H A Dtask_access.defs57 new_pid : int32_t);
/xnu-8020.101.4/bsd/kern/ !
H A Dkern_exec.c304 …__EXEC_WAITING_ON_TASKGATED_CODE_SIGNATURE_UPCALL__(mach_port_t task_access_port, int32_t new_pid);
6841 __EXEC_WAITING_ON_TASKGATED_CODE_SIGNATURE_UPCALL__(mach_port_t task_access_port, int32_t new_pid) in __EXEC_WAITING_ON_TASKGATED_CODE_SIGNATURE_UPCALL__() argument
6843 return find_code_signature(task_access_port, new_pid); in __EXEC_WAITING_ON_TASKGATED_CODE_SIGNATURE_UPCALL__()