Home
last modified time | relevance | path

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

/xnu-11215/security/
H A Dmac_mach.c90 struct proc_ident pident = proc_ident(p); in mac_task_check_expose_task()
105 struct proc_ident *pidentp = NULL; in mac_task_check_task_id_token_get_task()
106 struct proc_ident pident; in mac_task_check_task_id_token_get_task()
116 pident = proc_ident(target_proc); in mac_task_check_task_id_token_get_task()
171 struct proc_ident *pidentp = NULL; in mac_task_check_get_task_special_port()
172 struct proc_ident pident; in mac_task_check_get_task_special_port()
182 pident = proc_ident(target_proc); in mac_task_check_get_task_special_port()
212 struct proc_ident pident = proc_ident(targetp); in mac_task_check_set_task_special_port()
241 struct proc_ident pident = proc_ident(targetp); in mac_task_check_set_task_exception_ports()
277 struct proc_ident pident = proc_ident(targetp); in mac_task_check_set_thread_exception_ports()
H A Dmac_policy.h2217 struct proc_ident *pident
2270 struct proc_ident *pident,
2285 struct proc_ident *pident,
2301 struct proc_ident *pident,
2317 struct proc_ident *pident,
3687 struct proc_ident *pident,
3708 struct proc_ident *pident,
3728 struct proc_ident *pident, /* Nullable */
/xnu-11215/bsd/sys/
H A Dkernel_types.h71 struct proc_ident;
72 typedef struct proc_ident * proc_ident_t;
73 __CCT_DECLARE_CONSTRAINED_PTR_TYPES(struct proc_ident, proc_ident);
146 typedef struct proc_ident * proc_ident_t;
147 __CCT_DECLARE_CONSTRAINED_PTR_TYPES(struct proc_ident, proc_ident);
H A Dproc.h100 struct proc_ident;
294 extern proc_t proc_find_ident(struct proc_ident const *i);
H A Dproc_internal.h510 struct proc_ident { struct
1052 extern struct proc_ident proc_ident(proc_t p);
/xnu-11215/bsd/kern/
H A Dmach_process.c183 struct proc_ident p_ident = proc_ident(p); in ptrace()
184 struct proc_ident pproc_ident = proc_ident(pproc); in ptrace()
572 struct proc_ident cur_ident = proc_ident(cur_procp); in cantrace()
573 struct proc_ident traced_ident = proc_ident(traced_procp); in cantrace()
H A Dkern_proc.c417 struct proc_ident
418 proc_ident(proc_t p) in proc_ident() function
420 struct proc_ident ident = { in proc_ident()
5391 struct proc_ident pident = {0}; in task_for_pid()
5417 pident = proc_ident(p); in task_for_pid()
5584 struct proc_ident pident = proc_ident(p); in task_name_for_pid()
5653 struct proc_ident pident = {0}; in task_inspect_for_pid()
5672 pident = proc_ident(proc); in task_inspect_for_pid()
5775 struct proc_ident pident = {0}; in task_read_for_pid()
5794 pident = proc_ident(proc); in task_read_for_pid()
[all …]
/xnu-11215/osfmk/kern/
H A Dtask_ident.h70 struct proc_ident { struct
77 struct proc_ident ident; argument
H A Dtask_ident.c44 extern void* proc_find_ident(struct proc_ident const *i);
47 extern struct proc_ident proc_ident(void* p);
147 token->ident = proc_ident(bsd_info); in task_create_identity_token()
/xnu-11215/bsd/dev/dtrace/
H A Dfasttrap.c595 struct proc_ident pident = proc_ident(p); in fasttrap_setdebug()
2431 struct proc_ident cur_ident = proc_ident(current_proc()); in fasttrap_check_cred_priv()
2432 struct proc_ident p_ident = proc_ident(p); in fasttrap_check_cred_priv()