Home
last modified time | relevance | path

Searched refs:board_cache_updated (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/mdb/sun4u/modules/lw8/sgenv/
H A Dsgenv.c82 int board_cache_updated; in sgenv_variables() local
118 rv = mdb_readvar(&board_cache_updated, "board_cache_updated"); in sgenv_variables()
119 if (rv == sizeof (board_cache_updated)) { in sgenv_variables()
121 (board_cache_updated ? "TRUE": "FALSE")); in sgenv_variables()
/titanic_44/usr/src/uts/sun4u/lw8/io/
H A Dsgenv.c262 static int board_cache_updated = FALSE; variable
1343 if (board_cache_updated == FALSE) in sgenv_board_info_kstat_update()
1394 if (board_cache_updated == FALSE) { in sgenv_board_info_kstat_snapshot()
1895 board_cache_updated = TRUE; in sgenv_get_board_info_data()