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

/illumos-gate/usr/src/lib/libfru/libfru/
H A DParser.h44 struct PathDef struct
52 PathDef *next;
54 ~PathDef() { delete next; }
59 // USER MUST delete the PathDef and Ancestor returned.
61 int *absolute, PathDef **pathDef);
H A DPayloadReader.h48 static fru_errno_t readData(PathDef *path, Ancestor *curDef,
54 static fru_errno_t updateData(PathDef *path, Ancestor *curDef,
60 static fru_errno_t findIterThere(PathDef *path, Ancestor *curDef,
67 PathDef *path, int *rcIterThere,
76 static fru_errno_t readRecurse(PathDef *path,
81 static fru_errno_t updateRecurse(PathDef *path,
H A DnameSyntaxYacc.y41 extern PathDef *gParserHead;
52 PathDef *pathDef;
124 PathDef *pathDef = new PathDef;
147 if ( ($3 != PathDef::lastIteration) &&
148 ($3 != PathDef::addIteration) )
157 PathDef *pathDef = new PathDef;
169 { $$ = PathDef::lastIteration; }
171 { $$ = PathDef
[all...]
H A DParser.cc44 PathDef *gParserHead = NULL;
47 // returns a NULL terminated list of PathDef objects.
52 int *absolute, PathDef **pathDef)
H A DPayloadReader.cc125 if (index == PathDef::lastIteration)
133 if (index == PathDef::lastIteration) {
160 PathDef *path, int *rcIterThere,
174 if (path->iterIndex == PathDef::addIteration) {
193 if ((path->iterIndex != PathDef::addIteration) &&
194 (path->iterIndex != PathDef::lastIteration) &&
220 PayloadReader::readRecurse(PathDef *path,
339 PayloadReader::readData(PathDef *path, Ancestor *curDef,
351 PayloadReader::findIterThere(PathDef *path, Ancestor *curDef,
372 update_iter_cont_bytes(PathDef *pat
[all...]
H A Dlibfru.cc1345 * (ie PathDef->head == tag)
1349 PathDef *head, Ancestor *ants, Ancestor **correct,
1417 PathDef **pathDef,
1558 PathDef **pathDef,
1643 PathDef *pathDef;
1726 PathDef *pathDef;
1798 PathDef *pathDef;
2105 PathDef *pathDef = NULL;
2114 PathDef *last = pathDef;

Completed in 198 milliseconds