Searched defs: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
244 for (i = 0; i < n_mibcache_rows; i++) {
249 n_mibcache_rows = 0;
613 if (row >= n_mibcache_rows) {
667 if (row >= n_mibcache_rows) {
716 if (row >= n_mibcache_rows) {
1159 if (hint < n_mibcache_rows) {
1174 n_mibcache_rows * sizeof (nvlist_t *));
1179 n_mibcache_rows = count;
1233 if (row >= n_mibcache_rows) {
[all...]

Completed in 60 milliseconds