Home
last modified time | relevance | path

Searched refs:n_mibcache_rows (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4v/lib/snmp/
H A Dsnmplib.c67 static uint_t n_mibcache_rows = 0; variable
235 for (i = 0; i < n_mibcache_rows; i++) { in snmp_reinit()
240 n_mibcache_rows = 0; in snmp_reinit()
604 if (row >= n_mibcache_rows) { in lookup_int()
658 if (row >= n_mibcache_rows) { in lookup_str()
707 if (row >= n_mibcache_rows) { in lookup_bitstr()
1100 if (hint < n_mibcache_rows) { in mibcache_realloc()
1115 n_mibcache_rows * sizeof (nvlist_t *)); in mibcache_realloc()
1120 n_mibcache_rows = count; in mibcache_realloc()
1174 if (row >= n_mibcache_rows) { in mibcache_populate()