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

/illumos-gate/usr/src/uts/i86pc/io/acpi/drmach_acpi/
H A Ddrmach_acpi.c108 static drmach_array_t *drmach_boards; variable
110 /* rwlock to protect drmach_boards. */
472 if (drmach_array_get(drmach_boards, bnum, &id) == 0)
585 (void) drmach_array_set(drmach_boards, bnum, bp);
916 drmach_boards = drmach_array_new(0, MAX_BOARDS - 1);
927 if (drmach_array_get(drmach_boards, bnum, &id) == -1) {
946 drmach_array_dispose(drmach_boards, drmach_board_dispose);
956 if (drmach_boards != NULL) {
957 drmach_array_dispose(drmach_boards, drmach_board_dispose);
958 drmach_boards
[all...]
/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Ddrmach.c196 static drmach_array_t *drmach_boards; variable
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
[all...]
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddrmach.c207 static drmach_array_t *drmach_boards; variable
927 if (drmach_array_get(drmach_boards, bnum, &id) == 0)
1058 (void) drmach_array_set(drmach_boards, bnum, bp);
1143 drmach_boards = drmach_array_new(0, MAX_BOARDS - 1);
1178 if (drmach_array_get(drmach_boards, bnum, &id) == -1) {
1206 drmach_array_dispose(drmach_boards, drmach_board_dispose);
1215 drmach_array_dispose(drmach_boards, drmach_board_dispose);
1216 drmach_boards = NULL;
1369 if (drmach_array_get(drmach_boards, bnum, id) == -1) {
1708 if (drmach_array_get(drmach_boards, bnu
[all...]
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddrmach.c340 static drmach_array_t *drmach_boards; variable
524 * access to drmach_boards array between status and board lookup
1210 (void) drmach_array_set(drmach_boards, bnum, bp);
2657 drmach_boards = drmach_array_new(0, MAX_BOARDS - 1);
2676 if (drmach_array_get(drmach_boards, bnum, &id) == -1) {
2683 drmach_array_dispose(drmach_boards,
2740 drmach_array_dispose(drmach_boards, drmach_board_dispose);
2741 drmach_boards = NULL;
2809 drmach_array_dispose(drmach_boards, drmach_board_dispose);
2810 drmach_boards
[all...]

Completed in 92 milliseconds