Searched refs:badverfs (Results 1 - 2 of 2) sorted by relevance
/solaris-userland-s11u3/components/net-snmp/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 189 *badverfs = atoi (strtok(NULL, " "));
|
H A D | healthMonitor.c | 57 int badcalls, retrans, badxids, timeouts, newcreds, badverfs, variable 1287 badverfs_long = (long) badverfs; 1698 code = krgetclientrpcdetail(&calls, &badcalls, &retrans, &badxids, &timeouts, &newcreds, &badverfs, &timers, &nomem, &cantsend); 1708 badverfs = 0;
|
Completed in 39 milliseconds