Home
last modified time | relevance | path

Searched refs:set_time (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/tests/qtest/
H A Drtc-test.c310 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 Dm48t59.c152 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 D0001-attr-fix-utime-for-symlink.patch32 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 D0001-dvbdate-Remove-Obsoleted-stime-API-calls.patch19 int set_time(time_t * new_time)
/openbmc/sdeventplus/example/
H A Dheartbeat.cpp44 source.set_time(time + std::chrono::seconds{interval}); in main()
/openbmc/sdeventplus/src/sdeventplus/source/
H A Dtime.hpp81 void set_time(TimePoint time) const;
H A Dtime.cpp47 void Time<Id>::set_time(TimePoint time) const in set_time() function in sdeventplus::source::Time
/openbmc/sdeventplus/test/source/
H A Dtime.cpp207 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 Dtimer.cpp114 timeSource.set_time(userdata->clock.now() + remaining); in setRemaining()
/openbmc/u-boot/lib/efi_loader/
H A Defi_runtime.c700 .set_time = (void *)&efi_device_error,
/openbmc/u-boot/include/
H A Defi_api.h219 efi_status_t (EFIAPI *set_time)(struct efi_time *time);