Searched refs:hbnode (Results 1 – 3 of 3) sorted by relevance
/titanic_41/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_41/usr/src/lib/fm/topo/modules/SUNW,SPARC-Enterprise/ioboard/ |
H A D | opl_hostbridge.c | 266 tnode_t *hbnode; in opl_hb_enum() local 280 hbnode = NULL; in opl_hb_enum() 298 if (hbnode == NULL) { in opl_hb_enum() 299 hbnode = opl_hb_node_create(mp, ion, hb); in opl_hb_enum() 300 if (hbnode == NULL) { in opl_hb_enum() 311 rcnode = opl_rc_node_create(mp, hbnode, p, rc); in opl_hb_enum()
|
/titanic_41/usr/src/lib/fm/topo/modules/sun4v/cpuboard/ |
H A D | cpuboard_hostbridge.c | 247 tnode_t *hbnode; in cpuboard_hb_enum() local 269 hbnode = cpuboard_hb_node_create(mp, cpubn, hb); in cpuboard_hb_enum() 270 if (hbnode == NULL) { in cpuboard_hb_enum() 278 rcnode = cpuboard_rc_node_create(mp, hbnode, dnode, rcpath, rc); in cpuboard_hb_enum()
|