Searched defs:scan (Results 1 - 2 of 2) sorted by relevance

/solaris-userland-s11u3/components/net-snmp/sun/agent/modules/healthMonitor/
H A Dkr_vmstat.c112 krgetramdetail(int *handspread, int *scan) argument
150 *scan = DELTA(cpu_vminfo.scan) / etime;
H A DhealthMonitor.c65 int handspread, scan; variable
949 scan_long = (long) scan;
1744 code = krgetramdetail(&handspread, &scan);
1750 scan = 0;
2979 /* dtype is given a value of 1 because scan is of "int" type */
2988 sprintf((char *) dvalue, "%d\0", scan);
2996 if (scan == 0) {
2999 restime = handspread / scan;

Completed in 22 milliseconds