Home
last modified time | relevance | path

Searched refs:iterationType (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/lib/libfru/libfru/
H A DPayloadReader.cc35 (pathDef->def->iterationType != FRU_NOT_ITERATED)
204 rc = calcOffset(path->def->iterationType, in getIterationOffset()
390 switch (path->def->iterationType) { in update_iter_cont_bytes()
475 if (path->def->iterationType != FRU_NOT_ITERATED) { in updateRecurse()
499 if (path->def->iterationType != FRU_NOT_ITERATED) { in updateRecurse()
H A DnameSyntaxYacc.y141 if ( def->iterationType == FRU_NOT_ITERATED )
H A DAncestor.cc231 if (parent_def->iterationType != FRU_NOT_ITERATED) { in definitionContains()
H A Dlibfru.cc1858 if ((def->iterationType == FRU_NOT_ITERATED) || in fill_in_iteration_control_bytes()
2049 if (def->iterationType != FRU_NOT_ITERATED) { in make_definition()
2086 definition->iteration_type = def->iterationType; in make_definition()
/titanic_50/usr/src/lib/libfru/include/
H A Dlibfrureg.h54 fru_itertype_t iterationType; member
/titanic_50/usr/src/lib/libfru/libnvfru/
H A Dnvfru.c150 (def->iterationType != FRU_NOT_ITERATED)) { in convert_element()
250 p->iterationType = FRU_NOT_ITERATED; in alloc_unknown_fru_regdef()
/titanic_50/usr/src/cmd/prtfru/
H A Dprtfru.c378 if (def->iterationType == FRU_NOT_ITERATED) in output_dtd()
392 } else if (def->iterationType == FRU_NOT_ITERATED) { in output_dtd()
718 (def->iterationType != FRU_NOT_ITERATED)) { in print_element()