Searched refs:xdr_authunix_parms (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.3-release/include/rpc/
H A Dauth_unix.h71 extern bool_t xdr_authunix_parms(XDR *, struct authunix_parms *);
/freebsd-10.3-release/lib/libc/rpc/
H A Dauthunix_prot.c58 xdr_authunix_parms(xdrs, p) function
H A Dsvc_auth_unix.c118 } else if (! xdr_authunix_parms(&xdrs, aup)) {
120 (void)xdr_authunix_parms(&xdrs, aup);
H A Dauth_unix.c147 if (! xdr_authunix_parms(&xdrs, &aup))
297 stat = xdr_authunix_parms(&xdrs, &aup);
306 stat = xdr_authunix_parms(&xdrs, &aup);
314 (void)xdr_authunix_parms(&xdrs, &aup);
/freebsd-10.3-release/sys/rpc/
H A Drpc_com.h117 bool_t xdr_authunix_parms(struct XDR *xdrs, uint32_t *time, struct xucred *cred);
H A Dauthunix_prot.c64 xdr_authunix_parms(XDR *xdrs, uint32_t *time, struct xucred *cred) function
H A Dauth_unix.c203 if (! xdr_authunix_parms(&xdrs, &time, &xcr))
316 stat = xdr_authunix_parms(&xdrs, &time, &xcr);
326 stat = xdr_authunix_parms(&xdrs, &time, &xcr);
H A Dsvc_auth_unix.c117 } else if (! xdr_authunix_parms(&xdrs, &time, xcr)) {

Completed in 166 milliseconds