Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/serengeti/sys/
H A Dsbdp_priv.h238 sbdp_bd_t *sbdp_get_bd_info(int, int);
/titanic_41/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_mem.c304 s_bdp = sbdp_get_bd_info(hp->h_wnode, hp->h_board); in sbdp_move_memory()
305 t_bdp = sbdp_get_bd_info(hp->h_wnode, t_bd); in sbdp_move_memory()
1723 bdp = sbdp_get_bd_info(wnode, board); in sbdp_isinterleaved()
2173 s_bdp = sbdp_get_bd_info(hp->h_wnode, board); in sbdp_passthru_prep_script()
2174 t_bdp = sbdp_get_bd_info(hp->h_wnode, t_board); in sbdp_passthru_prep_script()
H A Dsbdp.c889 sbdp_get_bd_info(int wnode, int board) in sbdp_get_bd_info() function
H A Dsbdp_mbox.c141 bdp = sbdp_get_bd_info(node, board); in sbdp_get_board_status()