|   /src/lib/libc/rpc/ | 
| pmap_getport.c  | 70 static const struct timeval tottimeout = { 60, 0 };  variable in typeref:typename:const struct timeval  82 	    parms, (xdrproc_t)xdr_u_short, port, tottimeout) != RPC_SUCCESS) {
  | 
| clnt_simple.c  | 136 	struct timeval timeout, tottimeout;  local in function:rpc_call  208 	tottimeout.tv_sec = 25; 209 	tottimeout.tv_usec = 0; 211 	    outproc, out, tottimeout);
  | 
| rpcb_clnt.c  | 89 static struct timeval tottimeout = { 60, 0 };  variable in typeref:struct:timeval  132 		*(struct timeval *)info = tottimeout; 135 		tottimeout = *(struct timeval *)info; 575 	    (char *)(void *)&rslt, tottimeout) != RPC_SUCCESS) { 617 	    (char *)(void *)&rslt, tottimeout) != RPC_SUCCESS) { 739 		    tottimeout); 846 		    (char *)(void *)&relp, tottimeout); 908 		    tottimeout); 1026 	    (char *)(void *)&head, tottimeout); 1044 		    (char *)(void *)&head, tottimeout) == RPC_SUCCESS     [all...] | 
|   /src/lib/libquota/ | 
| quota_nfs.c  | 102 	struct timeval timeout, tottimeout;  local in function:callaurpc  120 	tottimeout.tv_sec = 25; 121 	tottimeout.tv_usec = 0; 123 	    outproc, out, tottimeout);
  |