Home
last modified time | relevance | path

Searched refs:proc_ident (Results 1 – 10 of 10) sorted by relevance

/xnu-8019.80.24/security/
H A Dmac_mach.c90 struct proc_ident pident = proc_ident(p); in mac_task_check_expose_task()
113 struct proc_ident *pidentp = NULL; in mac_task_check_task_id_token_get_task()
114 struct proc_ident pident; in mac_task_check_task_id_token_get_task()
124 pident = proc_ident(target_proc); in mac_task_check_task_id_token_get_task()
188 struct proc_ident *pidentp = NULL; in mac_task_check_get_task_special_port()
189 struct proc_ident pident; in mac_task_check_get_task_special_port()
203 pident = proc_ident(target_proc); in mac_task_check_get_task_special_port()
239 struct proc_ident pident = proc_ident(targetp); in mac_task_check_set_task_special_port()
H A Dmac_policy.h2186 struct proc_ident *pident
2239 struct proc_ident *pident,
2254 struct proc_ident *pident,
3634 struct proc_ident *pident
3651 struct proc_ident *pident
3670 struct proc_ident *pident,
3690 struct proc_ident *pident
3710 struct proc_ident *pident,
3730 struct proc_ident *pident, /* Nullable */
/xnu-8019.80.24/osfmk/kern/
H A Dtask_ident.c44 struct proc_ident { struct
50 extern void* proc_find_ident(struct proc_ident const *i); argument
53 extern struct proc_ident proc_ident(void* p);
60 struct proc_ident ident;
153 token->ident = proc_ident(task->bsd_info); in task_create_identity_token()
/xnu-8019.80.24/bsd/kern/
H A Dmach_process.c181 struct proc_ident p_ident = proc_ident(p); in ptrace()
182 struct proc_ident pproc_ident = proc_ident(pproc); in ptrace()
555 struct proc_ident cur_ident = proc_ident(cur_procp); in cantrace()
556 struct proc_ident traced_ident = proc_ident(traced_procp); in cantrace()
H A Dkern_proc.c399 struct proc_ident
400 proc_ident(proc_t p) in proc_ident() function
402 struct proc_ident ident = { in proc_ident()
412 proc_find_ident(struct proc_ident const *ident) in proc_find_ident()
/xnu-8019.80.24/bsd/sys/
H A Dkernel_types.h69 struct proc_ident;
70 typedef struct proc_ident * proc_ident_t;
117 typedef struct proc_ident * proc_ident_t;
H A Dproc.h99 struct proc_ident;
278 extern proc_t proc_find_ident(struct proc_ident const *i);
H A Dproc_internal.h495 struct proc_ident { struct
979 extern struct proc_ident proc_ident(proc_t p);
/xnu-8019.80.24/bsd/vm/
H A Dvm_unix.c892 struct proc_ident pident = {0}; in task_for_pid()
918 pident = proc_ident(p); in task_for_pid()
1071 struct proc_ident pident = proc_ident(p); in task_name_for_pid()
1140 struct proc_ident pident = {0}; in task_inspect_for_pid()
1159 pident = proc_ident(proc); in task_inspect_for_pid()
1262 struct proc_ident pident = {0}; in task_read_for_pid()
1281 pident = proc_ident(proc); in task_read_for_pid()
1469 struct proc_ident pident = {0}; in debug_control_port_for_pid()
1494 pident = proc_ident(p); in debug_control_port_for_pid()
/xnu-8019.80.24/bsd/dev/dtrace/
H A Dfasttrap.c595 struct proc_ident pident = proc_ident(p); in fasttrap_setdebug()
2427 struct proc_ident cur_ident = proc_ident(current_proc()); in fasttrap_check_cred_priv()
2428 struct proc_ident p_ident = proc_ident(p); in fasttrap_check_cred_priv()