Searched refs:plfh (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/picl/plugins/sun4u/grover/memcfg/ |
H A D | piclmemcfg.c | 204 create_physical_tree(picl_nodehdl_t plfh, mmodinfo_t *mmodinfo) in create_physical_tree() argument 215 err = ptree_create_and_add_node(plfh, PICL_NAME_MEMORY_CONTROLLER, in create_physical_tree() 297 get_reg_info(picl_nodehdl_t plfh, picl_nodehdl_t memh, in get_reg_info() argument 311 err = ptree_get_propval_by_name(plfh, OBP_PROP_SIZE_CELLS, &pval, in get_reg_info() 375 picl_nodehdl_t plfh, memh; in piclmemcfg_init() local 381 if ((ptree_get_node_by_path(PLATFORM_PATH, &plfh)) != PICL_SUCCESS) { in piclmemcfg_init() 399 if ((get_reg_info(plfh, memh, mmodinfo)) != PICL_SUCCESS) { in piclmemcfg_init() 408 if ((create_physical_tree(plfh, mmodinfo)) != PICL_SUCCESS) in piclmemcfg_init()
|
/titanic_41/usr/src/cmd/picl/plugins/common/memcfg/ |
H A D | piclmemcfg_comm.c | 779 picl_nodehdl_t plfh; in piclmemcfg_init() local 807 if ((ptree_get_node_by_path(PLATFORM_PATH, &plfh)) != PICL_SUCCESS) { in piclmemcfg_init() 826 err = find_mc_create_tree(plfh, fd); in piclmemcfg_init()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/blade/bsc/ |
H A D | picllom.c | 1364 picl_nodehdl_t plfh; in picllom_init() local 1372 if (ptree_get_node_by_path(PICL_NODE_ROOT PICL_NODE_PLATFORM, &plfh) in picllom_init()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/envmon/ |
H A D | piclenvmon.c | 1721 picl_nodehdl_t plfh; in piclenvmon_init() local 1743 if (ptree_get_node_by_path(PICL_NODE_ROOT PICL_NODE_PLATFORM, &plfh) in piclenvmon_init()
|