Home
last modified time | relevance | path

Searched refs:set_security_token (Results 1 – 5 of 5) sorted by relevance

/xnu-11215.41.3/bsd/sys/
H A Ducred.h221 int set_security_token(struct proc *p, struct ucred *cred);
/xnu-11215.41.3/bsd/kern/
H A Dkern_prot.c1668 set_security_token(proc_t p, struct ucred *my_cred) in set_security_token() function
H A Dkern_fork.c349 set_security_token(child_proc, proc_ucred_unsafe(child_proc)); in fork1()
H A Dkern_credential.c3938 set_security_token(p, cur_cred); in kauth_cred_proc_update()
3964 set_security_token(p, new_cred); in kauth_cred_proc_update()
H A Dkern_exec.c7163 set_security_token(p, proc_ucred_unsafe(p)); in load_init_program_at_path()