Searched refs:buf_max (Results 1 - 2 of 2) sorted by relevance
/solaris-userland-s11u3/components/net-snmp/sun/agent/modules/healthMonitor/ |
H A D | kr_memory.c | 133 krgetkmemdetail (const char *cache_name, int *alloc, int *alloc_fail, int *buf_size, int *buf_avail, int *buf_total, int *buf_max) argument 151 *buf_max = 0; 165 *buf_max += kstat_named_value(ksp, "buf_max");
|
H A D | healthMonitor.c | 71 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 18 milliseconds