Searched refs:newcreds (Results 1 - 2 of 2) 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 188 *newcreds = atoi (strtok(NULL, " "));
|
H A D | healthMonitor.c | 57 int badcalls, retrans, badxids, timeouts, newcreds, badverfs, variable 1151 newcreds_long = (long) newcreds; 1698 code = krgetclientrpcdetail(&calls, &badcalls, &retrans, &badxids, &timeouts, &newcreds, &badverfs, &timers, &nomem, &cantsend); 1707 newcreds = 0;
|
Completed in 19 milliseconds