Searched refs:ptree_get_node_by_path (Results 26 - 44 of 44) sorted by relevance

12

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvsetup.c585 err = ptree_get_node_by_path(refnode, &refnodeh);
864 err = ptree_get_node_by_path("/platform", &plath);
H A Dpiclenvd.c659 err = ptree_get_node_by_path("/platform", &plath);
1574 * Note that we don't use ptree_get_node_by_path() here to detect
2731 err = ptree_get_node_by_path(PLATFORM_PATH, &plath);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/envd/
H A Dpiclenvsetup.c547 err = ptree_get_node_by_path(refnode, &refnodeh);
814 err = ptree_get_node_by_path("/platform", &plath);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/envmond/
H A Dpicldr.c271 if ((rc = ptree_get_node_by_path(FRUTREE_PATH, &frutreeh)) !=
276 if ((rc = ptree_get_node_by_path(PICL_FRUTREE_CHASSIS,
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/envd/
H A Dpiclenvsetup.c345 err = ptree_get_node_by_path(snodep->parent_path, &nodeh);
467 err = ptree_get_node_by_path(fnodep->parent_path, &nodeh);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/blade/bsc/
H A Dpicllom.c267 if ((err = ptree_get_node_by_path(PICL_NODE_ROOT PICL_NODE_PLATFORM,
1186 if (ptree_get_node_by_path(path, &fan_unit_h) !=
1372 if (ptree_get_node_by_path(PICL_NODE_ROOT PICL_NODE_PLATFORM, &plfh)
/illumos-gate/usr/src/cmd/picl/plugins/lib/picld_pluginutil/
H A Dpicld_pluginutil.c291 err = ptree_get_node_by_path(command->pathcmd_name, nodeh);
825 if ((ptree_get_node_by_path(command->refnodecmd_dstnode,
907 err = ptree_get_node_by_path(command->refpropcmd_dstnode, &dsth);
/illumos-gate/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.c2625 if (ptree_get_node_by_path(ptreepath, &nodeh) != PICL_SUCCESS)
3445 err = ptree_get_node_by_path(MEMORY_PATH, &memh);
3547 err = ptree_get_node_by_path(PLATFORM_PATH, &plafh);
3619 (ptree_get_node_by_path(PLATFORM_PATH, &plafh) != PICL_SUCCESS))
3659 if (ptree_get_node_by_path(ptreepath, &nodeh) == PICL_SUCCESS)
3667 if (ptree_get_node_by_path(ptreepath, &parh) !=
3764 if (ptree_get_node_by_path(ptreepath, &nodeh) != PICL_SUCCESS)
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/
H A Dfcal_leds_thread.c135 r = ptree_get_node_by_path(dtls->fcal_disk_parent,
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/cherrystone/psvcpolicy/
H A Dpsvcpolicy.c785 ptree_get_node_by_path(parent_path, &parent_node);
1674 status = ptree_get_node_by_path(parent_path,
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/envmon/
H A Dpiclenvmon.c438 if ((err = ptree_get_node_by_path(PICL_NODE_ROOT PICL_NODE_PLATFORM,
1743 if (ptree_get_node_by_path(PICL_NODE_ROOT PICL_NODE_PLATFORM, &plfh)
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcpolicy/
H A Dpsvcpolicy.c877 status = ptree_get_node_by_path(parent_path,
995 ptree_get_node_by_path(parent_path, &parent_node);
/illumos-gate/usr/src/cmd/picl/picld/
H A Dpicld.c725 err = ptree_get_node_by_path(in->req_nodebypath.pathbuf, &ret.nodeh);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/littleneck/psvcpolicy/
H A Dpsvcpolicy.c634 ptree_get_node_by_path(parent_path, &parent_node);
/illumos-gate/usr/src/lib/libpicltree/
H A Dpicltree.c2542 * These functions are called by ptree_get_node_by_path()
2897 ptree_get_node_by_path(const char *piclprl, picl_nodehdl_t *handle) function
3223 err = ptree_get_node_by_path(PICL_FRUTREE_CHASSIS, &fruparh);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/watchdog/
H A Dpiclwatchdog.c1273 if ((rc = ptree_get_node_by_path(PLATFORM_PATH,
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/daktari/psvcpolicy/
H A Dpsvcpolicy.c1616 ptree_get_node_by_path(parent_path, &parent_node);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/frudata/
H A Dfru_data.c2356 retval = ptree_get_node_by_path(FRUTREE_PATH, &fru_nodehdl);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpiclfrutree.c4544 if ((rc = ptree_get_node_by_path(PLATFORM_PATH, &platformh)) !=

Completed in 123 milliseconds

12