Searched refs:buf_total (Results 1 - 2 of 2) sorted by relevance

/solaris-userland-s11u3/components/net-snmp/sun/agent/modules/healthMonitor/
H A Dkr_memory.c133 krgetkmemdetail (const char *cache_name, int *alloc, int *alloc_fail, int *buf_size, int *buf_avail, int *buf_total, int *buf_max) argument
150 *buf_total = 0;
164 *buf_total += kstat_named_value(ksp, "buf_total");
H A DhealthMonitor.c71 int alloc, alloc_fail=0, buf_size, buf_avail, buf_total, buf_max; variable
1766 code = krgetkmemdetail(char_name, &alloc, &alloc_fail, &buf_size, &buf_avail, &buf_total, &buf_max);

Completed in 62 milliseconds