/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/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/openpower-hw-diags/test/ |
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() 348 "Target": "/proc0/pib/perv12/mc0/mi0/mcc0/omi0" in TEST() 355 "RX Target": "/proc0/pib/perv12/mc0/mi0/mcc0/omi0", in TEST() 356 "TX Target": "/proc0/pib/perv12/mc0/mi0/mcc0/omi0/ocmb0" in TEST() [all …]
|
/openbmc/phosphor-health-monitor/ |
H A D | health_metric_config.cpp | 202 "Target": "" 207 "Target": "" 222 "Target": "" 233 "Target": "" 245 "Target": "" 255 "Target": ""
|
/openbmc/linux/Documentation/driver-api/ |
H A D | target.rst | 10 Target core device interfaces 16 Target core transport interfaces 22 Target-supported userspace I/O
|
/openbmc/linux/rust/kernel/ |
H A D | task.rs | 90 pub unsafe fn current() -> impl Deref<Target = Task> { in current() 97 type Target = Task; in current() typedef 99 fn deref(&self) -> &Self::Target { in current() argument
|
H A D | str.rs | 279 type Target = BStr; typedef 282 fn deref(&self) -> &Self::Target { in deref() argument 503 type Target = RawFormatter; typedef 505 fn deref(&self) -> &Self::Target { in deref() argument 587 type Target = CStr; typedef 589 fn deref(&self) -> &Self::Target { in deref() argument
|
/openbmc/linux/rust/kernel/sync/ |
H A D | arc.rs | 262 type Target = T; typedef 264 fn deref(&self) -> &Self::Target { in deref() argument 430 type Target = T; typedef 432 fn deref(&self) -> &Self::Target { in deref() argument 599 type Target = T; typedef 601 fn deref(&self) -> &Self::Target { in deref() argument 607 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut() argument
|
H A D | lock.rs | 156 type Target = T; typedef 158 fn deref(&self) -> &Self::Target { in deref() argument 165 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut() argument
|
/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-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/linux/drivers/scsi/elx/ |
H A D | Kconfig | 2 tristate "Emulex Fibre Channel Target" 8 The efct driver provides enhanced SCSI Target Mode
|
/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/linux/drivers/target/iscsi/ |
H A D | Kconfig | 3 tristate "Linux-iSCSI.org iSCSI Target Mode Stack" 10 Target Mode Stack.
|
/openbmc/linux/Documentation/block/ |
H A D | kyber-iosched.rst | 11 Target latency for reads (in nanoseconds). 15 Target latency for synchronous writes (in nanoseconds).
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/ |
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,
|
/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/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/linux/Documentation/scsi/ |
H A D | BusLogic.rst | 430 the Queue Depth and whether Tagged Queuing is permitted for each Target 431 Device (assuming that the Target Device supports Tagged Queuing). The Queue 433 presented for execution (either to the Host Adapter or Target Device). Note 436 Tagged Queuing on Target Devices that do not implement it correctly. The 442 Target Devices that support Tagged Queuing, as well as the maximum Queue 446 capabilities of the detected Target Devices. Target Devices that 455 individually for each Target Device. If an <integer> is omitted, the 456 associated Target Device will have its Queue Depth selected automatically. 467 all Target Devices on this Host Adapter, overriding any limitation that 473 for all Target Devices on this Host Adapter. [all …]
|
/openbmc/openbmc-test-automation/lib/ |
H A D | fan_utils.robot | 93 Set Fan Target Speed 103 ... Target data=${valueDict} 106 Get Target Speed Of Fans 113 ${target_speed}= Set Variable ${response.json()["data"]["Target"]} 120 Get Target And Blade Speeds 135 ${target_speed}= Set Variable ${response.json["data"]["Target"]} 146 Get Fan Target And Speed 155 ... Get Target And Blade Speeds ${fan_name} 271 ${target_speed} ${fan_speed}= Get Fan Target And Speed ${fan_name} 315 Set Fan Target Speed ${fan_name} ${max_speed} [all …]
|