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

/illumos-gate/usr/src/uts/sun4u/lw8/io/
H A Dsgenv.c254 * cache and copies them into the board_cache_snapshot buffer. The
255 * kstat_snapshot function then bcopies the board_cache_snapshot into the
261 static sg_board_info_t board_cache_snapshot[SG_MAX_BDS] = {NULL}; variable
1360 * into the board_cache_snapshot so that the snapshot routine
1361 * can copy it from the board_cache_snapshot into the user kstat
1365 board_cache_snapshot[i] = board_cache[i];
1408 * For each entry in the board_cache_snapshot we check to see
1413 bdp = &board_cache_snapshot[i];

Completed in 49 milliseconds