Searched defs:TREEHDL_TO_PICLHDL (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libfru/libfrupicl/
H A Dfrupicl.c42 #define TREEHDL_TO_PICLHDL(treehdl) ((picl_nodehdl_t)treehdl) macro
138 picl_nodehdl_t handle = TREEHDL_TO_PICLHDL(node);
260 picl_nodehdl_t handle = TREEHDL_TO_PICLHDL(sibling);
278 int rc = picl_get_propval_by_name(TREEHDL_TO_PICLHDL(handle),
296 if (TREEHDL_TO_PICLHDL(handle) == picl_root_node) {
300 rc = picl_get_propval_by_name(TREEHDL_TO_PICLHDL(handle),
316 picl_nodehdl_t handle = TREEHDL_TO_PICLHDL(node);
553 if ((err = update_data_nodes(TREEHDL_TO_PICLHDL(handle)))
558 if ((err = find_first_section(TREEHDL_TO_PICLHDL(handle), &sect_node))
593 if ((err = get_segment_node(TREEHDL_TO_PICLHDL(handl
[all...]
/illumos-gate/usr/src/lib/libfru/libfrupicltree/
H A Dfrupicltree.c47 #define TREEHDL_TO_PICLHDL(treehdl) ((picl_nodehdl_t)treehdl) macro
150 picl_nodehdl_t handle = TREEHDL_TO_PICLHDL(node);
271 picl_nodehdl_t handle = TREEHDL_TO_PICLHDL(sibling);
289 int rc = ptree_get_propval_by_name(TREEHDL_TO_PICLHDL(handle),
307 if (TREEHDL_TO_PICLHDL(handle) == picl_root_node) {
311 rc = ptree_get_propval_by_name(TREEHDL_TO_PICLHDL(handle),
327 picl_nodehdl_t handle = TREEHDL_TO_PICLHDL(node);
564 if ((err = update_data_nodes(TREEHDL_TO_PICLHDL(handle)))
569 if ((err = find_first_section(TREEHDL_TO_PICLHDL(handle), &sect_node))
604 if ((err = get_segment_node(TREEHDL_TO_PICLHDL(handl
[all...]

Completed in 55 milliseconds