Searched refs:read_stat (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/stand/lib/fs/nfs/
H A Dnfs2ops.c62 enum clnt_stat read_stat; local
101 read_stat = CLNT_CALL(root_CLIENT, NFSPROC_READ,
105 if (read_stat == RPC_TIMEDOUT) {
134 } while (read_stat == RPC_TIMEDOUT);
136 if (read_stat != RPC_SUCCESS)
H A Dnfs3ops.c60 enum clnt_stat read_stat; local
103 read_stat = CLNT_CALL(root_CLIENT, NFSPROC3_READ,
107 if (read_stat == RPC_TIMEDOUT) {
136 } while (read_stat == RPC_TIMEDOUT);
138 if (read_stat != RPC_SUCCESS)

Completed in 92 milliseconds