Home
last modified time | relevance | path

Searched refs:PathDef (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libfru/libfru/
H A DnameSyntaxYacc.y39 extern PathDef *gParserHead;
57 PathDef *pathDef;
129 PathDef *pathDef = new PathDef;
152 if ( ($3 != PathDef::lastIteration) &&
153 ($3 != PathDef::addIteration) )
162 PathDef *pathDef = new PathDef;
174 { $$ = PathDef::lastIteration; }
176 { $$ = PathDef::addIteration; }
H A DPayloadReader.h46 static fru_errno_t readData(PathDef *path, Ancestor *curDef,
52 static fru_errno_t updateData(PathDef *path, Ancestor *curDef,
58 static fru_errno_t findIterThere(PathDef *path, Ancestor *curDef,
65 PathDef *path, int *rcIterThere,
74 static fru_errno_t readRecurse(PathDef *path,
79 static fru_errno_t updateRecurse(PathDef *path,
H A DPayloadReader.cc123 if (index == PathDef::lastIteration) in calcOffset()
131 if (index == PathDef::lastIteration) { in calcOffset()
158 PathDef *path, int *rcIterThere, in getIterationOffset()
172 if (path->iterIndex == PathDef::addIteration) { in getIterationOffset()
191 if ((path->iterIndex != PathDef::addIteration) && in getIterationOffset()
192 (path->iterIndex != PathDef::lastIteration) && in getIterationOffset()
218 PayloadReader::readRecurse(PathDef *path, in readRecurse()
430 PayloadReader::updateRecurse(PathDef *path, in updateRecurse()
442 (path->iterIndex == PathDef::addIteration)) { in updateRecurse()
522 PathDef *prev = path; in updateData()
[all …]
H A DParser.h42 struct PathDef struct
50 PathDef *next; argument
52 ~PathDef() { delete next; } in ~PathDef() argument
59 int *absolute, PathDef **pathDef);
H A DParser.cc48 PathDef *gParserHead = NULL;
56 int *absolute, PathDef **pathDef) in fru_field_parser()
H A Dlibfru.cc1347 PathDef *head, Ancestor *ants, Ancestor **correct, in find_known_element_abs()
1415 PathDef **pathDef, in get_payload()
1556 PathDef **pathDef, in get_seg_and_payload()
1641 PathDef *pathDef; in fru_read_field()
1724 PathDef *pathDef; in fru_update_field()
1796 PathDef *pathDef; in fru_get_num_iterations()
2103 PathDef *pathDef = NULL; in fru_get_definition()
2112 PathDef *last = pathDef; in fru_get_definition()