Home
last modified time | relevance | path

Searched full:targettype (Results 1 – 15 of 15) sorted by relevance

/openbmc/phosphor-mrw-tools/
H A Dgen_openpower_fru.pl53 my $targetType = "";
57 $targetType = $targets->getAttribute($item->{TARGET}, "TYPE");
60 my @types = grep(/$targetType$/, @targetTypes);
62 next if (length($targetType) == 0 ||
63 ((not exists $targetHash{$targetType}) && (scalar @types == 0)));
65 push @targetTypes, $targetType;
67 delete($targetHash{$targetType});
H A Dgen_fru_properties.pl63 my $targetType = "";
67 $targetType = $targets->getAttribute($item->{TARGET}, "TYPE");
69 next if (not exists $targetItems->{$targetType});
71 writeOutput($targetType,
74 delete($targetHash{$targetType});
H A DUtil.pm226 =item getChildUnitsWithTargetType(C<TargetsObj>, C<TargetType>, C<ChipTarget>)
228 Returns an array of targets that have target-type C<TargetType>
241 =item getDevicePath(C<InventoryItems>, C<TargetsObj>, C<TargetType>)
243 Returns an array of all device paths (OBMC names) based on C<TargetType>.
H A Dinventory.pl57 my $targetType = $targetObj->getTargetType($target);
60 if (($fruName ne "") || (exists $includedTargetTypes{$targetType}) ||
66 $item{target_type} = $targetType;
336 my $targetType = shift@_;
341 if ($item->{target_type} eq $targetType) {
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A Dcheck-test-wrapper9 targettype = args.pop(0)
11 if targettype == "user":
56 elif targettype == "ssh":
/openbmc/openpower-hw-diags/util/
H A Dpdbg-no-sim.cpp54 auto targetType = getTrgtType(i_target); in getScom() local
56 if (TYPE_PROC == targetType) in getScom()
60 else if (TYPE_OCMB == targetType) in getScom()
H A Dpdbg.cpp105 auto targetType = getTrgtType(i_unitTarget); in getParentChip() local
106 if (TYPE_PROC == targetType || TYPE_OCMB == targetType) in getParentChip()
/openbmc/linux/Documentation/devicetree/bindings/arm/
H A Dapple.yaml39 compatible = "apple,<targettype>", "apple,<socid>", "apple,arm-platform";
41 <targettype> represents the board/device and comes from the `target-type`
/openbmc/u-boot/board/davinci/da8xxevm/
H A DREADME.da85093 sudo mono sfh_OMAP-L138.exe -targetType AM1808 -p /dev/ttyUSB0 \
149 $ mono sfh_OMAP-L138.exe -targetType AM1808 -p /dev/ttyUSB0 \
/openbmc/openpower-hw-diags/analyzer/
H A Dservice_data.cpp317 auto targetType = util::pdbg::getTrgtType(i_target); in getTargetSubsystem() local
320 if (subSysMap.count(targetType) > 0) in getTargetSubsystem()
322 o_subSys = subSysMap.at(targetType); in getTargetSubsystem()
H A Dfilter-root-cause.cpp255 const auto targetType = getTrgtType(getTrgt(s.getChip())); in __findNonExternalCs() local
261 if ((TYPE_PROC == targetType) && in __findNonExternalCs()
/openbmc/phosphor-hwmon/
H A Dtargets.hpp16 enum class targetType enum
/openbmc/linux/fs/smb/client/
H A Dsmb2pdu.h105 __le16 TargetType; member
/openbmc/linux/drivers/acpi/acpica/
H A Dexresolv.c199 "Unknown TargetType 0x%X in Index/Reference object %p", in acpi_ex_resolve_object_to_value()
H A Dexoparg1.c992 "Unknown Index TargetType 0x%X in reference object %p", in acpi_ex_opcode_1A_0T_1R()