Home
last modified time | relevance | path

Searched refs:nfsauth_res_t (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/nfs/
H A Dauth.h176 typedef struct nfsauth_res nfsauth_res_t; typedef
199 extern bool_t xdr_nfsauth_res(XDR *, nfsauth_res_t *);
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs_auth_xdr.c81 xdr_nfsauth_res(XDR *xdrs, nfsauth_res_t *argp) in xdr_nfsauth_res()
H A Dnfs_auth.c349 nfsauth_res_t res = {0}; in nfsauth_retrieve()
558 DTRACE_PROBE1(nfsserv__func__nfsauth__results, nfsauth_res_t *, &res); in nfsauth_retrieve()
/titanic_41/usr/src/cmd/fs.d/nfs/mountd/
H A Dnfsauth_xdr.c82 xdr_nfsauth_res(XDR *xdrs, nfsauth_res_t *argp) in xdr_nfsauth_res()
H A Dnfsauth.c108 nfsauth_res_t res = {0}; in nfsauth_func()