Searched refs:xcr (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | kernel-fpu.m4 | 29 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 D | ff_glue.c | 895 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 D | ucred.h | 159 void cru2x(struct ucred *cr, struct xucred *xcr); 160 void cru2xt(struct thread *td, struct xucred *xcr);
|
| /f-stack/freebsd/kern/ |
| H A D | kern_prot.c | 2136 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 D | ucred.h | 114 void cru2x(struct ucred *cr, struct xucred *xcr);
|
| /f-stack/freebsd/contrib/libb2/ |
| H A D | blake2-dispatch.c | 67 static inline uint64_t xgetbv(uint32_t xcr) in xgetbv() argument 73 : "c"(xcr) in xgetbv()
|