Lines Matching defs:board
58 uint_t board;
99 struct bd_list *board;
113 board = fhc_bdlist_lock(pkt->softsp->board);
114 if (board == NULL || board->ac_softsp == NULL) {
119 ASSERT(pkt->softsp == board->ac_softsp);
121 /* verify the board is of the correct type */
122 switch (board->sc.type) {
139 if (!MEM_BOARD_VISIBLE(board) ||
140 fhc_bd_busy(softsp->board) ||
154 if (test->board == softsp->board &&
190 test->board = softsp->board;
228 cmn_err(CE_NOTE, "!memtest: start test[%u]: board %d, bank %d",
229 test->info.handle, test->board, test->bank);
265 "!memtest: stop test[%u]: board %d, bank %d,"
267 test->info.handle, test->board,
299 ac_mem_test_stop_on_close(uint_t board, uint_t bank)
311 if (test->board == board && test->bank == bank)
324 "board %d, bank %d, condition %d", test->info.handle,
325 test->board, test->bank, condition);