Searched refs:cru2x (Results 1 – 10 of 10) sorted by relevance
| /f-stack/tools/compat/include/sys/ |
| H A D | ucred.h | 114 void cru2x(struct ucred *cr, struct xucred *xcr);
|
| /f-stack/freebsd/sys/ |
| H A D | ucred.h | 159 void cru2x(struct ucred *cr, struct xucred *xcr);
|
| /f-stack/lib/ |
| H A D | ff_glue.c | 895 cru2x(struct ucred *cr, struct xucred *xcr) in cru2x() function 1290 cru2x(td->td_ucred, xcr); in cru2xt()
|
| /f-stack/freebsd/security/audit/ |
| H A D | audit.c | 282 cru2x(cred, &ar->k_ar.ar_subj_cred); in audit_record_ctor()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_prot.c | 2136 cru2x(struct ucred *cr, struct xucred *xcr) in cru2x() function 2154 cru2x(td->td_ucred, xcr); in cru2xt()
|
| /f-stack/freebsd/netinet6/ |
| H A D | sctp6_usrreq.c | 453 cru2x(inp->sctp_socket->so_cred, &xuc); in sctp6_getcred()
|
| H A D | udp6_usrreq.c | 685 cru2x(inp->inp_cred, &xuc); in udp6_getcred()
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_subr.c | 2372 cru2x(inp->inp_cred, &xuc); in tcp_getcred() 2440 cru2x(inp->inp_cred, &xuc); in tcp6_getcred()
|
| H A D | udp_usrreq.c | 954 cru2x(inp->inp_cred, &xuc); in udp_getcred()
|
| H A D | sctp_usrreq.c | 401 cru2x(inp->sctp_socket->so_cred, &xuc); in sctp_getcred()
|