Searched refs:rtc_ioctl (Results 1 – 4 of 4) sorted by relevance
71 rtc_ioctl(struct tcb *tcp, const unsigned int code, const long arg) in rtc_ioctl() function
242 return rtc_ioctl(tcp, code, arg); in ioctl_decode()
641 extern int rtc_ioctl(struct tcb *, const unsigned int, long);
2529 [LINUX] (rtc_ioctl): New function, for parsing RTC_* ioctls.2530 * ioctl.c [LINUX] (ioctl_decode): Call rtc_ioctl.2531 * defs.h [LINUX]: Declare rtc_ioctl.