Home | History | Annotate | Download | only in common

Lines Matching defs:cred

239  * Copy NFS uid, gids to the cred structure.
311 struct ucred *cred, struct thread *p)
364 newnfs_setroot(struct ucred *cred)
367 cred->cr_uid = 0;
368 cred->cr_groups[0] = 0;
369 cred->cr_ngroups = 1;
378 struct ucred *cred;
381 cred = crdup(td->td_ucred);
382 newnfs_setroot(cred);
383 return (cred);
450 nfssvc_call(struct thread *p, struct nfssvc_args *uap, struct ucred *cred)