Searched refs:xdr_authunix_parms (Results 1 – 11 of 11) sorted by relevance
/freebsd/lib/libc/rpc/ |
H A D | auth_unix.c | 137 if (! xdr_authunix_parms(&xdrs, &aup)) in authunix_create() 282 stat = xdr_authunix_parms(&xdrs, &aup); in authunix_refresh() 291 stat = xdr_authunix_parms(&xdrs, &aup); in authunix_refresh() 299 (void)xdr_authunix_parms(&xdrs, &aup); in authunix_refresh()
|
H A D | svc_auth_unix.c | 111 } else if (! xdr_authunix_parms(&xdrs, aup)) { in _svcauth_unix() 113 (void)xdr_authunix_parms(&xdrs, aup); in _svcauth_unix()
|
H A D | authunix_prot.c | 53 xdr_authunix_parms(XDR *xdrs, struct authunix_parms *p) in xdr_authunix_parms() function
|
H A D | Symbol.map | 18 xdr_authunix_parms;
|
H A D | Makefile.inc | 177 rpc_soc.3 xdr_authunix_parms.3 \
|
/freebsd/sys/rpc/ |
H A D | auth_unix.c | 199 if (! xdr_authunix_parms(&xdrs, &time, &xcr)) in authunix_create() 310 stat = xdr_authunix_parms(&xdrs, &time, &xcr); in authunix_refresh() 320 stat = xdr_authunix_parms(&xdrs, &time, &xcr); in authunix_refresh()
|
H A D | authunix_prot.c | 60 xdr_authunix_parms(XDR *xdrs, uint32_t *time, struct xucred *cred) in xdr_authunix_parms() function
|
H A D | rpc_com.h | 114 bool_t xdr_authunix_parms(struct XDR *xdrs, uint32_t *time, struct xucred *cred);
|
H A D | svc_auth_unix.c | 113 } else if (! xdr_authunix_parms(&xdrs, &time, xcr)) { in _svcauth_unix()
|
/freebsd/include/rpc/ |
H A D | auth_unix.h | 69 extern bool_t xdr_authunix_parms(XDR *, struct authunix_parms *);
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 3318 fun:xdr_authunix_parms=uninstrumented
|