Searched refs:calls (Results 1 - 3 of 3) sorted by relevance
/solaris-userland/components/net-snmp-57/sun/agent/modules/healthMonitor/ |
H A D | kr_nfsstat.c | 140 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 D | healthMonitor.c | 56 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/make-rules/ |
H A D | shared-macros.mk | 751 # Amongst other things, this option will cause system calls like
|
Completed in 24 milliseconds