Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dfhc_bd.c400 fhc_bd_next(fhc_bd_t *bdp) in fhc_bd_next() function
684 for (bdp = fhc_bd_first(); bdp; bdp = fhc_bd_next(bdp)) in jtag_master_lock()
756 for (bdp = fhc_bd_first(); bdp; bdp = fhc_bd_next(bdp)) { in fhc_bdlist_prime()
904 for (bdp = fhc_bd_first(); bdp; bdp = fhc_bd_next(bdp)) { in fhc_bdlist_scan()
1004 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.c2202 for (list = fhc_bd_first(); list; list = fhc_bd_next(list)) { in compute_power_state()
2902 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.c2728 for (bdlist = fhc_bd_first(); bdlist; bdlist = fhc_bd_next(bdlist)) in process_fault_list()
/illumos-gate/usr/src/uts/sun4u/sunfire/sys/
H A Dfhc.h826 fhc_bd_t *fhc_bd_next(fhc_bd_t *);