Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi_bboard.c66 const struct x86pi_bb_name *bbnp; in x86pi_gen_bboard() local
119 for (bbnp = x86pi_bb_names; bbnp->type != 0x00; bbnp++) { in x86pi_gen_bboard()
120 if (bbnp->type == bb.smbb_type) { in x86pi_gen_bboard()
121 switch (bbnp->type) { in x86pi_gen_bboard()
157 if (bbnp->type != 0x00) in x86pi_gen_bboard()
158 bb_hcfmri.hc_name = topo_mod_strdup(mod, bbnp->name); in x86pi_gen_bboard()