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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/envmon/
H A Dpiclenvmon.c1532 picl_nodehdl_t locnodeh; local
1543 PICLEVENTARG_PARENTHANDLE, &locnodeh);
1550 retval = ptree_get_propval_by_name(locnodeh, PICL_PROP_NAME,
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpiclfrutree.h218 picl_nodehdl_t locnodeh; /* handle of the loc node itself */ member in struct:loc_node
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/
H A Dpiclfrutree.c2160 picl_nodehdl_t locnodeh; local
2289 if (ptree_get_node_by_path(path, &locnodeh) != PICL_SUCCESS) {
2293 if (ptree_get_propval_by_name(locnodeh, PICL_PROP_SC_HANDLE,
2305 if (ptree_get_propval_by_name(locnodeh, PICL_PROP_CHILD,
2310 post_frudr_event(PICL_FRU_REMOVED, locnodeh, fruh);
2322 if (get_fruhdl_from_parent(locnodeh, &sgfruhdl_from_parent) ==
2325 update_fru_hdl(locnodeh, sgfruhdl_from_parent);
2330 (void) add_subtree(locnodeh, sgfruhdl);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/
H A Dpiclfrudr.c1480 picl_nodehdl_t locnodeh; local
1567 if (ptree_get_node_by_path(path, &locnodeh) != PICL_SUCCESS) {
1577 if (ptree_get_propval_by_name(locnodeh, PICL_PROP_CHILD,
1590 if (ptree_get_propval_by_name(locnodeh, PICL_PROP_CHILD,
1594 post_frudr_event(PICL_FRU_ADDED, locnodeh, fruh);
1600 childh = find_child_by_name(locnodeh, fru_name);
1617 err = ptree_create_and_add_node(locnodeh, fru_name,
1644 post_frudr_event(PICL_FRU_ADDED, locnodeh, NULL);
1669 picl_nodehdl_t locnodeh; local
1678 PICLEVENTARG_PARENTHANDLE, &locnodeh);
1862 picl_nodehdl_t locnodeh; local
[all...]

Completed in 86 milliseconds