Searched refs:rtc_ioctl (Results 1 – 9 of 9) sorted by relevance
/external/strace/ |
D | native_printer_defs.h | 44 .rtc_ioctl = rtc_ioctl,
|
D | printers.h | 129 int (*rtc_ioctl)(struct tcb *const tcp, const unsigned int code, const kernel_ulong_t arg); member 130 #define rtc_ioctl MPERS_PRINTER_NAME(rtc_ioctl) macro
|
D | m32_printer_defs.h | 44 .rtc_ioctl = m32_rtc_ioctl,
|
D | mx32_printer_defs.h | 44 .rtc_ioctl = mx32_rtc_ioctl,
|
D | rtc.c | 88 MPERS_PRINTER_DECL(int, rtc_ioctl, struct tcb *const tcp, in MPERS_PRINTER_DECL() argument
|
D | native_printer_decls.h | 44 extern int rtc_ioctl(struct tcb *const tcp, const unsigned int code, const kernel_ulong_t arg);
|
D | ioctl.c | 280 return rtc_ioctl(tcp, code, arg); in ioctl_decode()
|
D | ChangeLog-CVS | 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.
|
D | ChangeLog | 6928 * rtc.c (rtc_ioctl): Likewise. 21359 (rtc_ioctl): Change arg type from long to kernel_ureg_t. 28761 * defs.h (rtc_ioctl): Remove. 28763 (rtc_ioctl): Mpersify. 28775 * rtc.c (rtc_ioctl): Do not print argument of RTC_{A,U,P,W}IE_{ON,OFF} 28779 * rtc.c (rtc_ioctl): Decode RTC_PLL_GET and RTC_PLL_SET 28782 * rtc.c (rtc_ioctl): Optimize decoding of RTC_ALM_READ/RTC_ALM_SET, 36891 * rtc.c (rtc_ioctl): Use printnum_ulong. 38117 (rtc_ioctl): Use them. 38199 * time.c (print_rtc, rtc_ioctl): Move to rtc.c. [all …]
|