Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/mach/
H A Dtask_access.defs46 task_access_port : mach_port_t;
56 task_access_port : mach_port_t;
60 task_access_port : mach_port_t;
/xnu-8020.101.4/bsd/vm/
H A Dvm_unix.c329 …mach_port_t task_access_port, int32_t calling_pid, uint32_t calling_gid, int32_t target_pid, mach_…
859 …mach_port_t task_access_port, int32_t calling_pid, uint32_t calling_gid, int32_t target_pid, mach_… in __KERNEL_WAITING_ON_TASKGATED_CHECK_ACCESS_UPCALL__() argument
861 …return check_task_access_with_flavor(task_access_port, calling_pid, calling_gid, target_pid, flavo… in __KERNEL_WAITING_ON_TASKGATED_CHECK_ACCESS_UPCALL__()
/xnu-8020.101.4/bsd/kern/
H A Dkern_exec.c304 …int __EXEC_WAITING_ON_TASKGATED_CODE_SIGNATURE_UPCALL__(mach_port_t task_access_port, int32_t new_…
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__()