Lines Matching defs:board
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;
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);
186 /* Try to find an simmstat instance for this board number */
187 ksp = kstat_lookup(kc, UNIX, board, SIMMSTAT_KSTAT_NAME);
199 /* Try to find an overtemp kstat instance for this board */
200 ksp = kstat_lookup(kc, UNIX, board, OVERTEMP_KSTAT_NAME);
216 /* Read the kstats for the system control board */
301 /* read the overtemp kstat for the system control board */
302 /* Try to find an overtemp kstat instance for this board */
379 * fhc, environ, sysctrl. Each board in the tree should have