Home
last modified time | relevance | path

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

12

/external/syzkaller/sys/linux/
Drtc.txt10 ioctl$RTC_AIE_OFF(fd fd_rtc, cmd const[RTC_AIE_OFF])
Drtc_amd64.const2 RTC_AIE_OFF = 28674
Drtc_arm.const2 RTC_AIE_OFF = 28674
Drtc_386.const2 RTC_AIE_OFF = 28674
Drtc_arm64.const2 RTC_AIE_OFF = 28674
Drtc_ppc64le.const2 RTC_AIE_OFF = 536899586
/external/kernel-headers/original/uapi/linux/
Drtc.h72 #define RTC_AIE_OFF _IO('p', 0x02) /* ... off */ macro
/external/ltp/testcases/kernel/device-drivers/rtc/
DREADME9 ioctls tested :- RTC_ALM_SET, RTC_ALM_READ, RTC_AIE_ON, RTC_AIE_OFF.
Drtc01.c156 ret = ioctl(rtc_fd, RTC_AIE_OFF, 0); in read_alarm_test()
/external/strace/
Drtc.c138 case RTC_AIE_OFF: in MPERS_PRINTER_DECL()
/external/strace/tests-mx32/
Dioctl_rtc.c58 XLAT(RTC_AIE_OFF),
/external/strace/tests-m32/
Dioctl_rtc.c58 XLAT(RTC_AIE_OFF),
/external/strace/tests/
Dioctl_rtc.c58 XLAT(RTC_AIE_OFF),
/external/autotest/client/tests/rtc/src/
Drtctest.c187 retval = ioctl(fd, RTC_AIE_OFF, 0); in main()
/external/linux-kselftest/tools/testing/selftests/rtc/
Drtctest.c152 rc = ioctl(self->fd, RTC_AIE_OFF, 0); in TEST_F()
/external/linux-kselftest/tools/testing/selftests/timers/
Drtctest.c268 retval = ioctl(fd, RTC_AIE_OFF, 0); in main()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_mipsle.go1481 RTC_AIE_OFF = 0x20007002 const
Dzerrors_linux_s390x.go1541 RTC_AIE_OFF = 0x7002 const
Dzerrors_linux_arm.go1487 RTC_AIE_OFF = 0x7002 const
Dzerrors_linux_ppc64le.go1537 RTC_AIE_OFF = 0x20007002 const
Dzerrors_linux_mips64.go1481 RTC_AIE_OFF = 0x20007002 const
Dzerrors_linux_ppc64.go1537 RTC_AIE_OFF = 0x20007002 const
Dzerrors_linux_amd64.go1481 RTC_AIE_OFF = 0x7002 const
Dzerrors_linux_mips64le.go1481 RTC_AIE_OFF = 0x20007002 const
Dzerrors_linux_386.go1480 RTC_AIE_OFF = 0x7002 const

12