Searched refs:RTC_RD_TIME (Results 1 - 15 of 15) sorted by relevance
/third_party/ltp/include/ |
H A D | tst_rtctime.h | 17 return tst_rtc_ioctl(rtc_dev, RTC_RD_TIME, rtc_tm); in tst_rtc_gettime()
|
/third_party/toybox/toys/other/ |
H A D | hwclock.c | 93 xioctl(fd, RTC_RD_TIME, &tm); in hwclock_main()
|
/third_party/ltp/testcases/kernel/device-drivers/rtc/ |
H A D | rtc01.c | 58 * RTC_RD_TIME, RTC_ALM_SET, RTC_ALM_READ, RTC_AIE_OFF */ 71 ret = ioctl(rtc_fd, RTC_RD_TIME, &rtc_tm); in read_alarm_test() 73 tst_resm(TFAIL | TERRNO, "RTC_RD_TIME ioctl failed"); in read_alarm_test()
|
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
H A D | ioctl.h | 757 #define RTC_RD_TIME 0x80247009ul macro 2316 #define RTC_RD_TIME 0x80247009ul macro 3873 #define RTC_RD_TIME 0x80247009ul macro 5325 #define RTC_RD_TIME 0x80247009ul macro 6772 #define RTC_RD_TIME 0x40247009ul macro 8322 #define RTC_RD_TIME 0x40247009ul macro 9872 #define RTC_RD_TIME 0x40247009ul macro 11324 #define RTC_RD_TIME 0x80247009ul macro
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | ioctl.rs | 757 pub const RTC_RD_TIME: u32 = 2149871625; consts
|
/third_party/rust/crates/linux-raw-sys/gen/ioctl/ |
H A D | list.c | 1151 IOCTL_REQUEST(RTC_RD_TIME); in list()
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | ioctl.rs | 648 pub const RTC_RD_TIME: u32 = 1076129801; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | ioctl.rs | 751 pub const RTC_RD_TIME: u32 = 1076129801; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | ioctl.rs | 648 pub const RTC_RD_TIME: u32 = 1076129801; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | ioctl.rs | 751 pub const RTC_RD_TIME: u32 = 1076129801; consts
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | ioctl.rs | 653 pub const RTC_RD_TIME: u32 = 2149871625; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | ioctl.rs | 653 pub const RTC_RD_TIME: u32 = 2149871625; consts
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
H A D | ioctl.rs | 760 pub const RTC_RD_TIME: u32 = 2149871625; consts
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
H A D | ioctl.rs | 760 pub const RTC_RD_TIME: u32 = 2149871625; consts
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
H A D | ioctl.rs | 757 pub const RTC_RD_TIME: u32 = 2149871625; consts
|
Completed in 105 milliseconds