Searched refs:mtd_ioctl (Results 1 – 8 of 8) sorted by relevance
/external/strace/ |
D | native_printer_defs.h | 17 .mtd_ioctl = mtd_ioctl,
|
D | printers.h | 48 int (*mtd_ioctl)(struct tcb *const tcp, const unsigned int code, const kernel_ulong_t arg); member 49 #define mtd_ioctl MPERS_PRINTER_NAME(mtd_ioctl) macro
|
D | m32_printer_defs.h | 17 .mtd_ioctl = m32_mtd_ioctl,
|
D | mx32_printer_defs.h | 17 .mtd_ioctl = mx32_mtd_ioctl,
|
D | native_printer_decls.h | 17 extern int mtd_ioctl(struct tcb *const tcp, const unsigned int code, const kernel_ulong_t arg);
|
D | ioctl.c | 264 return mtd_ioctl(tcp, code, arg); in ioctl_decode()
|
D | mtd.c | 246 MPERS_PRINTER_DECL(int, mtd_ioctl, struct tcb *const tcp, in MPERS_PRINTER_DECL() argument
|
D | ChangeLog | 6325 * mtd.c (mtd_ioctl): Likewise. 6723 (mtd_ioctl): Change arg type from long to kernel_ureg_t. 13882 * defs.h (mtd_ioctl): Remove. 13884 (mtd_ioctl): Mpersify. 13887 * mtd.c (mtd_ioctl): Move parsers of structures to separate functions. 14663 * mtd.c (mtd_ioctl): Print 3rd argument of MTDFILEMODE ioctl 22921 * mtd.c (mtd_ioctl): Likewise. 23425 (mtd_ioctl, ubi_ioctl): Use printnum_int and umove_or_printaddr. 26249 (ioctl_decode, ioctl_lookup, block_ioctl, loop_ioctl, mtd_ioctl, 26256 * mtd.c (mtd_ioctl, ubi_ioctl): Likewise. [all …]
|