Searched refs:crcowget (Results 1 – 5 of 5) sorted by relevance
236 struct ucred *crcowget(struct ucred *cr);
565 p->p_ucred = crcowget(newcred); in proc0_init()846 td->td_realucred = crcowget(initproc->p_ucred); in create_init()
863 newtd->td_realucred = crcowget(p->p_ucred); in thread_cow_get_proc()874 newtd->td_realucred = crcowget(td->td_realucred); in thread_cow_get()
1052 newproc->p_ucred = crcowget(td->td_ucred); in fork1()
2329 crcowget(struct ucred *cr) in crcowget() function2417 crnew = crcowget(p->p_ucred); in crcowsync()