Searched defs:plfh (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/memcfg/
H A Dpiclmemcfg.c204 create_physical_tree(picl_nodehdl_t plfh, mmodinfo_t *mmodinfo) argument
215 err = ptree_create_and_add_node(plfh, PICL_NAME_MEMORY_CONTROLLER,
297 get_reg_info(picl_nodehdl_t plfh, picl_nodehdl_t memh, argument
311 err = ptree_get_propval_by_name(plfh, OBP_PROP_SIZE_CELLS, &pval,
375 picl_nodehdl_t plfh, memh; local
381 if ((ptree_get_node_by_path(PLATFORM_PATH, &plfh)) != PICL_SUCCESS) {
399 if ((get_reg_info(plfh, memh, mmodinfo)) != PICL_SUCCESS) {
408 if ((create_physical_tree(plfh, mmodinfo)) != PICL_SUCCESS)
/illumos-gate/usr/src/cmd/picl/plugins/common/memcfg/
H A Dpiclmemcfg_comm.c779 picl_nodehdl_t plfh; local
807 if ((ptree_get_node_by_path(PLATFORM_PATH, &plfh)) != PICL_SUCCESS) {
826 err = find_mc_create_tree(plfh, fd);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/blade/bsc/
H A Dpicllom.c1364 picl_nodehdl_t plfh; local
1372 if (ptree_get_node_by_path(PICL_NODE_ROOT PICL_NODE_PLATFORM, &plfh)
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/envmon/
H A Dpiclenvmon.c1721 picl_nodehdl_t plfh; local
1743 if (ptree_get_node_by_path(PICL_NODE_ROOT PICL_NODE_PLATFORM, &plfh)

Completed in 108 milliseconds