Home
last modified time | relevance | path

Searched refs:rtc_ioctl (Results 1 – 9 of 9) sorted by relevance

/external/strace/
Dnative_printer_defs.h44 .rtc_ioctl = rtc_ioctl,
Dprinters.h129 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
Dm32_printer_defs.h44 .rtc_ioctl = m32_rtc_ioctl,
Dmx32_printer_defs.h44 .rtc_ioctl = mx32_rtc_ioctl,
Drtc.c88 MPERS_PRINTER_DECL(int, rtc_ioctl, struct tcb *const tcp, in MPERS_PRINTER_DECL() argument
Dnative_printer_decls.h44 extern int rtc_ioctl(struct tcb *const tcp, const unsigned int code, const kernel_ulong_t arg);
Dioctl.c280 return rtc_ioctl(tcp, code, arg); in ioctl_decode()
DChangeLog-CVS2529 [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.
DChangeLog6928 * 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 …]