Searched refs:ancestors (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/lib/libfru/libfru/ |
H A D | libfru.cc | 1418 Ancestor **ancestors, in get_payload() argument 1449 *correct = *ancestors = NULL; in get_payload() 1467 err = fru_field_parser(field_path, ancestors, in get_payload() 1473 } else if (ancestors == NULL) { in get_payload() 1482 delete *ancestors; // linked list in get_payload() 1489 *pathDef, *ancestors, correct, tagInstance)) in get_payload() 1495 delete *ancestors; // linked list in get_payload() 1500 if ((err = find_known_element(tags, num_tags, *ancestors, in get_payload() 1507 delete *ancestors; // linked list in get_payload() 1520 delete *ancestors; // linked list in get_payload() [all …]
|
H A D | Parser.cc | 51 fru_field_parser(const char *path, Ancestor **ancestors, in fru_field_parser() argument 100 *ancestors = gParserAnts; in fru_field_parser()
|
H A D | Parser.h | 60 fru_errno_t fru_field_parser(const char *path, Ancestor **ancestors,
|
/titanic_44/usr/src/pkg/ |
H A D | README.pkg | 359 as obsolete any packages which are renamed ancestors of this package, and 362 To find rename ancestors, select all of the manifests which are renames, 364 For example, to find rename ancestors of 'system/zones', do the following: 378 newly obsolete package, and its renamed ancestors), edit the package as
|