Searched refs:PLATFORM_PATH (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/mdesc/ |
H A D | dr.c | 417 err = ptree_get_node_by_path(PLATFORM_PATH, &plath); in remove_cpus() 492 err = ptree_get_node_by_path(PLATFORM_PATH, &plath); in add_cpus()
|
/illumos-gate/usr/src/cmd/picl/plugins/inc/ |
H A D | picldefs.h | 37 #define PLATFORM_PATH "/platform" macro
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/pri/ |
H A D | io_dev_label.c | 61 if ((status = ptree_get_node_by_path(PLATFORM_PATH, &platnode)) != in io_dev_addlabel()
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/memcfg/ |
H A D | piclmemcfg.c | 379 if ((ptree_get_node_by_path(PLATFORM_PATH, &plfh)) != PICL_SUCCESS) { in piclmemcfg_init()
|
/illumos-gate/usr/src/cmd/picl/plugins/common/devtree/ |
H A D | picldevtree.c | 2644 (void) strlcpy(ptreepath, PLATFORM_PATH, PATH_MAX); in create_asr_node() 3577 err = ptree_get_node_by_path(PLATFORM_PATH, &plafh); in picldevtree_init() 3649 (ptree_get_node_by_path(PLATFORM_PATH, &plafh) != PICL_SUCCESS)) in picldevtree_evhandler() 3662 strlen(devfs_path) > (PATH_MAX - sizeof (PLATFORM_PATH))) { in picldevtree_evhandler() 3668 (void) strlcpy(ptreepath, PLATFORM_PATH, PATH_MAX); in picldevtree_evhandler()
|
/illumos-gate/usr/src/cmd/picl/plugins/common/memcfg/ |
H A D | piclmemcfg_comm.c | 809 if ((ptree_get_node_by_path(PLATFORM_PATH, &plfh)) != PICL_SUCCESS) { in piclmemcfg_init()
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/ |
H A D | piclenvd.c | 2729 err = ptree_get_node_by_path(PLATFORM_PATH, &plath); in setup_pmdev_names()
|