crcowget
p->p_ucred = crcowget(newcred);
td->td_realucred = crcowget(initproc->p_ucred);
newproc->p_ucred = crcowget(td->td_ucred);
crnew = crcowget(p->p_ucred);
newtd->td_realucred = crcowget(p->p_ucred);
newtd->td_realucred = crcowget(td->td_realucred);
struct ucred *crcowget(struct ucred *cr);