Home
last modified time | relevance | path

Searched defs:nfsd_srvargs (Results 1 – 2 of 2) sorted by relevance

/csrg-svn/sys/nfs/
H A Dnfs.h171 struct nfsd_srvargs { struct
172 struct nfsd *nsd_nfsd; /* Pointer to in kernel nfsd struct */
173 uid_t nsd_uid; /* Effective uid mapped to cred */
174 u_long nsd_haddr; /* Ip address of client */
175 struct ucred nsd_cr; /* Cred. uid maps to */
176 int nsd_authlen; /* Length of auth string (ret) */
177 u_char *nsd_authstr; /* Auth string (ret) */
178 int nsd_verflen; /* and the verfier */
179 u_char *nsd_verfstr;
180 struct timeval nsd_timestamp; /* timestamp from verifier */
[all …]
H A Dnfs_syscalls.c139 struct nfsd_srvargs nfsd_srvargs, *nsd = &nfsd_srvargs; local