Home
last modified time | relevance | path

Searched full:epoch (Results 1 – 25 of 123) sorted by relevance

12345

/openbmc/openbmc/poky/scripts/lib/
H A Dbuildstats.py150 def __init__(self, name, epoch, version, revision): argument
152 self.epoch = epoch
155 if epoch is None:
158 self.evr = "{}_{}-{}".format(epoch, version, revision)
199 bsrecipe = BSRecipe(recipe['name'], recipe['epoch'],
220 match = re.match(r'^(?P<name>\S+)-((?P<epoch>[0-9]{1,5})_)?(?P<version>[0-9]\S*)$',
225 match = re.match(r'^(?P<name>\S+)-((?P<epoch>[0-9]{1,5})_)?(?P<version>[^-]+)$',
229 epoch = match.group('epoch')
230 return name, epoch, version, revision
265 name, epoch, version, revision = cls.split_nevr(dirname)
[all …]
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_sel.robot161 # Convert to epoch timestamp.
164 # Get SEL List last 1 entry date and time and convert to epoch timestamp.
165 ${sel_epoch_time}= Get SEL Elist Last Entry Date In Epoch
167 # Compare epoch of sel entry timestamp and last addition timestamp.
186 # Get SEL List last 1 entry date and time and convert to epoch timestamp.
187 ${sel_epoch_time}= Get SEL Elist Last Entry Date In Epoch
193 # Compare epoch of sel entry timestamp and last addition timestamp.
201 ... BMC epoch timestamp.
205 ${bmc_epoch_time}= Get BMC Time In Epoch
215 # Compare epoch of erase timestamp and current bmc timestamp.
[all …]
/openbmc/pldm/libpldmresponder/
H A Dbios.hpp104 /** @brief Convert epoch time to BCD time
106 * @param[in] timeSec - Time got from epoch time in seconds
118 /** @brief Convert dec time to epoch time
126 * @return time - epoch time
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/
H A DProgress.interface.yaml19 Indicates when the request is created since the Epoch (1 Jan 1970
24 Indicates when the state is completed since the Epoch (1 Jan 1970
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/
H A DScheduledHostTransition.interface.yaml2 Implement to schedule Epoch time to power on/off the Host.
9 time is the Epoch time, number of seconds since 1 Jan 1970 00::00::00
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dbcd_time.hpp51 * @brief Converts the number of milliseconds since the epoch into BCD time
53 * @param[in] milliseconds - Number of milliseconds since the epoch
60 * milliseconds since the epoch (1/1/1970).
H A Djournal.cpp164 // timestamp is in microseconds since the epoch. in getTimeStamp()
174 // Convert to number of seconds since the epoch in getTimeStamp()
/openbmc/phosphor-certificate-manager/
H A Dx509_utils.cpp121 // Checks that notBefore is not earlier than the unix epoch given that
128 ASN1TimePtr epoch(ASN1_TIME_new(), ASN1_STRING_free); in validateCertificateStartDate() local
130 ASN1_TIME_set_string(epoch.get(), "19700101000000Z"); in validateCertificateStartDate()
133 ASN1_TIME_diff(&days, &secs, epoch.get(), notBefore); in validateCertificateStartDate()
137 lg2::error("Certificate valid date starts before the Unix Epoch"); in validateCertificateStartDate()
/openbmc/u-boot/drivers/rtc/
H A Dx1205.c84 * rtc_time -- month 0-11, hour 0-23, yr = calendar year-epoch
85 * Epoch is initialized as 2000. Time is set to UTC.
137 /* year, since the rtc epoch*/ in rtc_set()
/openbmc/openbmc/poky/meta/lib/oeqa/buildperf/
H A Dbase.py393 match = re.match(r'^(?P<name>\S+)-((?P<epoch>[0-9]{1,5})_)?(?P<version>[0-9]\S*)$',
398 match = re.match(r'^(?P<name>\S+)-((?P<epoch>[0-9]{1,5})_)?(?P<version>[^-]+)$',
402 epoch = match.group('epoch')
403 return name, epoch, version, revision
449 name, epoch, version, revision = split_nevr(fname)
451 ('epoch', epoch),
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Time/
H A DEpochTime.interface.yaml7 Time elpased since the Epoch(1 Jan 1970 00:00:00 UTC), in
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/
H A DCertificate.interface.yaml89 The certificate expiry date and time, in epoch time, in milliseconds
93 The certificate validity start date and time, in epoch time, in
/openbmc/openbmc/poky/meta/lib/oe/
H A Dreproducible.py12 # system epoch.
16 # See https://reproducible-builds.org/specs/source-date-epoch/
172 bb.debug(1, "Epoch file changed from %s to %s" % (efile, epochfile))
/openbmc/phosphor-state-manager/
H A Dscheduled_host_transition.hpp53 * @param[in] value - The seconds since epoch
80 * @return - return current epoch time
/openbmc/openbmc/poky/meta/recipes-graphics/mesa/
H A Dlibglu_9.0.3.bb11 # Epoch as this used to be part of mesa
/openbmc/openbmc/poky/meta/recipes-devtools/dosfstools/
H A Ddosfstools_4.2.bb16 SRC_URI += "file://source-date-epoch.patch"
/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/datetime/me-time-sync/
H A Dme-time-sync.sh6 # The last 4 bytes are the epoch time, e.g.
/openbmc/phosphor-webui/app/configuration/controllers/
H A Ddate-time-controller.js28 // The time is returned as Epoch microseconds convert to
186 // Add the separate date and time objects and convert to Epoch time in
192 // Add the separate date and time objects and convert to Epoch time
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Boot/
H A DProgress.interface.yaml16 updated. The time is the Epoch time, number of microseconds since 1
H A DPostCode.interface.yaml33 An array of post codes and timestamp in microseconds since epoch
/openbmc/phosphor-power/phosphor-regulators/src/
H A Djournal.cpp150 // timestamp is in microseconds since the epoch. in getTimeStamp()
160 // Convert to number of seconds since the epoch in getTimeStamp()
/openbmc/openbmc-test-automation/lib/
H A Dtftp_update_utils.py33 epoch time in seconds, i.e. the number of seconds since
/openbmc/openbmc-test-automation/redfish/systems/eventlog/
H A Dtest_event_logging.robot188 ${time_stamp1}= Convert Date ${elog_entry[0]["Created"].split('.')[0]} epoch
189 ${time_stamp2}= Convert Date ${elog_entry[1]["Created"].split('.')[0]} epoch
228 ${creation_time}= Convert Date ${elog_entry[0]["Created"].split('.')[0]} epoch
229 ${modification_time}= Convert Date ${elog_entry[0]["Modified"].split('.')[0]} epoch
/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Logging/PEL/
H A DEntry.interface.yaml48 The creation timestamp of the PEL in milliseconds since the epoch. For
/openbmc/openbmc-tools/pretty-journal/
H A Dpretty-journal.py26 """Convert microseconds since epoch to formatted timestamp (with microseconds)."""

12345