Searched refs:calls (Results 1 - 3 of 3) 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
183 *calls = atof(strtok(buf, " "));
H A DhealthMonitor.c56 double calls; variable
1698 code = krgetclientrpcdetail(&calls, &badcalls, &retrans, &badxids, &timeouts, &newcreds, &badverfs, &timers, &nomem, &cantsend);
1702 calls = 0;
1714 /* "calls" is defined as a "DisplayString" in the MIB. So, converting
1718 sprintf(callsStr, "%3.1f\0", calls);
2795 if (calls <= threshold_mincalls) {
2798 * sense that no trap is sent when calls is < threshold_mincalls.
2804 maxtimeout = threshold_timeouts * calls / 100.0;
/solaris-userland-s11u3/make-rules/
H A Dshared-macros.mk481 # Amongst other things, this option will cause system calls like

Completed in 275 milliseconds