Home
last modified time | relevance | path

Searched refs:zero_timeout (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/stand/lib/fs/nfs/
H A Dgetdents.c97 struct timeval zero_timeout = {0, 0}; /* default */ in nfsgetdents() local
136 xdr_readdirres, (caddr_t)&res, zero_timeout); in nfsgetdents()
H A Dgetdents3.c97 struct timeval zero_timeout = {0, 0}; /* default */ in nfs3getdents() local
137 xdr_READDIR3res, (caddr_t)&res, zero_timeout); in nfs3getdents()
H A Dnfs3ops.c351 struct timeval zero_timeout = {0, 0}; /* default */ in nfs3lookup() local
368 zero_timeout); in nfs3lookup()
409 struct timeval zero_timeout = {0, 0}; /* default */ in nfs3getsymlink() local
428 xdr_READLINK3res, (caddr_t)&linkres, zero_timeout); in nfs3getsymlink()
H A Dnfs2ops.c51 static struct timeval zero_timeout = {0, 0}; /* default */ variable
323 zero_timeout); in nfslookup()
359 xdr_readlinkres, (caddr_t)&linkres, zero_timeout); in nfsgetsymlink()
H A Dnfs4ops.c51 static struct timeval zero_timeout = {0, 0}; /* default */ variable
228 (caddr_t)&getattrres, zero_timeout); in nfs4getattr()
441 (caddr_t)&lookupres, zero_timeout); in nfs4lookup()
545 (caddr_t)&lookupres, zero_timeout); in nfs4lookupp()
623 (caddr_t)&readlinkres, zero_timeout); in nfs4getsymlink()
H A Dgetdents4.c98 struct timeval zero_timeout = {0, 0}; /* default */ in nfs4getdents() local
157 xdr_readdir4_res, (caddr_t)&readdir_res, zero_timeout); in nfs4getdents()