Searched defs:xdr_authunix_parms (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Dauth_sys.h95 #define xdr_authunix_parms(xdrs, p) xdr_authsys_parms(xdrs, p) macro
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dauthu_prot.c57 xdr_authunix_parms(XDR *xdrs, struct authunix_parms *p) function
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dauth_unix.c128 if (!xdr_authunix_parms(&xdrs, &aup)) {
129 prom_panic("authunix_create: xdr_authunix_parms failed");
218 stat = xdr_authunix_parms(&xdrs, &aup);
226 stat = xdr_authunix_parms(&xdrs, &aup);
234 (void) xdr_authunix_parms(&xdrs, &aup);
293 xdr_authunix_parms(XDR *xdrs, struct authunix_parms *p) function
/illumos-gate/usr/src/man/man3nsl/
H A DMakefile262 xdr_authunix_parms.3nsl \
437 xdr_authunix_parms.3nsl := LINKSRC = rpc_soc.3nsl

Completed in 926 milliseconds