Searched defs:cache (Results 1 - 3 of 3) sorted by relevance

/solaris-userland/components/net-snmp-57/sun/sdk/demo/demo_module_9/
H A Ddemo_module_9.c121 * Create a "cache" of useful
144 * Extract the cache from the passed argument.
146 netsnmp_delegated_cache *cache = (netsnmp_delegated_cache *) clientarg; local
153 * Make sure the cache created earlier is still
158 cache = netsnmp_handler_check_cache(cache);
160 if (!cache) {
168 reqinfo = cache->reqinfo;
169 requests = cache->requests;
173 cache
[all...]
/solaris-userland/components/net-snmp-57/sun/sdk/demo/demo_module_10/
H A Ddemo_module_10.c214 * Create a "cache" of useful
318 * Extract the cache from the passed argument.
320 netsnmp_delegated_cache *cache = (netsnmp_delegated_cache *) clientarg; local
326 * Make sure the cache created earlier is still
331 cache = netsnmp_handler_check_cache(cache);
333 if (!cache) {
341 reqinfo = cache->reqinfo;
342 requests = cache->requests;
346 cache
[all...]
/solaris-userland/components/open-fabrics/libibverbs/
H A Dsolaris_compatibility.c125 * Some temporary cache code, until things are cleaned up as part of DR
144 /* IB device info cache */
233 * For usages where ibdev cache needs to be read based on the IB device
234 * name instead of uverbs device name a simple compare against the cache
235 * entries is used to retrieve the corresponding ibdev cache entry.
241 ibdev_cache_info_t *cache = NULL; local
247 cache = &ibdev_cache[idx];
248 if (strcmp(cache->ibd_name, devname) == 0)
256 cache = NULL;
258 return (cache);
[all...]

Completed in 15 milliseconds