Searched refs:pathDef (Results 1 – 5 of 5) sorted by relevance
52 PathDef *pathDef; member60 %type <pathDef> recordpath element124 PathDef *pathDef = new PathDef; variable125 pathDef->def = (fru_regdef_t *)def;126 pathDef->iterIndex = 0;127 pathDef->next = NULL;129 $$ = pathDef;157 PathDef *pathDef = new PathDef; variable158 pathDef->def = (fru_regdef_t *)def;159 pathDef->iterIndex = $3;[all …]
1417 PathDef **pathDef, in get_payload() argument1448 *pathDef = NULL; in get_payload()1468 &abs_path_flg, pathDef); in get_payload()1476 delete pathDef; in get_payload()1483 delete *pathDef; in get_payload()1489 *pathDef, *ancestors, correct, tagInstance)) in get_payload()1496 delete *pathDef; in get_payload()1508 delete *pathDef; in get_payload()1521 delete *pathDef; in get_payload()1558 PathDef **pathDef, in get_seg_and_payload() argument[all …]
52 int *absolute, PathDef **pathDef) in fru_field_parser() argument99 *pathDef = gParserHead; in fru_field_parser()
61 int *absolute, PathDef **pathDef);
34 #define IS_ITERATED(pathDef) \ argument35 (pathDef->def->iterationType != FRU_NOT_ITERATED)