Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mdb/sun4u/modules/lw8/sgenv/
H A Dsgenv.c84 int board_count; in sgenv_variables() local
129 rv = mdb_readvar(&board_count, "board_count"); in sgenv_variables()
130 if (rv == sizeof (board_count)) { in sgenv_variables()
131 mdb_printf("board_count\t\t\t= %d\n", board_count); in sgenv_variables()
/titanic_44/usr/src/uts/sun4u/lw8/io/
H A Dsgenv.c280 static int board_count = 0; variable
1353 ksp->ks_data_size = board_count * sizeof (sg_board_info_t); in sgenv_board_info_kstat_update()
1355 board_count_snapshot = board_count; in sgenv_board_info_kstat_update()
1849 board_count--; in sgenv_get_board_info_data()
1868 board_count++; in sgenv_get_board_info_data()
1894 if (board_count > 0) in sgenv_get_board_info_data()