Searched refs:drmach_boards (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/i86pc/io/acpi/drmach_acpi/ |
H A D | drmach_acpi.c | 112 static drmach_array_t *drmach_boards; variable 476 if (drmach_array_get(drmach_boards, bnum, &id) == 0) in drmach_get_board_by_bnum() 589 (void) drmach_array_set(drmach_boards, bnum, bp); in drmach_board_new() 918 drmach_boards = drmach_array_new(0, MAX_BOARDS - 1); in drmach_init() 929 if (drmach_array_get(drmach_boards, bnum, &id) == -1) { in drmach_init() 948 drmach_array_dispose(drmach_boards, drmach_board_dispose); in drmach_init() 958 if (drmach_boards != NULL) { in drmach_fini() 959 drmach_array_dispose(drmach_boards, drmach_board_dispose); in drmach_fini() 960 drmach_boards = NULL; in drmach_fini() 1980 if (drmach_array_get(drmach_boards, (uint_t)bnum, id)) { in drmach_board_lookup() [all …]
|
/illumos-gate/usr/src/uts/sun4u/opl/io/ |
H A D | drmach.c | 211 static drmach_array_t *drmach_boards; variable 931 if (drmach_array_get(drmach_boards, bnum, &id) == 0) in drmach_get_board_by_bnum() 1062 (void) drmach_array_set(drmach_boards, bnum, bp); in drmach_board_new() 1147 drmach_boards = drmach_array_new(0, MAX_BOARDS - 1); in drmach_init() 1182 if (drmach_array_get(drmach_boards, bnum, &id) == -1) { in drmach_init() 1210 drmach_array_dispose(drmach_boards, drmach_board_dispose); in drmach_init() 1219 drmach_array_dispose(drmach_boards, drmach_board_dispose); in drmach_fini() 1220 drmach_boards = NULL; in drmach_fini() 1373 if (drmach_array_get(drmach_boards, bnum, id) == -1) { in drmach_board_assign() 1712 if (drmach_array_get(drmach_boards, bnum, id)) { in drmach_board_lookup() [all …]
|