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 D | chip.c | 69 { 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 D | chip.h | 58 #define CHIP_NODE_NAME "chip" macro
|
H A D | chip_amd.c | 702 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 D | chip_sun4v.c | 52 #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 D | chip_sun4u.c | 59 #define CHIP_NODE_NAME "chip" macro
|