Searched refs:hbn (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/lib/fm/topo/modules/sun4v/cpuboard/ |
H A D | cpuboard_hostbridge.c | 212 tnode_t *hbn; in cpuboard_hb_node_create() local 217 hbn = cpuboard_node_create(mp, parent, HOSTBRIDGE, inst, NULL); in cpuboard_hb_node_create() 218 if (hbn == NULL) { in cpuboard_hb_node_create() 225 (void) topo_node_fru_set(hbn, NULL, 0, &err); in cpuboard_hb_node_create() 226 (void) topo_node_label_set(hbn, NULL, &err); in cpuboard_hb_node_create() 229 (void) topo_node_range_create(mp, hbn, PCIEX_ROOT, 0, CPUBOARD_MAX); in cpuboard_hb_node_create() 231 topo_mod_dprintf(mp, "cpuboard_hb_node_create: EXIT hbn=%p\n", hbn); in cpuboard_hb_node_create() 233 return (hbn); in cpuboard_hb_node_create()
|
/titanic_44/usr/src/lib/fm/topo/modules/SUNW,SPARC-Enterprise/ioboard/ |
H A D | opl_hostbridge.c | 237 tnode_t *hbn; in opl_hb_node_create() local 239 hbn = opl_node_create(mp, parent, HOSTBRIDGE, inst, NULL); in opl_hb_node_create() 240 if (hbn == NULL) { in opl_hb_node_create() 245 (void) topo_node_fru_set(hbn, NULL, 0, &err); in opl_hb_node_create() 246 (void) topo_node_label_set(hbn, NULL, &err); in opl_hb_node_create() 249 (void) topo_node_range_create(mp, hbn, PCIEX_ROOT, 0, OPL_RC_MAX); in opl_hb_node_create() 251 return (hbn); in opl_hb_node_create()
|
/titanic_44/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()
|