| /openbmc/phosphor-power/phosphor-regulators/src/ |
| H A D | journal.cpp | 88 std::string syslogID, pid, message, timeStamp, line; in getMessages() local 92 timeStamp = getTimeStamp(journal); in getMessages() 98 line = timeStamp + " " + syslogID + "[" + pid + "]: " + message; in getMessages() 172 char timeStamp[80]; in getTimeStamp() local 173 strftime(timeStamp, sizeof(timeStamp), "%b %d %H:%M:%S", timeStruct); in getTimeStamp() 175 return timeStamp; in getTimeStamp()
|
| /openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/ |
| H A D | system_dump_entry.hpp | 56 uint64_t timeStamp, uint64_t dumpSize, const uint32_t sourceId, in Entry() argument 59 phosphor::dump::Entry(bus, objPath.c_str(), dumpId, timeStamp, dumpSize, in Entry() 79 void update(uint64_t timeStamp, uint64_t dumpSize, const uint32_t sourceId) in update() argument 81 elapsed(timeStamp); in update() 87 completedTime(timeStamp); in update()
|
| H A D | resource_dump_entry.hpp | 62 uint64_t timeStamp, uint64_t dumpSize, const uint32_t sourceId, in Entry() argument 66 phosphor::dump::Entry(bus, objPath.c_str(), dumpId, timeStamp, dumpSize, in Entry() 88 void update(uint64_t timeStamp, uint64_t dumpSize, uint32_t sourceId) in update() argument 91 elapsed(timeStamp); in update() 96 completedTime(timeStamp); in update()
|
| H A D | dump_manager_system.cpp | 28 uint64_t timeStamp = in notify() local 94 upEntry->update(timeStamp, size, dumpId); in notify() 112 bus, objPath.c_str(), id, timeStamp, size, dumpId, in notify() 123 timeStamp, "SIZE", size, "SOURCE_ID", dumpId); in notify() 204 uint64_t timeStamp = in createDump() local 213 bus, objPath.c_str(), id, timeStamp, 0, INVALID_SOURCE_ID, in createDump()
|
| H A D | dump_manager_resource.cpp | 28 uint64_t timeStamp = in notify() local 70 upEntry->update(timeStamp, size, dumpId); in notify() 90 bus, objPath.c_str(), id, timeStamp, size, dumpId, in notify() 102 timeStamp, "SIZE", size, "SOURCE_ID", dumpId); in notify() 133 uint64_t timeStamp = in createDump() local 202 bus, objPath.c_str(), id, timeStamp, 0, INVALID_SOURCE_ID, in createDump()
|
| /openbmc/phosphor-logging/extensions/openpower-pels/ |
| H A D | journal.cpp | 93 std::string sID, pid, message, timeStamp, line; in getMessages() local 97 timeStamp = getTimeStamp(journal); in getMessages() 102 line = timeStamp + " " + sID + "[" + pid + "]: " + message; in getMessages() 174 char timeStamp[80]; in getTimeStamp() local 175 strftime(timeStamp, sizeof(timeStamp), "%b %d %H:%M:%S", timeStruct); in getTimeStamp() 177 return timeStamp; in getTimeStamp()
|
| /openbmc/phosphor-debug-collector/ |
| H A D | dump_entry.hpp | 82 uint64_t timeStamp, uint64_t dumpSize, in Entry() argument 101 elapsed(timeStamp); in Entry() 102 startTime(timeStamp); in Entry() 103 completedTime(timeStamp); in Entry() 108 startTime(timeStamp); in Entry()
|
| H A D | bmc_dump_entry.hpp | 58 uint64_t timeStamp, uint64_t fileSize, in Entry() argument 62 phosphor::dump::Entry(bus, objPath.c_str(), dumpId, timeStamp, fileSize, in Entry() 87 void update(uint64_t timeStamp, uint64_t fileSize, in update() argument 90 elapsed(timeStamp); in update() 97 completedTime(timeStamp); in update()
|
| H A D | faultlog_dump_entry.hpp | 48 uint64_t timeStamp, uint64_t fileSize, in Entry() argument 52 phosphor::dump::Entry(bus, objPath.c_str(), dumpId, timeStamp, fileSize, in Entry()
|
| H A D | dump_manager_bmc.cpp | 83 uint64_t timeStamp = in createDump() local 90 bus, objPath.c_str(), id, timeStamp, 0, std::string(), in createDump()
|
| /openbmc/phosphor-fan-presence/monitor/ |
| H A D | fan_error.cpp | 245 std::string syslogID, pid, message, timeStamp; in getJournalEntries() local 251 timeStamp = getTimeStamp(journal); in getJournalEntries() 258 timeStamp + " " + syslogID + "[" + pid + "]: " + message); in getJournalEntries() 297 char timeStamp[80]; in getTimeStamp() local 298 strftime(timeStamp, sizeof(timeStamp), "%b %d %H:%M:%S", timeStruct); in getTimeStamp() 300 return timeStamp; in getTimeStamp()
|
| /openbmc/openpower-occ-control/ |
| H A D | occ_ffdc.cpp | 328 std::string syslogID, pid, message, timeStamp; in getJournalEntries() local 334 timeStamp = getTimeStamp(journal); in getJournalEntries() 341 timeStamp + " " + syslogID + "[" + pid + "]: " + message); in getJournalEntries() 380 char timeStamp[80]; in getTimeStamp() local 381 strftime(timeStamp, sizeof(timeStamp), "%b %d %H:%M:%S", timeStruct); in getTimeStamp() 383 return timeStamp; in getTimeStamp()
|
| /openbmc/phosphor-host-ipmid/ |
| H A D | sbmrhandler.cpp | 123 uint64_t timeStamp) in updateBootProgressLastUpdateProperty() argument 140 "BootProgressLastUpdate", timeStamp); in updateBootProgressLastUpdateProperty() 187 auto timeStamp = std::chrono::duration_cast<std::chrono::microseconds>( in sendBootProgressCode() local 190 if (!updateBootProgressLastUpdateProperty(ctx, timeStamp)) in sendBootProgressCode()
|
| H A D | selutility.cpp | 94 record.event.oemCD.timeStamp = static_cast<uint32_t>( in constructOEMSEL() 146 record.event.eventRecord.timeStamp = static_cast<uint32_t>( in constructSEL() 258 record.event.eventRecord.timeStamp = static_cast<uint32_t>( in prepareSELEntry() 354 uint64_t timeStamp; in getEntryTimeStamp() local 360 timeStamp = std::get<uint64_t>(propValue); in getEntryTimeStamp() 369 std::chrono::milliseconds chronoTimeStamp(timeStamp); in getEntryTimeStamp()
|
| H A D | selutility.hpp | 66 uint32_t timeStamp; //!< Timestamp. member 87 uint32_t timeStamp; //!< Timestamp. member
|
| /openbmc/intel-ipmi-oem/include/ |
| H A D | smbiosmdrv2.hpp | 91 uint32_t timeStamp; member 169 timeStamp; // More info on the identity of this particular set of data member
|
| H A D | smbiosmdrv2handler.hpp | 156 uint32_t timeStamp; member 175 timeStamp; // More info on the identity of this particular set of data member
|
| /openbmc/fb-ipmi-oem/include/ |
| H A D | storagecommands.hpp | 188 uint32_t timeStamp; //!< Timestamp. member 203 uint32_t timeStamp; //!< Timestamp. member
|
| /openbmc/pldm/platform-mc/ |
| H A D | sensor_manager.cpp | 251 elapsed = t1 - sensor->timeStamp; in doSensorPollingTask() 252 if ((sensor->updateTime <= elapsed) || (!sensor->timeStamp)) in doSensorPollingTask() 265 sensor->timeStamp = t1; in doSensorPollingTask()
|
| H A D | numeric_sensor.hpp | 371 uint64_t timeStamp; member in pldm::platform_mc::NumericSensor
|
| H A D | numeric_sensor.cpp | 284 timeStamp = 0; in NumericSensor() 530 timeStamp = 0; in NumericSensor()
|
| /openbmc/openpower-host-ipmi-oem/ |
| H A D | oemhandler.hpp | 63 uint32_t timeStamp; //!< Timestamp. member
|
| /openbmc/phosphor-state-manager/ |
| H A D | host_state_manager.cpp | 457 auto timeStamp = std::chrono::duration_cast<std::chrono::microseconds>( in bootProgress() local 460 this->bootProgressLastUpdate(timeStamp); in bootProgress()
|
| /openbmc/smbios-mdr/include/ |
| H A D | mdrv2.hpp | 158 uint32_t dataVer, uint32_t timeStamp) override;
|
| /openbmc/smbios-mdr/src/ |
| H A D | mdrv2.cpp | 306 uint32_t timeStamp) in sendDataInformation() argument 326 if (smbiosDir.dir[idIndex].common.timestamp != timeStamp) in sendDataInformation() 329 smbiosDir.dir[idIndex].common.timestamp = timeStamp; in sendDataInformation()
|