| /openbmc/qemu/hw/rtc/ |
| H A D | m48t59.c | 147 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 D | efi_selftest_rtc.c | 43 ret = runtime->get_time(&tm, NULL); in execute()
|
| /openbmc/sdeventplus/src/sdeventplus/source/ |
| H A D | time.hpp | 74 TimePoint get_time() const;
|
| H A D | time.cpp | 37 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 D | pong-clock-no-flicker.c | 66 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 D | time.cpp | 223 time->get_time()); in TEST_F() 230 EXPECT_THROW(time->get_time(), SdEventError); in TEST_F()
|
| /openbmc/bmcweb/redfish-core/src/ |
| H A D | event_log.cpp | 41 if (entryStream >> std::get_time(&timeStruct, "%Y-%m-%dT%H:%M:%S")) in getUniqueEntryID()
|
| /openbmc/openbmc/poky/meta/lib/oe/ |
| H A D | sstatesig.py | 401 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 D | efi_runtime.c | 290 .ptr = &efi_runtime_services.get_time, 699 .get_time = &efi_get_time_boottime,
|
| /openbmc/sdeventplus/src/sdeventplus/utility/ |
| H A D | timer.cpp | 91 auto end = timeSource.get_time(); in getRemaining()
|
| /openbmc/phosphor-host-ipmid/ |
| H A D | ipmi_fru_info_area.cpp | 212 timeStream >> std::get_time(&time, pattern.c_str()); in timeStringToRaw()
|
| /openbmc/phosphor-host-ipmid/dbus-sdr/ |
| H A D | storagecommands.cpp | 1019 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 D | storagecommands.cpp | 972 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 D | eventlog_utils.hpp | 205 if (entryStream >> std::get_time(&timeStruct, "%Y-%m-%dT%H:%M:%S")) in getUniqueEntryID()
|
| /openbmc/u-boot/include/ |
| H A D | efi_api.h | 217 efi_status_t (EFIAPI *get_time)(struct efi_time *time,
|