Lines Matching defs:newcr
57 crset(struct ucred *newcr, const struct ucred *cr)
61 (char *)newcr + offsetof(struct ucred, cr_startcopy),
981 struct ucred *newcr;
985 newcr = crget();
986 *newcr = *cr;
988 refcnt_init(&newcr->cr_refcnt);
989 return (newcr);
998 struct ucred *newcr;
1000 newcr = crget();
1001 *newcr = *cr;
1002 refcnt_init(&newcr->cr_refcnt);
1003 return (newcr);