Lines Matching defs:bank
59 uint_t bank;
110 * Is the specified bank testable?
138 mem_info = &softsp->bank[pkt->bank];
155 test->bank == pkt->bank)
178 return (EBUSY); /* signal bank in use */
182 * at this point, we have an available bank to test.
191 test->bank = pkt->bank;
199 decode = (pkt->bank == Bank0) ?
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,"
268 test->bank, stop.condition);
284 /* update the bank condition accordingly */
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);
339 /* update the bank condition accordingly */