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