Home
last modified time | relevance | path

Searched refs:nboards (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/sun4u/starfire/io/
H A Didn_xf.c160 static boardset_t get_boardset(pda_handle_t ph, int *nboards);
823 get_boardset(pda_handle_t ph, int *nboards) in get_boardset() argument
829 if (nboards != NULL) in get_boardset()
830 *nboards = 0; in get_boardset()
839 if (nboards != NULL) in get_boardset()
840 *nboards = (short)nbrds; in get_boardset()
897 int nboards; in get_hw_config() local
935 loc_hw->dh_boardset = get_boardset(ph, &nboards); in get_hw_config()
936 loc_hw->dh_nboards = (short)nboards; in get_hw_config()
/titanic_41/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi_bboard.c199 x86pi_bb_getchips(topo_mod_t *mod, int index, int nboards) in x86pi_bb_getchips() argument
232 if (nboards == 1) { in x86pi_bb_getchips()