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

/osnet-11/usr/src/lib/libfru/libfru/
H A DParser.h60 fru_errno_t fru_field_parser(const char *path, Ancestor **ancestors,
H A DParser.cc49 // NOTE: ancestors may be NULL if no tags contain a valid path.
51 fru_field_parser(const char *path, Ancestor **ancestors, argument
91 /* allow ancestors to be NULL */
92 /* some elements don't have tagged ancestors */
100 *ancestors = gParserAnts;
H A Dlibfru.cc1396 // ancestors: A linked list of Tagged Ancestors which represent the
1406 // For an "UNKNOWN" payload this will return NULL for the pathDef, ancestors,
1418 Ancestor **ancestors,
1449 *correct = *ancestors = NULL;
1467 err = fru_field_parser(field_path, ancestors,
1473 } else if (ancestors == NULL) {
1474 /* without valid ancestors we can't find payloads for this */
1482 delete *ancestors; // linked list
1489 *pathDef, *ancestors, correct, tagInstance))
1495 delete *ancestors; // linke
1412 get_payload(fru_nodehdl_t container, const char *seg_name, int instance, const char *field_path, PathDef **pathDef, Ancestor **ancestors, Ancestor **correct, int *tagInstance, int *instLeft, uint8_t **payload, size_t *payloadLen, int mode) argument
1553 get_seg_and_payload(fru_nodehdl_t container, char **seg_name, int instance, const char *field_path, PathDef **pathDef, Ancestor **ancestors, Ancestor **correct, int *tagInstance, int *instLeft, uint8_t **payload, size_t *payloadLen) argument
1644 Ancestor *ancestors; local
1727 Ancestor *ancestors; local
1799 Ancestor *ancestors; local
2104 Ancestor *ancestors = NULL; local
2144 Ancestor *ancestors local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DNEXT.pm6 sub NEXT::ELSEWHERE::ancestors
49 NEXT::ELSEWHERE::ancestors ref $self || $self,
212 begins a new dispatch that is restricted to searching the ancestors
215 ancestors of C<$self> -- whereas C<$self-E<gt>SUPER::m()> cannot.
429 "ancestors"). In that case, instead of using the C<EVERY> pseudo-class:
H A DCPAN.pm3772 my($ancestors) = shift || [];
3778 $CPAN::Frontend->mydie(CPAN::Exception::RecursiveDependency->new($ancestors));
3785 $premo->color_cmd_tmps($depth+1,$color,[@$ancestors, $self->id]);
4902 my($ancestors) = shift || [];
4909 $CPAN::Frontend->mydie(CPAN::Exception::RecursiveDependency->new($ancestors));
4916 $obj->color_cmd_tmps($depth+1,$color,[@$ancestors, $self->id]);
5228 my($ancestors) = shift || [];
5234 $CPAN::Frontend->mydie(CPAN::Exception::RecursiveDependency->new($ancestors));
5239 $dist->color_cmd_tmps($depth+1,$color,[@$ancestors, $self->id]);
H A Doverload.pm473 the ancestors. If some method is overloaded in several ancestor, then

Completed in 67 milliseconds