Home
last modified time | relevance | path

Searched refs:xcr (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/contrib/openzfs/config/
H A Dkernel-fpu.m429 AC_MSG_RESULT(i387.h & xcr.h)
40 #include <asm/xcr.h>
53 #include <asm/xcr.h>
78 #include <asm/xcr.h>
/f-stack/lib/
H A Dff_glue.c895 cru2x(struct ucred *cr, struct xucred *xcr) in cru2x() argument
900 bzero(xcr, sizeof(*xcr)); in cru2x()
901 xcr->cr_version = XUCRED_VERSION; in cru2x()
902 xcr->cr_uid = cr->cr_uid; in cru2x()
905 xcr->cr_ngroups = ngroups; in cru2x()
906 bcopy(cr->cr_groups, xcr->cr_groups, in cru2x()
1288 cru2xt(struct thread *td, struct xucred *xcr) in cru2xt() argument
1290 cru2x(td->td_ucred, xcr); in cru2xt()
1291 xcr->cr_pid = td->td_proc->p_pid; in cru2xt()
/f-stack/freebsd/sys/
H A Ducred.h159 void cru2x(struct ucred *cr, struct xucred *xcr);
160 void cru2xt(struct thread *td, struct xucred *xcr);
/f-stack/freebsd/kern/
H A Dkern_prot.c2136 cru2x(struct ucred *cr, struct xucred *xcr) in cru2x() argument
2140 bzero(xcr, sizeof(*xcr)); in cru2x()
2141 xcr->cr_version = XUCRED_VERSION; in cru2x()
2142 xcr->cr_uid = cr->cr_uid; in cru2x()
2145 xcr->cr_ngroups = ngroups; in cru2x()
2146 bcopy(cr->cr_groups, xcr->cr_groups, in cru2x()
2151 cru2xt(struct thread *td, struct xucred *xcr) in cru2xt() argument
2154 cru2x(td->td_ucred, xcr); in cru2xt()
2155 xcr->cr_pid = td->td_proc->p_pid; in cru2xt()
/f-stack/tools/compat/include/sys/
H A Ducred.h114 void cru2x(struct ucred *cr, struct xucred *xcr);
/f-stack/freebsd/contrib/libb2/
H A Dblake2-dispatch.c67 static inline uint64_t xgetbv(uint32_t xcr) in xgetbv() argument
73 : "c"(xcr) in xgetbv()