Home
last modified time | relevance | path

Searched refs:CHIP_NODE_NAME (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip.c69 { CHIP_NODE_NAME, FM_FMRI_SCHEME_HC, CHIP_VERSION, &chip_ops };
509 if ((chip = topo_node_lookup(pnode, CHIP_NODE_NAME, chipid)) == NULL) { in create_chip()
510 if ((chip = create_node(mod, pnode, auth, CHIP_NODE_NAME, in create_chip()
674 if (strcmp(name, CHIP_NODE_NAME) != 0) in create_chips()
762 if (strcmp(name, CHIP_NODE_NAME) == 0) in chip_enum()
H A Dchip.h58 #define CHIP_NODE_NAME "chip" macro
H A Dchip_amd.c702 if (strcmp(topo_node_name(cnode), CHIP_NODE_NAME) != 0) { in amd_htconfig()
/titanic_50/usr/src/lib/fm/topo/modules/sun4v/chip/
H A Dchip_sun4v.c52 #define CHIP_NODE_NAME "chip" macro
418 if (strcmp(name, CHIP_NODE_NAME) == 0) in chip_enum()
/titanic_50/usr/src/lib/fm/topo/modules/sun4u/chip/
H A Dchip_sun4u.c59 #define CHIP_NODE_NAME "chip" macro