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

/opensolaris-onvv-gate/usr/src/stand/lib/fs/nfs/
H A Dgetdents.c97 struct timeval zero_timeout = {0, 0}; /* default */ local
136 xdr_readdirres, (caddr_t)&res, zero_timeout);
H A Dgetdents3.c97 struct timeval zero_timeout = {0, 0}; /* default */ local
137 xdr_READDIR3res, (caddr_t)&res, zero_timeout);
H A Dgetdents4.c98 struct timeval zero_timeout = {0, 0}; /* default */ local
157 xdr_readdir4_res, (caddr_t)&readdir_res, zero_timeout);
H A Dnfs3ops.c351 struct timeval zero_timeout = {0, 0}; /* default */ local
368 zero_timeout);
409 struct timeval zero_timeout = {0, 0}; /* default */ local
428 xdr_READLINK3res, (caddr_t)&linkres, zero_timeout);
H A Dnfs2ops.c51 static struct timeval zero_timeout = {0, 0}; /* default */ variable in typeref:struct:timeval
323 zero_timeout);
359 xdr_readlinkres, (caddr_t)&linkres, zero_timeout);
H A Dnfs4ops.c51 static struct timeval zero_timeout = {0, 0}; /* default */ variable in typeref:struct:timeval
228 (caddr_t)&getattrres, zero_timeout);
441 (caddr_t)&lookupres, zero_timeout);
545 (caddr_t)&lookupres, zero_timeout);
623 (caddr_t)&readlinkres, zero_timeout);

Completed in 119 milliseconds