| /openbmc/openpower-proc-control/ |
| H A D | targeting.hpp | 21 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 D | targeting.cpp | 37 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 D | cfam_access.hpp | 27 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 D | cfam_access.cpp | 51 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 D | qom.rs | 188 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 D | test-chnl-timeout.cpp | 71 "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 D | test-pll-unlock.cpp | 74 "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 D | test-resolution.cpp | 186 "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 D | 0019-Re-introduce-spe-commandline-options.patch | 21 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 D | health_metric_config.cpp | 202 "Target": "" 207 "Target": "" 222 "Target": "" 233 "Target": "" 245 "Target": "" 255 "Target": ""
|
| /openbmc/bmcweb/redfish-core/include/generated/enums/ |
| H A D | endpoint_group.hpp | 24 Target, enumerator 41 {GroupType::Target, "Target"},
|
| H A D | endpoint.hpp | 35 Target, enumerator 64 {EntityRole::Target, "Target"},
|
| /openbmc/openbmc-tools/reboot-ping-pong/ |
| H A D | rpp | 11 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 D | rust-common.bbclass | 184 # 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 D | test_builddashboard_page_recipes.py | 14 from orm.models import Target 37 Target.objects.create(build=self.build, task=task, target='do_build')
|
| H A D | test_builddashboard_page_tasks.py | 14 from orm.models import Target 36 Target.objects.create(build=self.build, task=task, target='do_build')
|
| H A D | test_builddashboard_page_artifacts.py | 16 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 D | test_task_page.py | 13 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 D | csf_uboot.txt | 23 # 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 D | GPL-3.0-with-GCC-exception | 18 …Target 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… 23 …Target 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 D | csf_additional_images.txt | 23 # 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 D | 0006-cmd-go-make-GOROOT-precious-by-default.patch | 78 + _, 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 D | sensors.md | 25 - 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 D | 0004-reproducible.patch | 79 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 D | fan_utils.robot | 91 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 …]
|