Home
last modified time | relevance | path

Searched refs:RPC_ALLOWABLE_ERRORS (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dbrpc.h38 #define RPC_ALLOWABLE_ERRORS (10) /* Threshold on receiving bad results */ macro
H A Drpc.c366 &from_len)) > 0 || errors < RPC_ALLOWABLE_ERRORS) { in brpc_call()
H A Dclnt_budp.c304 if (errors >= RPC_ALLOWABLE_ERRORS) in clntbudp_call()