HomeSort by relevance Sort by last modified time
    Searched defs:board (Results 1 - 25 of 62) sorted by null

1 2 3

  /onnv/onnv-gate/usr/src/uts/sun4u/serengeti/os/
sg_unum.c 51 * new cpu or board type.
56 * is the proc position on the board (0 through 3) and the second index is
78 int board = SG_CPU_BD_PORTID_TO_BD_NUM(cpuid); local
83 * node and dimm will always be valid. board and proc may be -1 if
86 if ((board == -1) || (proc == -1)) {
98 node, board, proc, dimm, sg_j_number[proc][dimm]);
  /onnv/onnv-gate/usr/src/lib/libprtdiag/common/
kstat.c 58 * 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_NAME)
    [all...]
pdevinfo_funcs.c 313 * "board#".
322 * board# prop
325 if (strcmp(prop->name.opp.oprom_array, "board#") == 0)
335 * Retrieve the value of the board number property from this Prom
345 * board# prop
348 if (strcmp(prop->name.opp.oprom_array, "board#") == 0)
358 * Find the requested board struct in the system device tree.
361 find_board(Sys_tree *root, int board)
365 while ((bnode != NULL) && (board != bnode->board_num))
372 * Add a board to the system list in order. Initialize all pointe
642 int board; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4u/sunfire/sys/
environ.h 55 int board; /* Board number for this FHC */ member in struct:environ_soft_state
simmstat.h 49 /* Number of SIMM slots in Sunfire System Board */
57 int board; /* Board number for this FHC */ member in struct:simmstat_soft_state
sram.h 52 int board; /* Board number for this sram */ member in struct:sram_soft_state
  /onnv/onnv-gate/usr/src/uts/sun4u/sunfire/io/
