Home
last modified time | relevance | path

Searched refs:fhc_bd_next (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/uts/sun4u/sunfire/io/
H A Dfhc_bd.c402 fhc_bd_next(fhc_bd_t *bdp) in fhc_bd_next() function
686 for (bdp = fhc_bd_first(); bdp; bdp = fhc_bd_next(bdp)) in jtag_master_lock()
758 for (bdp = fhc_bd_first(); bdp; bdp = fhc_bd_next(bdp)) { in fhc_bdlist_prime()
906 for (bdp = fhc_bd_first(); bdp; bdp = fhc_bd_next(bdp)) { in fhc_bdlist_scan()
1006 for (bdp = fhc_bd_first(); bdp; bdp = fhc_bd_next(bdp)) { in fhc_bd_remove_scan()
H A Dac.c1588 board = fhc_bd_next(board); in ac_timeout()
1599 board = fhc_bd_next(board); in ac_timeout()
H A Dsysctrl.c2199 for (list = fhc_bd_first(); list; list = fhc_bd_next(list)) { in compute_power_state()
2899 for (list = fhc_bd_first(); list; list = fhc_bd_next(list)) { in toggle_board_green_leds()
H A Dsysctrl_dr.c912 for (list = fhc_bd_first(); list; list = fhc_bd_next(list)) { in sysc_policy_update()
H A Dfhc.c2729 for (bdlist = fhc_bd_first(); bdlist; bdlist = fhc_bd_next(bdlist)) in process_fault_list()
/titanic_44/usr/src/uts/sun4u/sunfire/sys/
H A Dfhc.h827 fhc_bd_t *fhc_bd_next(fhc_bd_t *);