Searched refs:OBP_CPU (Results 1 – 11 of 11) sorted by relevance
/titanic_41/usr/src/uts/sun4u/boston/os/ |
H A D | boston.c | 450 char tmp_name[sizeof (OBP_CPU) + 1]; /* extra padding */ in plat_lgrp_init() 474 sizeof (OBP_CPU)) == -1 || strcmp(tmp_name, OBP_CPU) != 0) in plat_lgrp_init()
|
/titanic_41/usr/src/uts/sun4u/seattle/os/ |
H A D | seattle.c | 452 char tmp_name[sizeof (OBP_CPU) + 1]; /* extra padding */ in plat_lgrp_init() 476 sizeof (OBP_CPU)) == -1 || strcmp(tmp_name, OBP_CPU) != 0) in plat_lgrp_init()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4v/mdesc/ |
H A D | dr.c | 356 if (strcmp(nodename, OBP_CPU) == 0) { in find_cpu() 503 if (strcmp(nodename, OBP_CPU) == 0) { in add_cpus() 536 if (strcmp(dev, OBP_CPU) == 0) in update_devices() 541 if (strcmp(dev, OBP_CPU) == 0) in update_devices()
|
H A D | mdescplugin.c | 282 (void) update_devices(OBP_CPU, DEV_ADD); in mdescplugin_init() 283 (void) update_devices(OBP_CPU, DEV_REMOVE); in mdescplugin_init()
|
/titanic_41/usr/src/uts/sun4u/chicago/os/ |
H A D | chicago.c | 209 char tmp_name[sizeof (OBP_CPU)]; in plat_lgrp_init() 233 sizeof (tmp_name)) == -1 || strcmp(tmp_name, OBP_CPU) != 0) in plat_lgrp_init()
|
/titanic_41/usr/src/uts/intel/sys/ |
H A D | obpdefs.h | 77 #define OBP_CPU "cpu" macro
|
/titanic_41/usr/src/uts/sun/sys/ |
H A D | obpdefs.h | 75 #define OBP_CPU "cpu" macro
|
/titanic_41/usr/src/psm/stand/boot/sparc/common/ |
H A D | sun4dep.c | 54 node = prom_findnode_bydevtype(prom_rootnode(), OBP_CPU); in setup_aux()
|
/titanic_41/usr/src/uts/sun4v/sys/ |
H A D | dr_util.h | 95 (t) == DR_TYPE_CPU ? OBP_CPU : \
|
/titanic_41/usr/src/cmd/mdb/sparc/kmdb/ |
H A D | kmdb_promif_isadep.c | 126 if (!prom_devicetype(node, OBP_CPU)) in walk_cpus_cb()
|
/titanic_41/usr/src/uts/sun4/os/ |
H A D | mlsetup.c | 335 node = prom_findnode_bydevtype(prom_rootnode(), OBP_CPU);
|