Home
last modified time | relevance | path

Searched refs:Target (Results 1 – 25 of 162) sorted by relevance

1234567

/openbmc/openpower-proc-control/
H A Dtargeting.hpp21 class Target class
30 Target(size_t position, const std::string& devPath) : in Target() function in openpower::targeting::Target
34 Target() = delete;
35 ~Target() = default;
36 Target(const Target&) = default;
37 Target(Target&&) = default;
38 Target& operator=(Target&&) = default;
127 std::unique_ptr<Target>& getTarget(size_t pos);
143 std::vector<std::unique_ptr<Target>> targets;
H A Dtargeting.cpp37 int Target::getCFAMFD() in getCFAMFD()
48 std::unique_ptr<Target>& Targeting::getTarget(size_t pos) in getTarget()
70 targets.push_back(std::make_unique<Target>(0, fsiMasterPath)); in Targeting()
90 targets.push_back(std::make_unique<Target>(pos, path)); in Targeting()
102 auto sortTargets = [](const std::unique_ptr<Target>& left, in Targeting()
103 const std::unique_ptr<Target>& right) { in Targeting()
H A Dcfam_access.hpp27 void writeReg(const std::unique_ptr<openpower::targeting::Target>& target,
39 cfam_data_t readReg(const std::unique_ptr<openpower::targeting::Target>& target,
56 const std::unique_ptr<openpower::targeting::Target>& target,
H A Dcfam_access.cpp51 void writeReg(const std::unique_ptr<Target>& target, cfam_address_t address, in writeReg()
82 cfam_data_t readReg(const std::unique_ptr<Target>& target, in readReg()
116 void writeRegWithMask(const std::unique_ptr<Target>& target, in writeRegWithMask()
/openbmc/qemu/rust/qemu-api/src/
H A Dqom.rs188 type Target = T; typedef
191 fn deref(&self) -> &Self::Target { in deref() argument
198 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut() argument
371 type Target = MaybeUninit<T>; typedef
373 fn deref(&self) -> &Self::Target { in deref() argument
379 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut() argument
542 Self::Target: ObjectType,
548 Self::Target: IsA<U>, in as_ptr()
550 let ptr: *const Self::Target = self.deref(); in as_ptr()
565 Self::Target: IsA<U>, in as_mut_ptr()
[all …]
/openbmc/openpower-hw-diags/test/
H A Dtest-chnl-timeout.cpp71 "RX Target": "/proc0/pib/perv12/mc0/mi0/mcc0/omi0", in TEST()
72 "TX Target": "/proc0/pib/perv12/mc0/mi0/mcc0/omi0/ocmb0" in TEST()
78 "Target": "/proc0/pib/perv12/mc0/mi0/mcc0/omi0" in TEST()
139 "RX Target": "/proc0/pib/perv12/mc0/mi0/mcc0/omi0", in TEST()
140 "TX Target": "/proc0/pib/perv12/mc0/mi0/mcc0/omi0/ocmb0" in TEST()
146 "Target": "/proc0/pib/perv12/mc0/mi0/mcc0/omi0" in TEST()
208 "RX Target": "/proc0/pib/perv12/mc0/mi0/mcc0/omi0", in TEST()
209 "TX Target": "/proc0/pib/perv12/mc0/mi0/mcc0/omi0/ocmb0" in TEST()
216 "RX Target": "/proc0/pib/perv12/mc0/mi0/mcc0/omi0", in TEST()
217 "TX Target": "/proc0/pib/perv12/mc0/mi0/mcc0/omi0/ocmb0" in TEST()
[all …]
H A Dtest-pll-unlock.cpp74 "Target": "/proc1" in TEST()
147 "Target": "/proc0" in TEST()
153 "Target": "/proc1" in TEST()
207 "Target": "/proc0/pib/perv12/mc0/mi0/mcc0/omi0/ocmb0" in TEST()
213 "Target": "/proc0" in TEST()
279 "Target": "/proc0" in TEST()
285 "Target": "/proc0/pib/perv12/mc0/mi0/mcc0/omi0/ocmb0" in TEST()
291 "Target": "/proc0/pib/perv12/mc0/mi0/mcc0/omi1/ocmb0" in TEST()
351 "Target": "/proc0/pib/perv12/mc0/mi0/mcc0/omi0/ocmb0" in TEST()
357 "Target": "/proc0" in TEST()
H A Dtest-resolution.cpp186 "Target": "/proc0/pib/perv12/mc0/mi0/mcc0/omi0" in TEST()
260 "RX Target": "/proc0/pib/perv26/pauc1/iohs0/smpgroup0", in TEST()
261 "TX Target": "/proc1/pib/perv25/pauc0/iohs1/smpgroup0" in TEST()
268 "RX Target": "/proc0/pib/perv12/mc0/mi0/mcc0/omi0/ocmb0", in TEST()
269 "TX Target": "/proc0/pib/perv12/mc0/mi0/mcc0/omi0" in TEST()
276 "RX Target": "/proc0/pib/perv12/mc0/mi0/mcc0/omi0", in TEST()
277 "TX Target": "/proc0/pib/perv12/mc0/mi0/mcc0/omi0/ocmb0" in TEST()
362 "Target": "/proc0/pib/perv12/mc0/mi0/mcc0/omi0" in TEST()
369 "RX Target": "/proc0/pib/perv12/mc0/mi0/mcc0/omi0", in TEST()
370 "TX Target": "/proc0/pib/perv12/mc0/mi0/mcc0/omi0/ocmb0" in TEST()
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0019-Re-introduce-spe-commandline-options.patch21 Target RejectNegative Joined
26 +Target Var(rs6000_spe) Save
30 +Target RejectNegative Var(rs6000_spe_abi) Save
34 +Target RejectNegative Var(rs6000_spe_abi, 0)
39 Target RejectNegative Var(rs6000_altivec_abi) Save
/openbmc/phosphor-health-monitor/
H A Dhealth_metric_config.cpp202 "Target": ""
207 "Target": ""
222 "Target": ""
233 "Target": ""
245 "Target": ""
255 "Target": ""
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dendpoint_group.hpp24 Target, enumerator
41 {GroupType::Target, "Target"},
H A Dendpoint.hpp35 Target, enumerator
64 {EntityRole::Target, "Target"},
/openbmc/openbmc-tools/reboot-ping-pong/
H A Drpp11 Target = namedtuple("Target", "credentials, endpoint") variable
183 Target(bmccreds, Endpoint("serial.concentrator.somewhere.com", 1234)),
184 Target(bmccreds, Endpoint("bmc.somewhere.com", 22)),
187 Target(bmccreds, Endpoint("bmc.somewhere.com", 2200)),
188 Target(
/openbmc/openbmc/poky/meta/classes-recipe/
H A Drust-common.bbclass184 # Yocto Target / Rust Target C compiler
186 # Yocto Target / Rust Target C++ compiler
188 # Yocto Target / Rust Target linker
190 # Yocto Target / Rust Target archiver
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_builddashboard_page_recipes.py14 from orm.models import Target
37 Target.objects.create(build=self.build, task=task, target='do_build')
H A Dtest_builddashboard_page_tasks.py14 from orm.models import Target
36 Target.objects.create(build=self.build, task=task, target='do_build')
H A Dtest_builddashboard_page_artifacts.py16 from orm.models import Project, Release, BitbakeVersion, Build, Target, Package
62 Target.objects.create(is_image=False, build=build, task='',
88 target = Target.objects.create(is_image=True, build=build,
149 target = Target.objects.create(is_image=True, build=build,
H A Dtest_task_page.py13 from orm.models import Project, Build, Layer, Layer_Version, Recipe, Target
30 Target.objects.create(target='foo', build=self.build)
/openbmc/u-boot/doc/imx/habv4/csf_examples/mx6_mx7/
H A Dcsf_uboot.txt23 # Target key slot in HAB key store where key will be installed
24 Target Index = 2
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DGPL-3.0-with-GCC-exception18Target Code" refers to output from any compiler for a real or virtual target processor architectur…
19 …d for human-written code, and/or in Java Virtual Machine byte code, into Target Code. Thus, for ex…
23Target Code formed by combining the Runtime Library with Independent Modules, even if such propaga…
/openbmc/u-boot/doc/imx/habv4/csf_examples/additional_images/
H A Dcsf_additional_images.txt23 # Target key slot in HAB key store where key will be installed
24 Target Index = 2
/openbmc/openbmc/poky/meta/recipes-devtools/go/go/
H A D0006-cmd-go-make-GOROOT-precious-by-default.patch78 + _, err := os.Stat(a.Package.Target)
80 + a.built = a.Package.Target
81 + a.Target = a.Package.Target
82 + a.buildID = b.fileHash(a.Package.Target)
/openbmc/phosphor-fan-presence/docs/monitor/
H A Dsensors.md25 - Whether this sensor D-Bus object contains the `Target` property or not.
27 - The D-Bus interface containing the `Target` property. This defaults to
31 - The D-Bus full object path containing the `Target` property. This defaults
/openbmc/openbmc/poky/meta/recipes-core/ovmf/ovmf/
H A D0004-reproducible.patch79 return str(Other) == self.Target.Path
93 - self.ResultFileList = [str(T.Target) for T in MyAgo.CodaTargetList]
94 + self.ResultFileList = sorted([str(T.Target) for T in MyAgo.CodaTargetList])
138 if not self.ObjTargetDict.get(T.Target.SubDir):
139 self.ObjTargetDict[T.Target.SubDir] = set()
140 self.ObjTargetDict[T.Target.SubDir].add(NewFile)
/openbmc/openbmc-test-automation/lib/
H A Dfan_utils.robot91 Set Fan Target Speed
101 ... Target data=${valueDict}
104 Get Target Speed Of Fans
111 ${target_speed}= Set Variable ${response.json()["data"]["Target"]}
118 Get Target And Blade Speeds
133 ${target_speed}= Set Variable ${response.json["data"]["Target"]}
144 Get Fan Target And Speed
153 ... Get Target And Blade Speeds ${fan_name}
264 ${target_speed} ${fan_speed}= Get Fan Target And Speed ${fan_name}
307 Set Fan Target Speed ${fan_name} ${max_speed}
[all …]

1234567