| /openbmc/phosphor-power/phosphor-regulators/src/actions/ |
| H A D | set_device_action.hpp | 49 explicit SetDeviceAction(const std::string& deviceID) : deviceID{deviceID} in SetDeviceAction() argument 63 environment.setDeviceID(deviceID); in execute() 74 return deviceID; in getDeviceID() 84 return "set_device: " + deviceID; in toString() 91 const std::string deviceID{}; member in phosphor::power::regulators::SetDeviceAction
|
| H A D | action_environment.hpp | 73 explicit ActionEnvironment(const IDMap& idMap, const std::string& deviceID, in ActionEnvironment() argument 75 idMap{idMap}, deviceID{deviceID}, services{services} in ActionEnvironment() 138 return idMap.getDevice(deviceID); in getDevice() 148 return deviceID; in getDeviceID() 234 deviceID = id; in setDeviceID() 256 std::string deviceID{}; member in phosphor::power::regulators::ActionEnvironment
|
| /openbmc/phosphor-power/phosphor-regulators/src/ |
| H A D | write_verification_error.hpp | 52 const std::string& deviceID, in WriteVerificationError() argument 54 error{"WriteVerificationError: " + error}, deviceID{deviceID}, in WriteVerificationError() 65 return deviceID; in getDeviceID() 97 const std::string deviceID{}; member in phosphor::power::regulators::WriteVerificationError
|
| H A D | pmbus_error.hpp | 48 explicit PMBusError(const std::string& error, const std::string& deviceID, in PMBusError() argument 50 error{"PMBusError: " + error}, deviceID{deviceID}, in PMBusError() 61 return deviceID; in getDeviceID() 93 const std::string deviceID{}; member in phosphor::power::regulators::PMBusError
|
| H A D | phase_fault_detection.hpp | 79 const std::string& deviceID = "") : in PhaseFaultDetection() argument 80 actions{std::move(actions)}, deviceID{deviceID} in PhaseFaultDetection() 133 return deviceID; in getDeviceID() 179 const std::string deviceID{}; member in phosphor::power::regulators::PhaseFaultDetection
|
| H A D | phase_fault_detection.cpp | 53 deviceID.empty() ? regulator.getID() : deviceID; in execute()
|
| H A D | config_file_parser.cpp | 785 std::string deviceID{}; in parsePhaseFaultDetection() local 789 deviceID = parseString(*deviceIDIt); in parsePhaseFaultDetection() 801 return std::make_unique<PhaseFaultDetection>(std::move(actions), deviceID); in parsePhaseFaultDetection() 1191 std::string deviceID = parseString(element); in parseSetDevice() local 1193 return std::make_unique<SetDeviceAction>(deviceID); in parseSetDevice()
|
| /openbmc/phosphor-fan-presence/control/json/utils/ |
| H A D | pcie_card_metadata.cpp | 111 data.deviceID = in load() 125 iter->deviceID = data.deviceID; in load() 145 std::cerr << "deviceID: " << entry.deviceID << "\n"; in dump() 155 uint16_t deviceID, uint16_t vendorID, uint16_t subsystemID, in lookup() argument 160 "DEVICE_ID", lg2::hex, deviceID, "VENDOR_ID", lg2::hex, vendorID, in lookup() 165 [&deviceID, &vendorID, &subsystemID, in lookup() 167 return (deviceID == card.deviceID) && (vendorID == card.vendorID) && in lookup()
|
| H A D | pcie_card_metadata.hpp | 87 uint16_t deviceID, uint16_t vendorID, uint16_t subsystemID, 97 uint16_t deviceID; member 106 (deviceID == other.deviceID) && in operator ==()
|
| /openbmc/phosphor-fan-presence/control/json/actions/ |
| H A D | pcie_card_floors.cpp | 219 auto deviceID = getPCIeDeviceProperty(card, deviceIDProp); in getFloorIndexFromSlot() local 225 return _cardMetadata->lookup(deviceID, vendorID, subsystemID, in getFloorIndexFromSlot()
|
| /openbmc/fb-ipmi-oem/include/ |
| H A D | sdrutils.hpp | 118 char deviceID[FRU_RECORD_DEVICE_ID_MAX_LENGTH]; member
|
| /openbmc/phosphor-bmc-code-mgmt/i2c-vr/xdpe1x2xx/ |
| H A D | xdpe1x2xx.cpp | 78 sdbusplus::async::task<bool> XDPE1X2XX::getDeviceId(uint8_t* deviceID) in getDeviceId() argument 96 std::memcpy(deviceID, &rbuf[1], IFXICDeviceIDLen); in getDeviceId() 97 info.deviceRev = deviceID[0]; in getDeviceId() 98 info.deviceId = deviceID[1]; in getDeviceId()
|
| /openbmc/phosphor-host-ipmid/ |
| H A D | sensorhandler.cpp | 1210 auto deviceID = in ipmiFruGetSdr() local 1214 if (deviceID.length() > get_sdr::FRU_RECORD_DEVICE_ID_MAX_LENGTH) in ipmiFruGetSdr() 1221 get_sdr::body::setDeviceIdStrLen(deviceID.length(), record.body); in ipmiFruGetSdr() 1225 strncpy(record.body.deviceID, deviceID.c_str(), in ipmiFruGetSdr()
|
| H A D | sensorhandler.hpp | 321 char deviceID[FRU_RECORD_DEVICE_ID_MAX_LENGTH]; member
|
| /openbmc/intel-ipmi-oem/include/ |
| H A D | storagecommands.hpp | 95 char deviceID[FRU_RECORD_DEVICE_ID_MAX_LENGTH]; member
|
| /openbmc/libcper/specification/document/ |
| H A D | cper-json-specification.tex | 1525 deviceID & object & A PCIe Device ID structure as defined in Subsection \ref{subsection:pciedevicei… 1550 deviceIDValid & boolean & Whether the "deviceID" field within a PCIe Error section (\ref{section:pc… 1569 deviceID & uint64 & The device ID of the PCIe device.\\ 1711 deviceID & uint64 & The device ID of this PCI/PCI-X component.\\ 1907 deviceID & object & A CXL Device ID structure, as defined in Subsection \ref{subsection:cxlprotocol… 1931 deviceIDValid & boolean & Whether the "deviceID" field in the CXL Protocol Error section (\ref{sect… 1971 deviceID & uint64 & The device ID of the CXL device.\\ 1999 deviceID & object & A CXL Component Device ID structure as described in Subsection \ref{subsection:… 2011 deviceIDValid & boolean & Whether the "deviceID" field of the CXL Component Error section (\ref{sec… 2025 deviceID & uint64 & The device ID of the CXL component.\\
|
| /openbmc/fb-ipmi-oem/src/ |
| H A D | storagecommands.cpp | 550 name.copy(resp.body.deviceID, name.size()); in getFruSdrs()
|
| /openbmc/phosphor-host-ipmid/dbus-sdr/ |
| H A D | storagecommands.cpp | 731 name.copy(resp.body.deviceID, name.size()); in getFruSdrs()
|
| /openbmc/intel-ipmi-oem/src/ |
| H A D | storagecommands.cpp | 688 name.copy(resp.body.deviceID, name.size()); in getFruSdrs()
|