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

  /external/strace/
native_printer_defs.h 41 .rtc_ioctl = rtc_ioctl,
rtc.c 88 MPERS_PRINTER_DECL(int, rtc_ioctl, struct tcb *const tcp,
printers.h 120 int (*rtc_ioctl)(struct tcb *const tcp, const unsigned int code, const kernel_ulong_t arg); member in struct:__anon35328
121 #define rtc_ioctl MPERS_PRINTER_NAME(rtc_ioctl) macro
native_printer_decls.h 41 extern int rtc_ioctl(struct tcb *const tcp, const unsigned int code, const kernel_ulong_t arg);
ioctl.c 279 return rtc_ioctl(tcp, code, arg);

Completed in 420 milliseconds