| /openbmc/qemu/tests/qtest/ |
| H A D | rtc-test.c | 310 static void set_time(int mode, int h, int m, int s) in set_time() function 374 set_time(0, 0x81, 0x59, 0x00); in basic_12h_bcd() 381 set_time(0, 0x09, 0x59, 0x59); in basic_12h_bcd() 386 set_time(0, 0x12, 0x59, 0x59); in basic_12h_bcd() 391 set_time(0, 0x92, 0x59, 0x59); in basic_12h_bcd() 396 set_time(0, 0x11, 0x59, 0x59); in basic_12h_bcd() 402 set_time(0, 0x91, 0x59, 0x59); in basic_12h_bcd() 411 set_time(REG_B_DM, 0x81, 59, 0); in basic_12h_dec() 418 set_time(REG_B_DM, 0x8c, 59, 59); in basic_12h_dec() 423 set_time(REG_B_DM, 0x0c, 59, 59); in basic_12h_dec() [all …]
|
| /openbmc/qemu/hw/rtc/ |
| H A D | m48t59.c | 152 static void set_time(M48t59State *NVRAM, struct tm *tm) in set_time() function 269 set_time(NVRAM, &tm); in m48t59_write() 288 set_time(NVRAM, &tm); in m48t59_write() 298 set_time(NVRAM, &tm); in m48t59_write() 307 set_time(NVRAM, &tm); in m48t59_write() 317 set_time(NVRAM, &tm); in m48t59_write() 327 set_time(NVRAM, &tm); in m48t59_write() 337 set_time(NVRAM, &tm); in m48t59_write()
|
| /openbmc/openbmc/poky/meta/recipes-devtools/unfs3/unfs3/ |
| H A D | 0001-attr-fix-utime-for-symlink.patch | 32 static nfsstat3 set_time(const char *path, backend_statstruct buf, sattr3 new) 40 @@ -307,10 +307,17 @@ static nfsstat3 set_time(const char *path, backend_statstruct buf, sattr3 new)
|
| /openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/ |
| H A D | 0001-dvbdate-Remove-Obsoleted-stime-API-calls.patch | 19 int set_time(time_t * new_time)
|
| /openbmc/sdeventplus/example/ |
| H A D | heartbeat.cpp | 44 source.set_time(time + std::chrono::seconds{interval}); in main()
|
| /openbmc/sdeventplus/src/sdeventplus/source/ |
| H A D | time.hpp | 81 void set_time(TimePoint time) const;
|
| H A D | time.cpp | 47 void Time<Id>::set_time(TimePoint time) const in set_time() function in sdeventplus::source::Time
|
| /openbmc/sdeventplus/test/source/ |
| H A D | time.cpp | 207 time->set_time(Time<id>::TimePoint(std::chrono::seconds{1})); in TEST_F() 214 EXPECT_THROW(time->set_time(Time<id>::TimePoint(std::chrono::seconds{1})), in TEST_F()
|
| /openbmc/sdeventplus/src/sdeventplus/utility/ |
| H A D | timer.cpp | 114 timeSource.set_time(userdata->clock.now() + remaining); in setRemaining()
|
| /openbmc/u-boot/lib/efi_loader/ |
| H A D | efi_runtime.c | 700 .set_time = (void *)&efi_device_error,
|
| /openbmc/u-boot/include/ |
| H A D | efi_api.h | 219 efi_status_t (EFIAPI *set_time)(struct efi_time *time);
|