Searched refs:framing_errs (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/stand/lib/fs/nfs/
H A Dnfs2ops.c66 int framing_errs = 0; /* stack errors */ local
116 framing_errs++;
118 if (framing_errs > NFS_MAX_FERRS &&
125 framing_errs = 0;
H A Dnfs3ops.c64 int framing_errs = 0; /* stack errors */ local
118 framing_errs++;
120 if (framing_errs > NFS_MAX_FERRS &&
127 framing_errs = 0;
H A Dnfs4ops.c68 int framing_errs = 0; local
123 framing_errs++;
125 if (framing_errs > NFS_MAX_FERRS &&
132 framing_errs = 0;

Completed in 101 milliseconds