Searched full:targettype (Results 1 – 15 of 15) sorted by relevance
/openbmc/phosphor-mrw-tools/ |
H A D | gen_openpower_fru.pl | 53 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 D | gen_fru_properties.pl | 63 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 D | Util.pm | 226 =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 D | inventory.pl | 57 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 D | check-test-wrapper | 9 targettype = args.pop(0) 11 if targettype == "user": 56 elif targettype == "ssh":
|
/openbmc/openpower-hw-diags/util/ |
H A D | pdbg-no-sim.cpp | 54 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 D | pdbg.cpp | 105 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 D | apple.yaml | 39 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 D | README.da850 | 93 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 D | service_data.cpp | 317 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 D | filter-root-cause.cpp | 255 const auto targetType = getTrgtType(getTrgt(s.getChip())); in __findNonExternalCs() local 261 if ((TYPE_PROC == targetType) && in __findNonExternalCs()
|
/openbmc/phosphor-hwmon/ |
H A D | targets.hpp | 16 enum class targetType enum
|
/openbmc/linux/fs/smb/client/ |
H A D | smb2pdu.h | 105 __le16 TargetType; member
|
/openbmc/linux/drivers/acpi/acpica/ |
H A D | exresolv.c | 199 "Unknown TargetType 0x%X in Index/Reference object %p", in acpi_ex_resolve_object_to_value()
|
H A D | exoparg1.c | 992 "Unknown Index TargetType 0x%X in reference object %p", in acpi_ex_opcode_1A_0T_1R()
|