Searched refs:hbn (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/lib/fm/topo/modules/sun4v/cpuboard/ |
H A D | cpuboard_hostbridge.c | 213 tnode_t *hbn; in cpuboard_hb_node_create() local 218 hbn = cpuboard_node_create(mp, parent, HOSTBRIDGE, inst, NULL); in cpuboard_hb_node_create() 219 if (hbn == NULL) { in cpuboard_hb_node_create() 226 (void) topo_node_fru_set(hbn, NULL, 0, &err); in cpuboard_hb_node_create() 227 (void) topo_node_label_set(hbn, NULL, &err); in cpuboard_hb_node_create() 230 (void) topo_node_range_create(mp, hbn, PCIEX_ROOT, 0, CPUBOARD_MAX); in cpuboard_hb_node_create() 232 topo_mod_dprintf(mp, "cpuboard_hb_node_create: EXIT hbn=%p\n", hbn); in cpuboard_hb_node_create() 234 return (hbn); in cpuboard_hb_node_create()
|
/titanic_41/usr/src/lib/fm/topo/modules/SUNW,SPARC-Enterprise/ioboard/ |
H A D | opl_hostbridge.c | 238 tnode_t *hbn; in opl_hb_node_create() local 240 hbn = opl_node_create(mp, parent, HOSTBRIDGE, inst, NULL); in opl_hb_node_create() 241 if (hbn == NULL) { in opl_hb_node_create() 246 (void) topo_node_fru_set(hbn, NULL, 0, &err); in opl_hb_node_create() 247 (void) topo_node_label_set(hbn, NULL, &err); in opl_hb_node_create() 250 (void) topo_node_range_create(mp, hbn, PCIEX_ROOT, 0, OPL_RC_MAX); in opl_hb_node_create() 252 return (hbn); in opl_hb_node_create()
|
/titanic_41/usr/src/lib/fm/topo/modules/sun4v/hostbridge/ |
H A D | hb_sun4v.c | 148 tnode_t *hbn; in platform_pciexhostbridge_declare() local 153 hbn = hb_tnode_create(mod, parent, HOSTBRIDGE, inst, priv); in platform_pciexhostbridge_declare() 154 if (hbn == NULL) { in platform_pciexhostbridge_declare() 161 (void) topo_node_range_create(mod, hbn, PCIEX_ROOT, 0, MAX_HB_BUSES); in platform_pciexhostbridge_declare() 163 return (hbn); in platform_pciexhostbridge_declare()
|