ac_add.c 183 * Add the board to the cage growth list.
188 cmn_err(CE_NOTE, "ac_add_bank(): board %d, bank %d, "
190 add->sc.board, pkt->bank, errs);
198 struct bd_list *board; local
203 board = fhc_bdlist_lock(pkt->softsp->board);
204 if (board == NULL || board->ac_softsp == NULL) {
209 ASSERT(pkt->softsp == board->ac_softsp);
211 /* verify the board is of the correct type *
    [all...]
ac_stat.c 64 struct bd_list *board; local
78 board = fhc_bdlist_lock(pkt->softsp->board);
79 if (board == NULL || board->ac_softsp == NULL) {
85 /* verify the board is of the correct type */
86 switch (board->sc.type) {
95 ASSERT(pkt->softsp == board->ac_softsp);
106 statp->board = ac->board;
    [all...]
ac_del.c 269 "board %d, bank %d, "
271 pkt->softsp->board, pkt->bank, errs);
310 "board %d, bank %d, "
312 del->sc.board, bank, errs);
450 struct bd_list *board; local
480 board = fhc_bdlist_lock(pkt->softsp->board);
481 if (board == NULL || board->ac_softsp == NULL) {
487 ASSERT(pkt->softsp == board->ac_softsp)
    [all...]
ac_test.c 60 uint_t board; member in struct:test_info
101 struct bd_list *board; local
115 board = fhc_bdlist_lock(pkt->softsp->board);
116 if (board == NULL || board->ac_softsp == NULL) {
121 ASSERT(pkt->softsp == board->ac_softsp);
123 /* verify the board is of the correct type */
124 switch (board->sc.type) {
141 if (!MEM_BOARD_VISIBLE(board) ||
    [all...]
  /onnv/onnv-gate/usr/src/lib/cfgadm_plugins/ac/common/
mema_prom.c 127 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 = *icp - 'A' + 10
258 int board; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libprtdiag/inc/
display_sun4u.h 71 int board; /* Board number */ member in struct:io_card
  /onnv/onnv-gate/usr/src/uts/sun4u/os/
plat_ecc_dimm.c 63 int board, pos, bank, dimm, jnumber; local
70 if (parse_unum_memory(unum, &board, &pos, &bank, &dimm,
77 mcid = plat_make_fru_cpuid(board, 0, pos);
95 int board, pos, bank, dimm, jnumber; local
102 if (parse_unum_memory(unum, &board, &pos, &bank, &dimm,
106 mcid = plat_make_fru_cpuid(board, 0, pos);
142 * There must be at least one dimm on the board for this
240 /* Record board# for possible retry */
322 * Calls plat_request_mem_sids(bd) for each board number present in the domain.
351 * board number. Called by DR when a CPU/Mem board is connected. Als
    [all...]
plat_ecc_unum.c 182 * Now pull out the Proc position (relative to the board)
267 * either a System Board (represented by "SB" in the
268 * unum string) or a Maxcat board ("IO" in the unum
270 * assume this is a maxcat board.
280 * Now pull out the Proc position (relative to the board)
387 * From that we will extract the board number, processor position,
399 parse_unum_memory(char *unum, int *board, int *pos, int *bank, int *dimm,
407 *board = (uint8_t)stoi(&c);
439 * From that we will extract the board number, processor position and
445 parse_unum_ecache(char *unum, int *board, int *pos, int *jnumber, int *maxcat
515 int board, pos, bank, dimm, jnumber; local
724 int board, pos, jnumber; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4u/serengeti/io/
sbdp_dr.c 192 int board, bd; local
208 board = apktp->board;
214 if (bd != board)
217 SBDP_DBG_MISC("%s: board is %d\n", f, bd);
287 sbdp_attach_bd(int node, int board)
296 apktp->board = board;
324 sbdp_cpu_in_reset(node, board, SBDP_ALL_CPUS, 1);
328 sbdp_detach_bd(int node, int board, sbd_error_t *sep
    [all...]
sbdp_mbox.c 76 * Convert a showboard data structure to the board structure shared
80 sbdp_showbd_2_sbd_stat(show_board_t *shbp, sbd_stat_t *stp, int board)
86 stp->s_board = board;
119 int board = hp->h_board; local
141 bdp = sbdp_get_bd_info(node, board);
143 informp->board = board;
162 SBDP_DBG_MISC("show board completed: rv = %d\n", rv);
165 * This domain has no access to this board. Return failure
182 * board info. If one exists turn the busy flag o
249 int board = hp->h_board; local
300 int board = hp->h_board; local
399 int board, node; local
498 int board, node; local
637 int board = hp->h_board; local
732 int board = hp->h_board; local
    [all...]
sgsbbc_iosram.c 830 * Switch the tunnel to a different I/O board.
846 uint_t board; /* board number to pass to OBP */ local
879 * Compute node id and board number from port id
882 board = SG_IO_BD_PORTID_TO_BD_NUM(portid);
933 if ((rc = prom_serengeti_tunnel_switch(node, board))
  /onnv/onnv-gate/usr/src/uts/sun4u/serengeti/sys/
sbdp_mbox.h 63 int board; /* Board number */ member in struct:__anon9043
75 int board; /* Board number */ member in struct:__anon9045
87 char s_type[12]; /* type of board */
  /onnv/onnv-gate/usr/src/lib/libprtdiag_psr/sparc/cherrystone/common/
workfile.c 324 * This function adds a board node to the board structure where that
330 int board = -1; local
337 /* Get the board number of this board from the portid prop */
343 board = CHERRYSTONE_GETSLOT(portid);
345 if ((bnode = find_board(root, board)) == NULL) {
346 bnode = insert_board(root, board);
349 /* now attach this prom node to the board list */
  /onnv/onnv-gate/usr/src/lib/libprtdiag_psr/sparc/littleneck/common/
workfile.c 38 static Board_node *littleneck_insert_board(Sys_tree *root, int board);
39 static Board_node *littleneck_find_board(Sys_tree *root, int board);
95 * If the portid associated with a CPU board is passed in, TRUE is returned,
114 * If the portid associated with a CPU board is passed in, the board number
124 * If the portid associated with an IO board is passed in, TRUE is returned,
135 * If the portid associated with an IO board is passed in, the board number
145 * If a valid portid is passed in, this macro returns the board number
400 * Add a board to the system list in order (sorted by board#)
466 int board = -1; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/fm/topo/modules/common/pcibus/
pcibus_labels.c 154 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 == board && m.dl_bridge == bridge &&
  /onnv/onnv-gate/usr/src/lib/libprtdiag_psr/sparc/daktari/common/
workfile.c 40 /* we only need the 5 LSB of the portid to calculate the board number */
55 * If the portid associated with a CPU board is passed in, TRUE is returned,
65 * If the portid associated with a CPU board is passed in, the board number
75 * If the portid associated with an IO board is passed in, TRUE is returned,
86 * If the portid associated with an IO board is passed in, the board number
96 * If a valid portid is passed in, this macro returns the board number
129 static Board_node *daktari_insert_board(Sys_tree *root, int board);
130 static Board_node *daktari_find_board(Sys_tree *root, int board);
191 int board = -1; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libprtdiag_psr/sparc/opl/common/
opl_picl.c 108 int board = PROP_INVALID; local
135 err = picl_get_propval_by_name(pcih, OBP_PROP_BOARD_NUM, &board,
136 sizeof (board));
142 saved_board = board;
143 /* Save board node's pathname */
188 pci_card.board = saved_board;
321 /* Print board number */
322 log_printf("%02d ", pci_card.board);
369 * Display all the PCI IO cards on this board.
  /onnv/onnv-gate/usr/src/uts/sun4u/cherrystone/os/
cherrystone.c 269 * Given a pfn, return the board and beginning/end of the page's
302 * Called for each board/cpu/PA range detected in plat_fill_mc().
317 * First see if this board already has a memnode associated
320 * boards (cross-board interleaving) and where a single
321 * board has multiple slices (1+GB DIMMs).
365 * Decode the board number from the MC portid. Assumes
433 * extracted information about each board's memory from the memory
467 * to support cross-board interleaving as well as multiple
468 * slices per board (e.g. >1GB DIMMs). The initial mapping
481 * For Cherrystone, lgroup platform handle == slot/board numbe
577 char board = CHERRYSTONE_GETSLOT_LABEL(cpuid); local
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4u/daktari/os/
daktari.c 261 * Given a pfn, return the board and beginning/end of the page's
294 * Called for each board/cpu/PA range detected in plat_fill_mc().
309 * First see if this board already has a memnode associated
312 * boards (cross-board interleaving) and where a single
313 * board has multiple slices (1+GB DIMMs).
357 * Decode the board number from the MC portid. Assumes
426 * extracted information about each board's memory from the memory
460 * to support cross-board interleaving as well as multiple
461 * slices per board (e.g. >1GB DIMMs). The initial mapping
558 char board = DAK_GETSLOT_LABEL(mcid)
568 char board = DAK_GETSLOT_LABEL(cpuid); local
    [all...]

Completed in 2700 milliseconds

1 2 3