Searched refs:hbnode (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/lib/fm/topo/modules/sun4v/hostbridge/ |
H A D | hb_sun4v.c | 288 tnode_t **hbnode; in platform_hb_enum() local 319 hbnode = topo_mod_zalloc(mod, hbmd.shbs * sizeof (tnode_t *)); in platform_hb_enum() 355 hbnode[nhbnode] = pciexhostbridge_declare(mod, parent, in platform_hb_enum() 359 hbnode[nhbnode] = platform_pciexhostbridge_declare(mod, in platform_hb_enum() 362 if (hbnode[nhbnode] == NULL) { in platform_hb_enum() 383 hbnode[nhbnode], rcp->id, dnode1); in platform_hb_enum() 387 hbnode[nhbnode], rcp->id, rcp->cfg_handle); in platform_hb_enum() 402 topo_node_unbind(hbnode[i]); in platform_hb_enum() 407 topo_mod_free(mod, hbnode, hbmd.shbs * sizeof (tnode_t *)); in platform_hb_enum()
|
/titanic_44/usr/src/lib/fm/topo/modules/SUNW,SPARC-Enterprise/ioboard/ |
H A D | opl_hostbridge.c | 265 tnode_t *hbnode; in opl_hb_enum() local 279 hbnode = NULL; in opl_hb_enum() 297 if (hbnode == NULL) { in opl_hb_enum() 298 hbnode = opl_hb_node_create(mp, ion, hb); in opl_hb_enum() 299 if (hbnode == NULL) { in opl_hb_enum() 310 rcnode = opl_rc_node_create(mp, hbnode, p, rc); in opl_hb_enum()
|
/titanic_44/usr/src/lib/fm/topo/modules/sun4v/cpuboard/ |
H A D | cpuboard_hostbridge.c | 246 tnode_t *hbnode; in cpuboard_hb_enum() local 268 hbnode = cpuboard_hb_node_create(mp, cpubn, hb); in cpuboard_hb_enum() 269 if (hbnode == NULL) { in cpuboard_hb_enum() 277 rcnode = cpuboard_rc_node_create(mp, hbnode, dnode, rcpath, rc); in cpuboard_hb_enum()
|