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

/illumos-gate/usr/src/cmd/picl/plugins/sun4v/lib/snmp/
H A Dsnmplib.c66 static nvlist_t **mibcache = NULL; variable
86 * entries in the mibcache toward expiration. The code originally used
101 * The mibcache code originally cached values for 300 seconds after fetching
119 * mibcache entry even though it hasn't expired.
245 if ((nvl = mibcache[i]) != NULL)
250 if (mibcache) {
251 free(mibcache);
252 mibcache = NULL;
618 if (mibcache[row] == NULL) {
628 if (nvlist_lookup_int32_array(mibcache[ro
[all...]

Completed in 58 milliseconds