Searched refs:PLATFORM_PATH (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/cmd/picl/plugins/sun4v/mdesc/ |
H A D | dr.c | 419 err = ptree_get_node_by_path(PLATFORM_PATH, &plath); in remove_cpus() 494 err = ptree_get_node_by_path(PLATFORM_PATH, &plath); in add_cpus()
|
/titanic_41/usr/src/cmd/picl/plugins/inc/ |
H A D | picldefs.h | 37 #define PLATFORM_PATH "/platform" macro
|
/titanic_41/usr/src/cmd/picl/plugins/sun4v/pri/ |
H A D | io_dev_label.c | 63 if ((status = ptree_get_node_by_path(PLATFORM_PATH, &platnode)) != in io_dev_addlabel()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/snowbird/envmond/ |
H A D | piclplatmod.c | 55 #define SYSMGMT_PATH PLATFORM_PATH"/pci/pci/isa/sysmgmt" 810 if ((rc = ptree_get_node_by_path(PLATFORM_PATH, in env_platmod_create_sensors()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/grover/memcfg/ |
H A D | piclmemcfg.c | 381 if ((ptree_get_node_by_path(PLATFORM_PATH, &plfh)) != PICL_SUCCESS) { in piclmemcfg_init()
|
/titanic_41/usr/src/cmd/picl/plugins/common/devtree/ |
H A D | picldevtree.c | 2622 (void) strlcpy(ptreepath, PLATFORM_PATH, PATH_MAX); in create_asr_node() 3547 err = ptree_get_node_by_path(PLATFORM_PATH, &plafh); in picldevtree_init() 3619 (ptree_get_node_by_path(PLATFORM_PATH, &plafh) != PICL_SUCCESS)) in picldevtree_evhandler() 3632 strlen(devfs_path) > (PATH_MAX - sizeof (PLATFORM_PATH))) { in picldevtree_evhandler() 3639 (void) strlcpy(ptreepath, PLATFORM_PATH, PATH_MAX); in picldevtree_evhandler()
|
/titanic_41/usr/src/cmd/picl/plugins/common/memcfg/ |
H A D | piclmemcfg_comm.c | 807 if ((ptree_get_node_by_path(PLATFORM_PATH, &plfh)) != PICL_SUCCESS) { in piclmemcfg_init()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/snowbird/watchdog/ |
H A D | piclwatchdog.c | 1273 if ((rc = ptree_get_node_by_path(PLATFORM_PATH, in wd_create_add_props()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/ |
H A D | piclenvd.c | 2731 err = ptree_get_node_by_path(PLATFORM_PATH, &plath); in setup_pmdev_names()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/ |
H A D | piclfrutree.c | 4544 if ((rc = ptree_get_node_by_path(PLATFORM_PATH, &platformh)) != in frutree_init()
|