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

/illumos-gate/usr/src/cmd/mdb/sun4u/modules/lw8/sgenv/
H A Dsgenv.c84 int board_count; local
129 rv = mdb_readvar(&board_count, "board_count");
130 if (rv == sizeof (board_count)) {
131 mdb_printf("board_count\t\t\t= %d\n", board_count);
/illumos-gate/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);
1355 board_count_snapshot = board_count;
1844 * now doesn't we decrement the board_count
1849 board_count--;
1864 * the board_count. A new board must have
1868 board_count++;
1894 if (board_count > 0)

Completed in 49 milliseconds