Home
last modified time | relevance | path

Searched refs:fhc_max_boards (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dsysctrl_dr.c1939 for (bd_idx = 0; bd_idx < fhc_max_boards(); bd_idx++) { in precache_regdump()
1965 for (bd_idx = 0; bd_idx < fhc_max_boards(); bd_idx++) { in boardstat_regdump()
1973 for (bd_idx = 0; bd_idx < fhc_max_boards(); bd_idx++) { in boardstat_regdump()
2001 for (bd_idx = 0; bd_idx < fhc_max_boards(); bd_idx++) { in display_regdump()
2012 for (bd_idx = 0; bd_idx < fhc_max_boards(); bd_idx++) { in display_regdump()
H A Dsysctrl.c1260 fhc_list = kmem_zalloc(sizeof (fhc_bd_t) * fhc_max_boards(), in sysctrl_ioctl()
1264 fhc_max_boards(), KM_SLEEP); in sysctrl_ioctl()
1315 for (i = 0; i < fhc_max_boards(); i++) { in sysctrl_ioctl()
1395 sizeof (sysc_cfga_stat_t) * fhc_max_boards(), in sysctrl_ioctl()
1401 kmem_free(fhc_list, sizeof (fhc_bd_t) * fhc_max_boards()); in sysctrl_ioctl()
1403 fhc_max_boards()); in sysctrl_ioctl()
H A Dfhc_bd.c79 fhc_max_boards() in fhc_max_boards() function
/illumos-gate/usr/src/uts/sun4u/sunfire/sys/
H A Dfhc.h815 int fhc_max_boards(void);