Home
last modified time | relevance | path

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

/external/strace/
Dnative_printer_defs.h35 .rtc_ioctl = rtc_ioctl,
Dprinters.h102 int (*rtc_ioctl)(struct tcb *const tcp, const unsigned int code, const kernel_ulong_t arg); member
103 #define rtc_ioctl MPERS_PRINTER_NAME(rtc_ioctl) macro
Dm32_printer_defs.h35 .rtc_ioctl = m32_rtc_ioctl,
Dmx32_printer_defs.h35 .rtc_ioctl = mx32_rtc_ioctl,
Drtc.c87 MPERS_PRINTER_DECL(int, rtc_ioctl, struct tcb *const tcp, in MPERS_PRINTER_DECL() argument
Dnative_printer_decls.h35 extern int rtc_ioctl(struct tcb *const tcp, const unsigned int code, const kernel_ulong_t arg);
Dioctl.c251 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.
DChangeLog2169 (rtc_ioctl): Change arg type from long to kernel_ureg_t.
9571 * defs.h (rtc_ioctl): Remove.
9573 (rtc_ioctl): Mpersify.
9585 * rtc.c (rtc_ioctl): Do not print argument of RTC_{A,U,P,W}IE_{ON,OFF}
9589 * rtc.c (rtc_ioctl): Decode RTC_PLL_GET and RTC_PLL_SET
9592 * rtc.c (rtc_ioctl): Optimize decoding of RTC_ALM_READ/RTC_ALM_SET,
17701 * rtc.c (rtc_ioctl): Use printnum_ulong.
18927 (rtc_ioctl): Use them.
19009 * time.c (print_rtc, rtc_ioctl): Move to rtc.c.
21704 ubi_ioctl, ptp_ioctl, scsi_ioctl, sock_ioctl, term_ioctl, rtc_ioctl,
[all …]