Searched refs:targetID (Results 1 – 6 of 6) sorted by relevance
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | systems_logservices_hostlogger.hpp | 260 std::string_view targetID = param; in handleSystemsLogServicesHostloggerEntriesEntryGet() local 264 auto [ptr, ec] = std::from_chars(targetID.begin(), targetID.end(), idInt); in handleSystemsLogServicesHostloggerEntriesEntryGet() 265 if (ec != std::errc{} || ptr != targetID.end()) in handleSystemsLogServicesHostloggerEntriesEntryGet() 294 fillHostLoggerEntryJson(targetID, logEntries[0], hostLogEntry); in handleSystemsLogServicesHostloggerEntriesEntryGet()
|
| H A D | systems_logservices_postcodes.hpp | 596 const std::string& systemName, const std::string& targetID) in handleSystemsLogServicesPostCodesEntriesEntryGet() argument 616 getPostCodeForEntry(asyncResp, targetID); in handleSystemsLogServicesPostCodesEntriesEntryGet()
|
| /openbmc/bmcweb/redfish-core/include/utils/ |
| H A D | eventlog_utils.hpp | 438 const std::string& targetID = param; in handleSystemsAndManagersLogServiceEventLogEntriesGet() local 480 if (idStr == targetID) in handleSystemsAndManagersLogServiceEventLogEntriesGet() 497 messages::resourceNotFound(asyncResp->res, "LogEntry", targetID); in handleSystemsAndManagersLogServiceEventLogEntriesGet()
|
| /openbmc/intel-ipmi-oem/src/ |
| H A D | storagecommands.cpp | 852 ipmiStorageGetSELEntry(uint16_t reservationID, uint16_t targetID, in ipmiStorageGetSELEntry() argument 881 if (targetID == ipmi::sel::firstEntry) in ipmiStorageGetSELEntry() 895 else if (targetID == ipmi::sel::lastEntry) in ipmiStorageGetSELEntry() 912 if (!findSELEntry(targetID, selLogFiles, targetEntry)) in ipmiStorageGetSELEntry()
|
| /openbmc/phosphor-host-ipmid/dbus-sdr/ |
| H A D | storagecommands.cpp | 899 ipmiStorageGetSELEntry(uint16_t reservationID, uint16_t targetID, in ipmiStorageGetSELEntry() argument 928 if (targetID == ipmi::sel::firstEntry) in ipmiStorageGetSELEntry() 942 else if (targetID == ipmi::sel::lastEntry) in ipmiStorageGetSELEntry() 959 if (!findSELEntry(targetID, selLogFiles, targetEntry)) in ipmiStorageGetSELEntry()
|
| /openbmc/libcper/specification/document/ |
| H A D | cper-json-specification.tex | 1322 targetID & uint64 & Hardware address of the intended target of the transaction.\\ 1434 targetID & uint64 & Hardware address of the intended target of the transaction.\\ 1480 targetIDValid & boolean & Whether the "targetID" field of a Memory Error 2 (\ref{section:memoryerro… 1643 targetID & uint64 & The PCI bus intended target ID for the error.\\ 1667 targetIDValid & boolean & Whether the "targetID" field of the PCI/PCI-X Bus Error section (\ref{sec…
|