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

/solaris-userland/components/net-snmp-57/sun/agent/modules/healthMonitor/
H A Dkr_nfsstat.c140 krgetclientrpcdetail(double *calls, int *badcalls, int *retrans, int *badxids, int *timeouts, int *newcreds, int *badverfs, int *timers, int *nomem, int *cantsend) argument
187 *timeouts = atoi (strtok(NULL, " "));
H A DhealthMonitor.c57 int badcalls, retrans, badxids, timeouts, newcreds, badverfs, variable
1423 timeouts_long = (long) timeouts;
1698 code = krgetclientrpcdetail(&calls, &badcalls, &retrans, &badxids, &timeouts, &newcreds, &badverfs, &timers, &nomem, &cantsend);
1706 timeouts = 0;
2788 sprintf((char *) dvalue, "%d\0", timeouts);
2806 if (timeouts < maxtimeout) {
2810 * makes sense that no trap is sent when timeouts is <
2818 maxbadxid = threshold_badxids * timeouts / 100.0;
2819 if ((maxtimeout <= timeouts) && (badxids <= maxbadxid)) {

Completed in 19 milliseconds