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

/illumos-gate/usr/src/lib/libfru/libfrupicl/
H A Dfrupicl.c371 find_first_section(picl_nodehdl_t parent, picl_nodehdl_t *section) function
413 if ((err = find_first_section(handle, &sect_node)) != FRU_SUCCESS) {
558 if ((err = find_first_section(TREEHDL_TO_PICLHDL(handle), &sect_node))
636 if ((err = find_first_section(TREEHDL_TO_PICLHDL(handle), &section))
/illumos-gate/usr/src/lib/libfru/libfrupicltree/
H A Dfrupicltree.c382 find_first_section(picl_nodehdl_t parent, picl_nodehdl_t *section) function
424 if ((err = find_first_section(handle, &sect_node)) != FRU_SUCCESS) {
569 if ((err = find_first_section(TREEHDL_TO_PICLHDL(handle), &sect_node))
647 if ((err = find_first_section(TREEHDL_TO_PICLHDL(handle), &section))

Completed in 48 milliseconds