Home
last modified time | relevance | path

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

12345678

/openbmc/linux/arch/alpha/kernel/
Drtc.c
/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/linux/arch/sh/boards/mach-dreamcast/
Drtc.c
/openbmc/linux/net/rxrpc/
Dconn_service.c
Dlocal_event.c
Dprotocol.h
/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/linux/drivers/xen/xen-pciback/
Dconf_space_quirks.h
Dconf_space_quirks.c
/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).
/openbmc/linux/Documentation/ABI/testing/
Dsysfs-class-rtc
/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-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/linux/Documentation/filesystems/ext4/
Dinodes.rst
/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/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/linux/drivers/block/drbd/
Ddrbd_req.c
/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/linux/net/ipv4/
Dtcp_bic.c
/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-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-state-manager/
H A Dscheduled_host_transition.hpp53 * @param[in] value - The seconds since epoch
80 * @return - return current epoch time
/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

12345678