Searched defs:buf_size (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
148 *buf_size = 0;
162 *buf_size += kstat_named_value(ksp, "buf_size");
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 25 milliseconds