HomeSort by relevance Sort by last modified time
    Searched refs:rtc_ioctl (Results 1 - 7 of 7) sorted by null

  /external/strace/
native_printer_defs.h 35 .rtc_ioctl = rtc_ioctl,
m32_printer_defs.h 35 .rtc_ioctl = m32_rtc_ioctl,
mx32_printer_defs.h 35 .rtc_ioctl = mx32_rtc_ioctl,
rtc.c 87 MPERS_PRINTER_DECL(int, rtc_ioctl, struct tcb *const tcp,
printers.h 102 int (*rtc_ioctl)(struct tcb *const tcp, const unsigned int code, const kernel_ulong_t arg); member in struct:__anon30501
103 #define rtc_ioctl MPERS_PRINTER_NAME(rtc_ioctl) macro
native_printer_decls.h 35 extern int rtc_ioctl(struct tcb *const tcp, const unsigned int code, const kernel_ulong_t arg);
ioctl.c 251 return rtc_ioctl(tcp, code, arg);

Completed in 69 milliseconds