Home
last modified time | relevance | path

Searched refs:RTC_UIE_OFF (Results 1 – 25 of 27) sorted by relevance

12

/external/syzkaller/sys/linux/
Drtc.txt14 ioctl$RTC_UIE_OFF(fd fd_rtc, cmd const[RTC_UIE_OFF])
Drtc_amd64.const17 RTC_UIE_OFF = 28676
Drtc_arm.const17 RTC_UIE_OFF = 28676
Drtc_386.const17 RTC_UIE_OFF = 28676
Drtc_arm64.const17 RTC_UIE_OFF = 28676
Drtc_ppc64le.const17 RTC_UIE_OFF = 536899588
/external/linux-kselftest/tools/testing/selftests/rtc/
Drtctest.c74 rc = ioctl(self->fd, RTC_UIE_OFF, 0); in TEST_F()
109 rc = ioctl(self->fd, RTC_UIE_OFF, 0); in TEST_F()
/external/kernel-headers/original/uapi/linux/
Drtc.h74 #define RTC_UIE_OFF _IO('p', 0x04) /* ... off */ macro
/external/ltp/testcases/kernel/device-drivers/rtc/
DREADME13 ioctls tested :- RTC_UIE_ON, RTC_UIE_OFF.
Drtc01.c215 ret = ioctl(rtc_fd, RTC_UIE_OFF, 0); in update_interrupts_test()
/external/strace/
Drtc.c140 case RTC_UIE_OFF: in MPERS_PRINTER_DECL()
/external/strace/tests-mx32/
Dioctl_rtc.c193 ioctl(-1, RTC_UIE_OFF, lmagic); in main()
/external/strace/tests-m32/
Dioctl_rtc.c193 ioctl(-1, RTC_UIE_OFF, lmagic); in main()
/external/strace/tests/
Dioctl_rtc.c193 ioctl(-1, RTC_UIE_OFF, lmagic); in main()
/external/autotest/client/tests/rtc/src/
Drtctest.c116 retval = ioctl(fd, RTC_UIE_OFF, 0); in main()
/external/linux-kselftest/tools/testing/selftests/timers/
Drtctest.c185 retval = ioctl(fd, RTC_UIE_OFF, 0); in main()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_mipsle.go1499 RTC_UIE_OFF = 0x20007004 const
Dzerrors_linux_s390x.go1559 RTC_UIE_OFF = 0x7004 const
Dzerrors_linux_arm.go1505 RTC_UIE_OFF = 0x7004 const
Dzerrors_linux_ppc64le.go1555 RTC_UIE_OFF = 0x20007004 const
Dzerrors_linux_mips64.go1499 RTC_UIE_OFF = 0x20007004 const
Dzerrors_linux_ppc64.go1555 RTC_UIE_OFF = 0x20007004 const
Dzerrors_linux_amd64.go1499 RTC_UIE_OFF = 0x7004 const
Dzerrors_linux_mips64le.go1499 RTC_UIE_OFF = 0x20007004 const
Dzerrors_linux_386.go1498 RTC_UIE_OFF = 0x7004 const

12