Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libfru/libfru/
H A DPayloadReader.cc33 (pathDef->def->iterationType != FRU_NOT_ITERATED)
202 rc = calcOffset(path->def->iterationType, in getIterationOffset()
388 switch (path->def->iterationType) { in update_iter_cont_bytes()
473 if (path->def->iterationType != FRU_NOT_ITERATED) { in updateRecurse()
497 if (path->def->iterationType != FRU_NOT_ITERATED) { in updateRecurse()
H A DnameSyntaxYacc.y146 if ( def->iterationType == FRU_NOT_ITERATED )
H A DAncestor.cc229 if (parent_def->iterationType != FRU_NOT_ITERATED) { in definitionContains()
H A Dlibfru.cc1856 if ((def->iterationType == FRU_NOT_ITERATED) || in fill_in_iteration_control_bytes()
2047 if (def->iterationType != FRU_NOT_ITERATED) { in make_definition()
2084 definition->iteration_type = def->iterationType; in make_definition()
/illumos-gate/usr/src/lib/libfru/include/
H A Dlibfrureg.h52 fru_itertype_t iterationType; member
/illumos-gate/usr/src/lib/libfru/libnvfru/
H A Dnvfru.c152 (def->iterationType != FRU_NOT_ITERATED)) { in convert_element()
252 p->iterationType = FRU_NOT_ITERATED; in alloc_unknown_fru_regdef()
/illumos-gate/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()