Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/sys/
H A Ducred.h221 int set_security_token(struct proc *p, struct ucred *cred);
/xnu-10002.81.5/bsd/kern/
H A Dkern_prot.c1671 set_security_token(proc_t p, struct ucred *my_cred) in set_security_token() function
H A Dkern_fork.c346 set_security_token(child_proc, proc_ucred_unsafe(child_proc)); in fork1()
H A Dkern_credential.c3824 set_security_token(p, cur_cred); in kauth_cred_proc_update()
3850 set_security_token(p, new_cred); in kauth_cred_proc_update()
H A Dkern_exec.c6958 set_security_token(p, proc_ucred_unsafe(p)); in load_init_program_at_path()