Home
last modified time | relevance | path

Searched refs:PLATFORM_PATH (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4v/mdesc/
H A Ddr.c417 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 Dpicldefs.h37 #define PLATFORM_PATH "/platform" macro
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/pri/
H A Dio_dev_label.c61 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 Dpiclmemcfg.c379 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 Dpicldevtree.c2644 (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 Dpiclmemcfg_comm.c809 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 Dpiclenvd.c2729 err = ptree_get_node_by_path(PLATFORM_PATH, &plath); in setup_pmdev_names()