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

  /external/strace/
hdio.c 40 MPERS_PRINTER_DECL(int, hdio_ioctl, struct tcb *const tcp,
native_printer_defs.h 17 .hdio_ioctl = hdio_ioctl,
printers.h 48 int (*hdio_ioctl)(struct tcb *const tcp, const unsigned int code, const kernel_ulong_t arg); member in struct:__anon35328
49 #define hdio_ioctl MPERS_PRINTER_NAME(hdio_ioctl) macro
native_printer_decls.h 17 extern int hdio_ioctl(struct tcb *const tcp, const unsigned int code, const kernel_ulong_t arg);
ioctl.c 281 return hdio_ioctl(tcp, code, arg);

Completed in 495 milliseconds