Searched refs:plfh (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/memcfg/ |
H A D | piclmemcfg.c | 202 create_physical_tree(picl_nodehdl_t plfh, mmodinfo_t *mmodinfo) in create_physical_tree() argument 213 err = ptree_create_and_add_node(plfh, PICL_NAME_MEMORY_CONTROLLER, in create_physical_tree() 295 get_reg_info(picl_nodehdl_t plfh, picl_nodehdl_t memh, in get_reg_info() argument 309 err = ptree_get_propval_by_name(plfh, OBP_PROP_SIZE_CELLS, &pval, in get_reg_info() 373 picl_nodehdl_t plfh, memh; in piclmemcfg_init() local 379 if ((ptree_get_node_by_path(PLATFORM_PATH, &plfh)) != PICL_SUCCESS) { in piclmemcfg_init() 397 if ((get_reg_info(plfh, memh, mmodinfo)) != PICL_SUCCESS) { in piclmemcfg_init() 406 if ((create_physical_tree(plfh, mmodinfo)) != PICL_SUCCESS) in piclmemcfg_init()
|
/illumos-gate/usr/src/cmd/picl/plugins/common/memcfg/ |
H A D | piclmemcfg_comm.c | 781 picl_nodehdl_t plfh; in piclmemcfg_init() local 809 if ((ptree_get_node_by_path(PLATFORM_PATH, &plfh)) != PICL_SUCCESS) { in piclmemcfg_init() 828 err = find_mc_create_tree(plfh, fd); in piclmemcfg_init()
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/envmon/ |
H A D | piclenvmon.c | 1719 picl_nodehdl_t plfh; in piclenvmon_init() local 1741 if (ptree_get_node_by_path(PICL_NODE_ROOT PICL_NODE_PLATFORM, &plfh) in piclenvmon_init()
|