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

/illumos-gate/usr/src/uts/sun4u/lw8/io/
H A Dsgenv.c200 * cache and creates a temp buffer called env_cache_snapshot. The
201 * kstat_snapshot function then bcopies the env_cache_snapshot into the
207 static void *env_cache_snapshot = NULL; variable
1128 if ((env_cache_snapshot != NULL) &&
1131 "env_cache_snapshot buf", f);
1132 kmem_free(env_cache_snapshot, env_cache_snapshot_size);
1139 env_cache_snapshot = kmem_zalloc(
1148 ptr = env_cache_snapshot;
1205 bcopy(env_cache_snapshot, buf, env_cache_snapshot_size);
1216 DCMN_ERR_CACHE(CE_NOTE, "%s freeing env_cache_snapshot bu
[all...]

Completed in 48 milliseconds