Searched defs:board (Results 1 - 14 of 14) sorted by relevance

/osnet-11/usr/src/lib/libprtdiag/common/
H A Dkstat.c58 * fhc, environ, sysctrl. Each board in the tree should have
80 /* For each board in the system, read the kstats for it. */
82 int board; local
86 * and environ drivers based on their board# property.
88 board = bnode->board_num;
89 bdp = &sys_kstat->bd_ksp_list[board];
91 /* Try to find an FHC instance for this board number */
92 ksp = kstat_lookup(kc, UNIX, board, FHC_KSTAT_NAME);
125 /* Try to find an AC instance for this board number */
126 ksp = kstat_lookup(kc, UNIX, board, AC_KSTAT_NAM
[all...]
H A Dcpu.c134 /* Now display all of the cpus on each board */
145 * Display the CPUs present on this board.
148 display_cpus(Board_node *board) argument
156 for (cpu = dev_find_type(board->nodes, "cpu"); cpu != NULL;
177 display_boardnum(board->board_num);
H A Ddisplay_funcs.c175 print_header(int board) argument
179 "Analysis for Board %d\n"), board, 0);
H A Dpdevinfo_funcs.c310 * "board#".
319 * board# prop
322 if (strcmp(prop->name.opp.oprom_array, "board#") == 0)
332 * Retrieve the value of the board number property from this Prom
342 * board# prop
345 if (strcmp(prop->name.opp.oprom_array, "board#") == 0)
355 * Find the requested board struct in the system device tree.
358 find_board(Sys_tree *root, int board) argument
362 while ((bnode != NULL) && (board != bnode->board_num))
369 * Add a board t
373 insert_board(Sys_tree *root, int board) argument
639 int board; local
675 find_device(Board_node *board, int id, char *name) argument
[all...]
H A Dio.c167 * in order based on board number and slot number. Also, the storage
194 if (newcard->board < p->board)
196 if ((newcard->board == p->board) && (newcard->slot < p->slot))
329 log_printf("%2d ", p->board, 0);
354 * Display all FFBs on this board. It can either be in tabular format,
358 display_ffb(Board_node *board, int table) argument
367 if (board == NULL)
372 card.board
495 display_sbus(Board_node *board) argument
778 display_psycho_pci(Board_node *board) argument
[all...]
/osnet-11/usr/src/lib/libprtdiag/inc/
H A Ddisplay_sun4u.h53 int board; /* Board number */ member in struct:io_card
H A Dpdevinfo_sun4u.h135 int board; /* board number */ member in struct:grp
136 enum board_type type; /* board type */
137 int group; /* group # on board (0 or 1) */
168 int board; member in struct:ffbinfo
/osnet-11/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema_prom.c127 int board; local
142 board = *cp - '0';
150 board = *cp - 'a' + 10;
158 board = *cp - 'A' + 10;
163 board = -1;
166 if (board == bd)
204 int board; local
211 board = *icp - '0';
215 board = *icp - 'a' + 10;
219 board
258 int board; local
[all...]
H A Dmema.c89 uint_t board; member in struct:__anon872
246 "invalid board id",
247 "invalid board type",
248 "invalid board state",
512 bkp->board = stat.board;
539 int board,
546 if (!prom_read_disabled_list(&disab, board))
559 } else if (!prom_write_disabled_list(&disab, board)) {
570 } else if (!prom_write_disabled_list(&disab, board)) {
537 prom_do_options( option_set_t do_option, int board, ac_stat_t *asp, char **errstring) argument
1295 uint_t board; local
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus_labels.c154 int board, bridge, rc, bus, dev; local
161 board = did_board(dp);
166 "board=%d, bridge=%d, rc=%d, bus=%d, dev=%d\n",
167 __func__, platform, board, bridge, rc, bus, dev);
180 if ((m.dl_board == -1 || m.dl_board == board) &&
H A Dpcibus.c410 pci_bridge_declare(topo_mod_t *mod, tnode_t *fn, di_node_t din, int board, argument
419 err = pci_children_instantiate(mod, fn, din, board, bridge,
422 err = pci_children_instantiate(mod, fn, din, board, bridge,
429 int board, int bridge, int rc, int devno, int fnno, int depth)
473 (void) pci_bridge_declare(mod, fn, din, board, bridge, rc,
479 * adapter card or an Neptune ASIC on a board (e.g. motherboard)
568 int board, int bridge, int rc, int bover, int depth)
587 np = did_create(mod, sib, board, bridge, rc, bover);
621 &dn, din, board, bridge, rc, d, f, depth);
428 declare_dev_and_fn(topo_mod_t *mod, tnode_t *bus, tnode_t **dev, di_node_t din, int board, int bridge, int rc, int devno, int fnno, int depth) argument
567 pci_children_instantiate(topo_mod_t *mod, tnode_t *parent, di_node_t pn, int board, int bridge, int rc, int bover, int depth) argument
/osnet-11/usr/src/lib/libprtdiag_psr/sparc/opl/common/
H A Dopl.c87 void display_sbus(Board_node *board);
89 void display_cpus(Board_node *board);
141 card.board = board_number;
196 display_ffb(Board_node *board, int table) argument
205 display_sbus(Board_node *board) argument
232 log_printf(" %02d ", p->board, 0);
289 /* Now display all of the cpus on each board */
298 * Display the CPUs present on this board.
301 display_cpus(Board_node *board) argument
313 for (pnode = board
846 int board; local
[all...]
H A Dopl_picl.c105 int board = PROP_INVALID; local
132 err = picl_get_propval_by_name(pcih, OBP_PROP_BOARD_NUM, &board,
133 sizeof (board));
139 saved_board = board;
140 /* Save board node's pathname */
185 pci_card.board = saved_board;
318 /* Print board number */
319 log_printf("%02d ", pci_card.board);
367 * Display all the PCI IO cards on this board.
/osnet-11/usr/src/lib/cfgadm_plugins/sysctrl/common/
H A Dcfga.c182 /* y */ "board is disabled: must override with ",
199 "system will be temporarily suspended to connect a board: proceed",
200 /* y */ "board ",
207 /* y */ "not enough cooling for a new board",
208 /* y */ "not enough power for a new board",
209 /* y */ "not enough precharge power for a new board",
210 /* y */ "configuration operation already in progress on this board",
224 /* y */ "board does not support dynamic reconfiguration",
662 static char *dlprop = "disabled-board-list";
714 dlist_find(int board, cha argument
752 dlist_update(int board, int disable, char *dlist, struct cfga_msg *msgp, int verbose) argument
[all...]

Completed in 44 milliseconds