Searched refs:proc_set_cred_init (Results 1 – 4 of 4) sorted by relevance
108 void proc_set_cred_init(struct proc *p, struct ucred *cr);
526 proc_set_cred_init(p, newcred); in proc0_init()
901 proc_set_cred_init(newproc, crhold(td->td_ucred)); in fork1()
1942 proc_set_cred_init(struct proc *p, struct ucred *newcred) in proc_set_cred_init() function