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

/illumos-gate/usr/src/lib/libfru/libfrupicl/
H A Dfrupicl.c347 find_next_section(picl_nodehdl_t current, picl_nodehdl_t *next) function
365 return (find_next_section(rc_next, next));
389 return (find_next_section(rc_section, section));
472 err = find_next_section(sect_node, &sect_node);
570 err = find_next_section(sect_node, &sect_node);
651 } while (find_next_section(section, &section) == FRU_SUCCESS);
/illumos-gate/usr/src/lib/libfru/libfrupicltree/
H A Dfrupicltree.c358 find_next_section(picl_nodehdl_t current, picl_nodehdl_t *next) function
376 return (find_next_section(rc_next, next));
400 return (find_next_section(rc_section, section));
483 err = find_next_section(sect_node, &sect_node);
581 err = find_next_section(sect_node, &sect_node);
662 } while (find_next_section(section, &section) == FRU_SUCCESS);

Completed in 49 milliseconds