Home
last modified time | relevance | path

Searched refs:proc_find_ident (Results 1 – 6 of 6) sorted by relevance

/xnu-11215/osfmk/kern/
H A Dtask_ident.c44 extern void* proc_find_ident(struct proc_ident const *i);
186 void* p = proc_find_ident(&token->ident); in task_identity_token_get_task_grp()
/xnu-11215/bsd/kern/
H A Dmach_process.c195 if (proc_find_ident(&pproc_ident) == PROC_NULL) { in ptrace()
584 if (proc_find_ident(&traced_ident) == PROC_NULL) { in cantrace()
H A Dkern_proc.c430 proc_find_ident(struct proc_ident const *ident) in proc_find_ident() function
/xnu-11215/bsd/sys/
H A Dproc.h294 extern proc_t proc_find_ident(struct proc_ident const *i);
/xnu-11215/security/
H A Dmac_process.c339 if ((tracingp = proc_find_ident(tracing_ident)) == PROC_NULL) { in mac_proc_check_debug()
/xnu-11215/bsd/dev/dtrace/
H A Dfasttrap.c2438 if (proc_find_ident(&p_ident) == PROC_NULL) { in fasttrap_check_cred_priv()