Searched refs:boards (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dfhc_bd.c45 static fhc_bd_resizable_t boards; /* booted and hotplugged boards */ variable
66 fhc_b_search(in_array.boards, board, 0, in_array.last);
91 ASSERT(boards.sorted);
92 index = FHC_B_SEARCH(boards, board);
94 return (boards.boards[index]->flags & BDF_DISABLED);
102 if (!boards.sorted) {
103 fhc_shell_sort(boards.boards,
[all...]
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp.c505 sbdp_wnode_init(sbdp_wnode_t *wnodep, int wnode, int boards) argument
513 wnodep->nbds = boards;
514 wnodep->bds = kmem_zalloc(sizeof (sbdp_bd_t) * boards, KM_SLEEP);
517 for (i = 0; i < boards; i++)
522 * Wnode got DRed out. Clean up all the node stuff including the boards
527 int boards; local
533 boards = wnodep->nbds;
535 for (i = 0; i < boards; i++)
538 kmem_free(wnodep->bds, sizeof (sbdp_bd_t) * boards);
/illumos-gate/usr/src/lib/libprtdiag/inc/
H A Dpdevinfo.h145 Prom_node *boards; /* boards node holds bif info if present */ member in struct:system_tree
146 Board_node *bd_list; /* node holds list of boards */
147 int board_cnt; /* number of boards in the system */
/illumos-gate/usr/src/lib/libprtdiag/common/
H A Dpdevinfo_sun4u.c95 sys_tree.boards = NULL;
H A Dpdevinfo_sun4v.c103 sys_tree.boards = NULL;
H A Dlibdevinfo_sun4u.c426 sys_tree.boards = NULL;
/illumos-gate/usr/src/boot/sys/boot/arm/ixp425/boot2/
H A Dixp425_board.c46 /* set of registered boards */
47 SET_DECLARE(boards, struct board_config);
54 DATA_SET(boards, name##config)
79 SET_FOREACH(pbp, boards)
697 * Avila boards use CS2 and ADI does not.
752 * Avila boards use CS2 and ADI does not.
/illumos-gate/usr/src/uts/i86pc/io/dr/
H A Ddr.c137 dr_board_t *boards; member in struct:dr_softstate
319 * multiple boards. Users wanting multi-board access
505 bp = softsp->boards;
518 while (--bp >= softsp->boards)
528 bp = &softsp->boards[DR_MINOR2BNUM(getminor(*dev))];
592 hp->h_bd = &softsp->boards[bd];
731 softsp->boards = GETSTRUCT(dr_board_t, MAX_BOARDS);
734 dr_boardlist = softsp->boards;
739 dr_board_t *bp = &softsp->boards[bd];
819 ASSERT(softsp->boards
[all...]
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr.c131 dr_board_t *boards; member in struct:dr_softstate
316 * multiple boards. Users wanting multi-board access
506 bp = softsp->boards;
519 while (--bp >= softsp->boards)
530 bp = &softsp->boards[DR_MINOR2BNUM(getminor(*dev))];
594 hp->h_bd = &softsp->boards[bd];
735 softsp->boards = GETSTRUCT(dr_board_t, MAX_BOARDS);
738 dr_boardlist = softsp->boards;
743 dr_board_t *bp = &softsp->boards[bd];
823 ASSERT(softsp->boards
[all...]
/illumos-gate/usr/src/uts/sun4u/sunfire/sys/
H A Dfhc.h150 * difference between IO and CPU type boards. This will be replaced
169 /* Maximum number of boards in system */
486 * boards. It is used by both the kernel and user programs.
518 * structure describes all types of system boards.
782 * knowledge of normally booted and hotplugged boards.
796 * Fhc_bd.c holds 2 resizable arrays of boards. First for clock
797 * boards under central and second for normally booted and
798 * hotplugged boards.
801 fhc_bd_t **boards; member in struct:resizable_bd_list
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/serengeti/common/
H A Dserengeti.c1275 * This function displays Schizo and Xmits revision of boards
1768 * This routine displays the memory configuration for all boards in the
2048 obp_sys_tree.boards = NULL;

Completed in 100 milliseconds