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

/solaris-userland-s11u3/components/net-snmp/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
186 *badxids = atoi (strtok(NULL, " "));
H A DhealthMonitor.c57 int badcalls, retrans, badxids, timeouts, newcreds, badverfs, variable
1117 badxids_long = (long) badxids;
1698 code = krgetclientrpcdetail(&calls, &badcalls, &retrans, &badxids, &timeouts, &newcreds, &badverfs, &timers, &nomem, &cantsend);
1705 badxids = 0;
2819 if ((maxtimeout <= timeouts) && (badxids <= maxbadxid)) {
2825 * badxids > maxbadxid

Completed in 28 milliseconds