Searched refs:xcr (Results 1 – 6 of 6) sorted by relevance
| /freebsd-10-stable/sys/rpc/ |
| D | svc_auth_unix.c | 70 struct xucred *xcr; in _svcauth_unix() local 75 xcr = rqst->rq_clntcred; in _svcauth_unix() 89 xcr->cr_uid = IXDR_GET_UINT32(buf); in _svcauth_unix() 90 xcr->cr_groups[0] = IXDR_GET_UINT32(buf); in _svcauth_unix() 98 xcr->cr_groups[i + 1] = IXDR_GET_INT32(buf); in _svcauth_unix() 103 xcr->cr_ngroups = XU_NGROUPS; in _svcauth_unix() 105 xcr->cr_ngroups = gid_len + 1; in _svcauth_unix() 117 } else if (! xdr_authunix_parms(&xdrs, &time, xcr)) { in _svcauth_unix()
|
| D | auth_unix.c | 130 struct xucred xcr; in authunix_create() local 157 cru2x(cred, &xcr); in authunix_create() 161 if (!memcmp(&xcr, &au->au_xcred, sizeof(xcr))) { in authunix_create() 190 au->au_xcred = xcr; in authunix_create() 202 cru2x(cred, &xcr); in authunix_create() 203 if (! xdr_authunix_parms(&xdrs, &time, &xcr)) in authunix_create() 218 if (!memcmp(&xcr, &tau->au_xcred, sizeof(xcr))) { in authunix_create() 301 struct xucred xcr; in authunix_refresh() local 316 stat = xdr_authunix_parms(&xdrs, &time, &xcr); in authunix_refresh() 326 stat = xdr_authunix_parms(&xdrs, &time, &xcr); in authunix_refresh()
|
| D | svc_auth.c | 169 struct xucred *xcr; in svc_getcred() local 177 xcr = (struct xucred *) rqst->rq_clntcred; in svc_getcred() 179 cr->cr_uid = cr->cr_ruid = cr->cr_svuid = xcr->cr_uid; in svc_getcred() 180 crsetgroups(cr, xcr->cr_ngroups, xcr->cr_groups); in svc_getcred()
|
| /freebsd-10-stable/sys/sys/ |
| D | ucred.h | 115 void cru2x(struct ucred *cr, struct xucred *xcr);
|
| /freebsd-10-stable/sys/kern/ |
| D | kern_prot.c | 1926 cru2x(struct ucred *cr, struct xucred *xcr) in cru2x() argument 1930 bzero(xcr, sizeof(*xcr)); in cru2x() 1931 xcr->cr_version = XUCRED_VERSION; in cru2x() 1932 xcr->cr_uid = cr->cr_uid; in cru2x() 1935 xcr->cr_ngroups = ngroups; in cru2x() 1936 bcopy(cr->cr_groups, xcr->cr_groups, in cru2x()
|
| /freebsd-10-stable/contrib/binutils/gas/ |
| D | ChangeLog-9295 | 10673 * m88k-opcode.h : fixed tiny tiny mistake - xcr was incorrectly
|