Home
last modified time | relevance | path

Searched refs:drmach_boards (Results 1 – 4 of 4) sorted by relevance

/titanic_41/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); in drmach_board_new()
940 drmach_boards = drmach_array_new(0, MAX_BOARDS - 1); in drmach_init()
952 if (drmach_array_get(drmach_boards, bnum, &id) == -1) { in drmach_init()
959 drmach_boards, drmach_board_dispose); in drmach_init()
999 ASSERT(drmach_boards != NULL); in drmach_fini()
1001 rv = drmach_array_first(drmach_boards, &idx, &id); in drmach_fini()
1015 rv = drmach_array_next(drmach_boards, &idx, &id); in drmach_fini()
1021 drmach_array_dispose(drmach_boards, drmach_board_dispose); in drmach_fini()
1022 drmach_boards = NULL; in drmach_fini()
[all …]
/titanic_41/usr/src/uts/i86pc/io/acpi/drmach_acpi/
H A Ddrmach_acpi.c108 static drmach_array_t *drmach_boards; variable
472 if (drmach_array_get(drmach_boards, bnum, &id) == 0) in drmach_get_board_by_bnum()
585 (void) drmach_array_set(drmach_boards, bnum, bp); in drmach_board_new()
916 drmach_boards = drmach_array_new(0, MAX_BOARDS - 1); in drmach_init()
927 if (drmach_array_get(drmach_boards, bnum, &id) == -1) { in drmach_init()
946 drmach_array_dispose(drmach_boards, drmach_board_dispose); in drmach_init()
956 if (drmach_boards != NULL) { in drmach_fini()
957 drmach_array_dispose(drmach_boards, drmach_board_dispose); in drmach_fini()
958 drmach_boards = NULL; in drmach_fini()
1978 if (drmach_array_get(drmach_boards, (uint_t)bnum, id)) { in drmach_board_lookup()
[all …]
/titanic_41/usr/src/uts/sun4u/starcat/io/
H A Ddrmach.c340 static drmach_array_t *drmach_boards; variable
1210 (void) drmach_array_set(drmach_boards, bnum, bp); in drmach_board_new()
2657 drmach_boards = drmach_array_new(0, MAX_BOARDS - 1); in drmach_init()
2676 if (drmach_array_get(drmach_boards, bnum, &id) == -1) { in drmach_init()
2683 drmach_array_dispose(drmach_boards, in drmach_init()
2740 drmach_array_dispose(drmach_boards, drmach_board_dispose); in drmach_init()
2741 drmach_boards = NULL; in drmach_init()
2809 drmach_array_dispose(drmach_boards, drmach_board_dispose); in drmach_fini()
2810 drmach_boards = NULL; in drmach_fini()
2910 rv = drmach_array_get(drmach_boards, idx, &id); in drmach_prep_schizo_script()
[all …]
/titanic_41/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) in drmach_get_board_by_bnum()
1058 (void) drmach_array_set(drmach_boards, bnum, bp); in drmach_board_new()
1143 drmach_boards = drmach_array_new(0, MAX_BOARDS - 1); in drmach_init()
1178 if (drmach_array_get(drmach_boards, bnum, &id) == -1) { in drmach_init()
1206 drmach_array_dispose(drmach_boards, drmach_board_dispose); in drmach_init()
1215 drmach_array_dispose(drmach_boards, drmach_board_dispose); in drmach_fini()
1216 drmach_boards = NULL; in drmach_fini()
1369 if (drmach_array_get(drmach_boards, bnum, id) == -1) { in drmach_board_assign()
1708 if (drmach_array_get(drmach_boards, bnum, id)) { in drmach_board_lookup()
[all …]