Searched refs:crcowget (Results 1 – 5 of 5) sorted by relevance
233 struct ucred *crcowget(struct ucred *cr);
563 p->p_ucred = crcowget(newcred); in proc0_init()844 td->td_realucred = crcowget(initproc->p_ucred); in create_init()
861 newtd->td_realucred = crcowget(p->p_ucred); in thread_cow_get_proc()872 newtd->td_realucred = crcowget(td->td_realucred); in thread_cow_get()
1051 newproc->p_ucred = crcowget(td->td_ucred); in fork1()
2329 crcowget(struct ucred *cr) in crcowget() function2417 crnew = crcowget(p->p_ucred); in crcowsync()