Lines Matching defs:drmach_boards
196 static drmach_array_t *drmach_boards;
808 (void) drmach_array_set(drmach_boards, bnum, bp);
940 drmach_boards = drmach_array_new(0, MAX_BOARDS - 1);
952 if (drmach_array_get(drmach_boards, bnum, &id) == -1) {
959 drmach_boards, drmach_board_dispose);
999 ASSERT(drmach_boards != NULL);
1001 rv = drmach_array_first(drmach_boards, &idx, &id);
1015 rv = drmach_array_next(drmach_boards, &idx, &id);
1021 drmach_array_dispose(drmach_boards, drmach_board_dispose);
1022 drmach_boards = NULL;
1278 rv = drmach_array_first(drmach_boards, &b_idx, &b_id);
1376 } while (drmach_array_next(drmach_boards, &b_idx, &b_id) == 0);
1999 } else if (drmach_array_get(drmach_boards, bnum, id) == -1) {
2252 } else if (drmach_array_get(drmach_boards, bnum, id)) {
2336 else if (drmach_array_set(drmach_boards, bp->bnum, 0) != 0)