/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Time/ |
H A D | meson.build | 16 subdir('EpochTime') subdir 19 input: [ '../../../../yaml/xyz/openbmc_project/Time/EpochTime.interface.yaml', ], 20 output: [ 'EpochTime.md' ], 27 'xyz/openbmc_project/Time/EpochTime',
|
/openbmc/phosphor-time-manager/ |
H A D | bmc_epoch.hpp | 7 #include <xyz/openbmc_project/Time/EpochTime/server.hpp> 17 sdbusplus::xyz::openbmc_project::Time::server::EpochTime>; 20 * @brief OpenBMC BMC EpochTime implementation. 22 * xyz.openbmc_project.Time.EpochTime DBus API for BMC's epoch time.
|
H A D | README.md | 4 interface `xyz/openbmc_project/Time/EpochTime.interface.yaml`. The user can get 40 where each object implements interface `xyz.openbmc_project.Time.EpochTime`. 50 /xyz/openbmc_project/time/bmc xyz.openbmc_project.Time.EpochTime Elapsed 61 /xyz/openbmc_project/time/bmc xyz.openbmc_project.Time.EpochTime \
|
H A D | bmc_epoch.cpp | 100 server::EpochTime::elapsed(value); in elapsed()
|
/openbmc/phosphor-debug-collector/tools/dreport.d/ |
H A D | dreport | 15 Default name format obmcdump_<id>_<epochtime> 51 declare -rx EPOCHTIME=$(date +"%s") 169 log_summary "Epochtime: $EPOCHTIME" 182 name=$"obmcdump_"$dump_id"_$EPOCHTIME" 238 cat "$name_dir.tar.xz" | tee -a "/tmp/dumpheader_$EPOCHTIME" > /dev/null 239 mv "/tmp/dumpheader_$EPOCHTIME" "$name_dir.tar.xz"
|
/openbmc/openpower-debug-collector/dump/tools/opdump/ |
H A D | opdreport | 62 declare -x EPOCHTIME 63 EPOCHTIME=$(date +"%s") 72 dDay=$(date -d @"$EPOCHTIME" +'%Y%m%d%H%M%S') 117 content_path="/tmp/dump_${dump_id}_${EPOCHTIME}" 130 FILE="/tmp/dumpheader_${dump_id}_${EPOCHTIME}"
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Time/EpochTime/ |
H A D | meson.build | 4 input: [ '../../../../../yaml/xyz/openbmc_project/Time/EpochTime.interface.yaml', ], 12 'xyz/openbmc_project/Time/EpochTime',
|
/openbmc/openpower-debug-collector/dump/tools/bmcdump/scripts/ |
H A D | package | 19 cat "$name_dir.bin" | tee -a "/tmp/dumpheader_$EPOCHTIME" > /dev/null 22 mv "/tmp/dumpheader_$EPOCHTIME" "$name_dir"
|
/openbmc/pldm/libpldmresponder/test/ |
H A D | libpldmresponder_bios_test.cpp | 30 time_t epochTime = mktime(&time); in TEST() local 38 epochToBCDTime(epochTime, seconds, minutes, hours, day, month, year); in TEST()
|
/openbmc/phosphor-debug-collector/ |
H A D | dump_entry.hpp | 7 #include "xyz/openbmc_project/Time/EpochTime/server.hpp" 36 // TODO Revisit whether sdbusplus::xyz::openbmc_project::Time::server::EpochTime 45 sdbusplus::xyz::openbmc_project::Time::server::EpochTime>;
|
H A D | faultlog_dump_entry.hpp | 8 #include <xyz/openbmc_project/Time/EpochTime/server.hpp>
|
H A D | bmc_dump_entry.hpp | 7 #include "xyz/openbmc_project/Time/EpochTime/server.hpp"
|
/openbmc/phosphor-debug-collector/tools/dreport.d/ibm.d/ |
H A D | gendumpheader | 24 declare -x FILE="/tmp/dumpheader_$EPOCHTIME" 32 declare -x dDay=$(date -d @$EPOCHTIME +'%Y%m%d%H%M%S') 44 #Function to is to convert the EPOCHTIME collected
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/HardwareIsolation/ |
H A D | Entry.interface.yaml | 17 xyz.openbmc_project.Time.EpochTime for the isolated hardware creation time.
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/ |
H A D | Attributes.interface.yaml | 66 specified in EpochTime format.
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/ |
H A D | Drive.interface.yaml | 26 Time when the Drive last rebooted represented in EpochTime. The time
|
/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/ |
H A D | ldapdump | 36 file_name=$"ldap_bmcdump_$EPOCHTIME"
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Dump/ |
H A D | Entry.interface.yaml | 5 xyz.openbmc_project.Time.EpochTime for the Dump creation time. Object which
|
/openbmc/pldm/libpldmresponder/ |
H A D | bios.cpp | 120 constexpr auto timeInterface = "xyz.openbmc_project.Time.EpochTime"; in getDateTime() 193 constexpr auto setTimeInterface = "xyz.openbmc_project.Time.EpochTime"; in setDateTime()
|
/openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/host/ac01-boot-progress/ |
H A D | ampere_boot_progress.sh | 20 xyz.openbmc_project.Time.EpochTime \
|
/openbmc/openpower-debug-collector/dump/tools/common/include/ |
H A D | gendumpheader | 41 dDay=$(date -d @"$EPOCHTIME" +'%Y%m%d%H%M%S') 53 #Function to is to convert the EPOCHTIME collected
|
/openbmc/openbmc-test-automation/redfish/managers/ |
H A D | test_bmc_dumps.robot | 372 # Wed Aug 30 17:23:29 UTC 2023 Epochtime: 1693416209 437 # Wed Aug 30 17:23:29 UTC 2023 Epochtime: 1693416209
|
/openbmc/docs/designs/ |
H A D | bmc-health-monitor.md | 160 | xyz.openbmc_project.Time.EpochTime | Interface to indicate when the metric was collected. …
|
/openbmc/phosphor-host-ipmid/ |
H A D | storagehandler.cpp | 52 constexpr auto TIME_INTERFACE = "xyz.openbmc_project.Time.EpochTime";
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | log_services.hpp | 257 else if (interfaceMap.first == "xyz.openbmc_project.Time.EpochTime") in parseDumpEntryFromDbusObject()
|