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

/illumos-gate/usr/src/lib/libfru/libfrupicl/
H A Dfrupicl.c43 #define PICLHDL_TO_TREEHDL(piclhdl) ((fru_treehdl_t)piclhdl) macro
251 *node = PICLHDL_TO_TREEHDL(picl_node);
269 *peer = PICLHDL_TO_TREEHDL(picl_peer);
284 *child = PICLHDL_TO_TREEHDL(p_child);
306 *parent = PICLHDL_TO_TREEHDL(p_parent);
/illumos-gate/usr/src/lib/libfru/libfrupicltree/
H A Dfrupicltree.c48 #define PICLHDL_TO_TREEHDL(piclhdl) ((fru_treehdl_t)piclhdl) macro
262 *node = PICLHDL_TO_TREEHDL(picl_node);
280 *peer = PICLHDL_TO_TREEHDL(picl_peer);
295 *child = PICLHDL_TO_TREEHDL(p_child);
317 *parent = PICLHDL_TO_TREEHDL(p_parent);

Completed in 61 milliseconds