Home
last modified time | relevance | path

Searched refs:xucred (Results 1 – 15 of 15) sorted by relevance

/f-stack/freebsd/sys/
H A Ducred.h98 struct xucred { struct
159 void cru2x(struct ucred *cr, struct xucred *xcr);
160 void cru2xt(struct thread *td, struct xucred *xcr);
H A Dunpcb.h90 struct xucred unp_peercred; /* (p) peer credentials if applicable */
H A Dmount.h544 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 Ducred.h83 struct xucred { struct
114 void cru2x(struct ucred *cr, struct xucred *xcr);
H A Dunpcb.h90 struct xucred unp_peercred; /* (p) peer credentials if applicable */
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dvnode.h34 struct xucred;
/f-stack/freebsd/netinet6/
H A Dudp6_usrreq.c651 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 Dsctp6_usrreq.c399 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 Daudit_private.h184 struct xucred ar_subj_cred;
/f-stack/lib/
H A Dff_glue.c895 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 Dtcp_subr.c2350 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 Dudp_usrreq.c930 struct xucred xuc; in udp_getcred()
959 error = SYSCTL_OUT(req, &xuc, sizeof(struct xucred)); in udp_getcred()
H A Dsctp_usrreq.c352 struct xucred xuc; in sctp_getcred()
403 error = SYSCTL_OUT(req, &xuc, sizeof(struct xucred)); in sctp_getcred()
/f-stack/freebsd/kern/
H A Dkern_prot.c2136 cru2x(struct ucred *cr, struct xucred *xcr) in cru2x()
2151 cru2xt(struct thread *td, struct xucred *xcr) in cru2xt()
H A Duipc_usrreq.c1385 struct xucred xu; in uipc_ctloutput()
2925 db_print_xucred(int indent, struct xucred *xu) in db_print_xucred()