Searched defs:find_next_section (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/libfru/libfrupicl/ |
H A D | frupicl.c | 347 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, §_node); 570 err = find_next_section(sect_node, §_node); 651 } while (find_next_section(section, §ion) == FRU_SUCCESS);
|
/osnet-11/usr/src/lib/libfru/libfrupicltree/ |
H A D | frupicltree.c | 358 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, §_node); 581 err = find_next_section(sect_node, §_node); 662 } while (find_next_section(section, §ion) == FRU_SUCCESS);
|
Completed in 26 milliseconds