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

/illumos-gate/usr/src/cmd/mdb/sun4u/modules/lw8/sgenv/
H A Dsgenv.c85 int board_writer_count; local
124 rv = mdb_readvar(&board_writer_count, "board_writer_count");
125 if (rv == sizeof (board_writer_count)) {
126 mdb_printf("board_writer_count\t\t= %d\n", board_writer_count);

Completed in 44 milliseconds