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

/solaris-userland/components/net-snmp-57/sun/agent/modules/healthMonitor/
H A Dkr_vmstat.c31 #include <sys/sysinfo.h>
48 sysinfo_t sysinfo; member in struct:__anon4
91 updates = denom(DELTA(sysinfo.updates));
96 *runque = DELTA(sysinfo.runque) / updates;
97 *waiting = DELTA(sysinfo.waiting) / updates;
98 *swapque = DELTA(sysinfo.swpque) / updates;
205 sysinfo_ksp = safe_kstat_lookup(kc, "unix", 0, "sysinfo");
255 safe_kstat_read(kc, sysinfo_ksp, (void *) &s_new.sysinfo);

Completed in 12 milliseconds