Searched refs:mtd_ioctl (Results 1 – 8 of 8) sorted by relevance
/external/strace/ |
D | native_printer_defs.h | 20 .mtd_ioctl = mtd_ioctl,
|
D | printers.h | 57 int (*mtd_ioctl)(struct tcb *const tcp, const unsigned int code, const kernel_ulong_t arg); member 58 #define mtd_ioctl MPERS_PRINTER_NAME(mtd_ioctl) macro
|
D | m32_printer_defs.h | 20 .mtd_ioctl = m32_mtd_ioctl,
|
D | mx32_printer_defs.h | 20 .mtd_ioctl = mx32_mtd_ioctl,
|
D | native_printer_decls.h | 20 extern int mtd_ioctl(struct tcb *const tcp, const unsigned int code, const kernel_ulong_t arg);
|
D | ioctl.c | 293 return mtd_ioctl(tcp, code, arg); in ioctl_decode()
|
D | mtd.c | 245 MPERS_PRINTER_DECL(int, mtd_ioctl, struct tcb *const tcp, in MPERS_PRINTER_DECL() argument
|
D | ChangeLog | 6927 * mtd.c (mtd_ioctl): Likewise. 20969 * mtd.c (mtd_ioctl): Likewise. 21367 (mtd_ioctl): Change arg type from long to kernel_ureg_t. 28526 * defs.h (mtd_ioctl): Remove. 28528 (mtd_ioctl): Mpersify. 28531 * mtd.c (mtd_ioctl): Move parsers of structures to separate functions. 29307 * mtd.c (mtd_ioctl): Print 3rd argument of MTDFILEMODE ioctl 37565 * mtd.c (mtd_ioctl): Likewise. 38069 (mtd_ioctl, ubi_ioctl): Use printnum_int and umove_or_printaddr. 40893 (ioctl_decode, ioctl_lookup, block_ioctl, loop_ioctl, mtd_ioctl, [all …]
|