Searched defs:ion (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/fm/topo/modules/SUNW,SPARC-Enterprise/ioboard/common/
H A Dopl_hostbridge.c259 opl_hb_enum(topo_mod_t *mp, const ioboard_contents_t *iob, tnode_t *ion, argument
298 hbnode = opl_hb_node_create(mp, ion, hb);
H A Dopl_ioboard.c167 tnode_t *ion; local
187 ion = topo_node_bind(mp, parent, IOBOARD, inst, fmri);
188 if (ion == NULL) {
201 (void) topo_node_fru_set(ion, fmri, 0, &err);
209 (void) topo_node_label_set(ion, label, &err);
212 if (topo_node_range_create(mp, ion, HOSTBRIDGE, 0, OPL_HB_MAX) != 0) {
218 return (ion);
251 tnode_t *ion; local
338 ion = opl_iob_node_create(mp, parent, inst, opl_model);
339 if (ion
[all...]

Completed in 15 milliseconds