Home
last modified time | relevance | path

Searched refs:get_time (Results 1 – 15 of 15) sorted by relevance

/openbmc/qemu/hw/rtc/
H A Dm48t59.c147 static inline void get_time(M48t59State *NVRAM, struct tm *tm) in get_time() function
267 get_time(NVRAM, &tm); in m48t59_write()
286 get_time(NVRAM, &tm); in m48t59_write()
296 get_time(NVRAM, &tm); in m48t59_write()
305 get_time(NVRAM, &tm); in m48t59_write()
315 get_time(NVRAM, &tm); in m48t59_write()
325 get_time(NVRAM, &tm); in m48t59_write()
335 get_time(NVRAM, &tm); in m48t59_write()
401 get_time(NVRAM, &tm); in m48t59_read()
407 get_time(NVRAM, &tm); in m48t59_read()
[all …]
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_rtc.c43 ret = runtime->get_time(&tm, NULL); in execute()
/openbmc/sdeventplus/src/sdeventplus/source/
H A Dtime.hpp74 TimePoint get_time() const;
H A Dtime.cpp37 typename Time<Id>::TimePoint Time<Id>::get_time() const in get_time() function in sdeventplus::source::Time
/openbmc/openbmc/poky/meta/recipes-graphics/pong-clock/pong-clock/
H A Dpong-clock-no-flicker.c66 get_time(int *hour, int *min, int *sec) in get_time() function
150 get_time(&hour, &min, NULL); in draw_time()
213 get_time(&hour, &min, &sec); in update_state()
/openbmc/sdeventplus/test/source/
H A Dtime.cpp223 time->get_time()); in TEST_F()
230 EXPECT_THROW(time->get_time(), SdEventError); in TEST_F()
/openbmc/bmcweb/redfish-core/src/
H A Devent_log.cpp41 if (entryStream >> std::get_time(&timeStruct, "%Y-%m-%dT%H:%M:%S")) in getUniqueEntryID()
/openbmc/openbmc/poky/meta/lib/oe/
H A Dsstatesig.py401 def get_time(fullpath): function
434 mtime = get_time(fullpath)
442 mtime = get_time(fullpath)
475 mtime = get_time(fullpath)
/openbmc/u-boot/lib/efi_loader/
H A Defi_runtime.c290 .ptr = &efi_runtime_services.get_time,
699 .get_time = &efi_get_time_boottime,
/openbmc/sdeventplus/src/sdeventplus/utility/
H A Dtimer.cpp91 auto end = timeSource.get_time(); in getRemaining()
/openbmc/phosphor-host-ipmid/
H A Dipmi_fru_info_area.cpp212 timeStream >> std::get_time(&time, pattern.c_str()); in timeStringToRaw()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dstoragecommands.cpp1019 if (entryStream >> std::get_time(&timeStruct, "%Y-%m-%dT%H:%M:%S")) in ipmiStorageGetSELEntry()
1099 if (entryStream >> std::get_time(&timeStruct, "%Y-%m-%dT%H:%M:%S")) in ipmiStorageGetSELEntry()
/openbmc/intel-ipmi-oem/src/
H A Dstoragecommands.cpp972 if (entryStream >> std::get_time(&timeStruct, "%Y-%m-%dT%H:%M:%S")) in ipmiStorageGetSELEntry()
1040 if (entryStream >> std::get_time(&timeStruct, "%Y-%m-%dT%H:%M:%S")) in ipmiStorageGetSELEntry()
/openbmc/bmcweb/redfish-core/include/utils/
H A Deventlog_utils.hpp205 if (entryStream >> std::get_time(&timeStruct, "%Y-%m-%dT%H:%M:%S")) in getUniqueEntryID()
/openbmc/u-boot/include/
H A Defi_api.h217 efi_status_t (EFIAPI *get_time)(struct efi_time *time,