Searched refs:xucred (Results 1 – 15 of 15) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | ucred.h | 98 struct xucred { struct 159 void cru2x(struct ucred *cr, struct xucred *xcr); 160 void cru2xt(struct thread *td, struct xucred *xcr);
|
| H A D | unpcb.h | 90 struct xucred unp_peercred; /* (p) peer credentials if applicable */
|
| H A D | mount.h | 544 struct xucred ex_anon; /* mapping for anonymous user */ 559 struct xucred ex_anon; /* mapping for anonymous user */
|
| /f-stack/tools/compat/include/sys/ |
| H A D | ucred.h | 83 struct xucred { struct 114 void cru2x(struct ucred *cr, struct xucred *xcr);
|
| H A D | unpcb.h | 90 struct xucred unp_peercred; /* (p) peer credentials if applicable */
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | vnode.h | 34 struct xucred;
|
| /f-stack/freebsd/netinet6/ |
| H A D | udp6_usrreq.c | 651 struct xucred xuc; in udp6_getcred() 663 if (req->oldlen != sizeof(struct xucred)) in udp6_getcred() 690 error = SYSCTL_OUT(req, &xuc, sizeof(struct xucred)); in udp6_getcred()
|
| H A D | sctp6_usrreq.c | 399 struct xucred xuc; in sctp6_getcred() 455 error = SYSCTL_OUT(req, &xuc, sizeof(struct xucred)); in sctp6_getcred()
|
| /f-stack/freebsd/security/audit/ |
| H A D | audit_private.h | 184 struct xucred ar_subj_cred;
|
| /f-stack/lib/ |
| H A D | ff_glue.c | 895 cru2x(struct ucred *cr, struct xucred *xcr) in cru2x() 1288 cru2xt(struct thread *td, struct xucred *xcr) in cru2xt()
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_subr.c | 2350 struct xucred xuc; in tcp_getcred() 2377 error = SYSCTL_OUT(req, &xuc, sizeof(struct xucred)); in tcp_getcred() 2392 struct xucred xuc; in tcp6_getcred() 2445 error = SYSCTL_OUT(req, &xuc, sizeof(struct xucred)); in tcp6_getcred()
|
| H A D | udp_usrreq.c | 930 struct xucred xuc; in udp_getcred() 959 error = SYSCTL_OUT(req, &xuc, sizeof(struct xucred)); in udp_getcred()
|
| H A D | sctp_usrreq.c | 352 struct xucred xuc; in sctp_getcred() 403 error = SYSCTL_OUT(req, &xuc, sizeof(struct xucred)); in sctp_getcred()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_prot.c | 2136 cru2x(struct ucred *cr, struct xucred *xcr) in cru2x() 2151 cru2xt(struct thread *td, struct xucred *xcr) in cru2xt()
|
| H A D | uipc_usrreq.c | 1385 struct xucred xu; in uipc_ctloutput() 2925 db_print_xucred(int indent, struct xucred *xu) in db_print_xucred()
|