/openbmc/linux/arch/alpha/kernel/ |
D | rtc.c |
|
/openbmc/openbmc/poky/scripts/lib/ |
H A D | buildstats.py | 150 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 D | test_ipmi_sel.robot | 161 # 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/ |
D | rtc.c |
|
/openbmc/linux/net/rxrpc/ |
D | conn_service.c |
|
D | local_event.c |
|
D | protocol.h |
|
/openbmc/pldm/libpldmresponder/ |
H A D | bios.hpp | 104 /** @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/ |
D | conf_space_quirks.h |
|
D | conf_space_quirks.c |
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | bcd_time.hpp | 51 * @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/ |
D | sysfs-class-rtc |
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/ |
H A D | Progress.interface.yaml | 19 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 D | ScheduledHostTransition.interface.yaml | 2 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 D | x509_utils.cpp | 121 // 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/ |
D | inodes.rst |
|
/openbmc/openbmc/poky/meta/lib/oeqa/buildperf/ |
H A D | base.py | 393 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 D | x1205.c | 84 * 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/ |
D | drbd_req.c |
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/ |
H A D | Certificate.interface.yaml | 89 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/ |
D | tcp_bic.c |
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | reproducible.py | 12 # 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 D | EpochTime.interface.yaml | 7 Time elpased since the Epoch(1 Jan 1970 00:00:00 UTC), in
|
/openbmc/phosphor-state-manager/ |
H A D | scheduled_host_transition.hpp | 53 * @param[in] value - The seconds since epoch 80 * @return - return current epoch time
|
/openbmc/phosphor-webui/app/configuration/controllers/ |
H A D | date-time-controller.js | 28 // 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
|