Searched refs:loop_ioctl (Results 1 – 8 of 8) sorted by relevance
/external/strace/ |
D | native_printer_defs.h | 19 .loop_ioctl = loop_ioctl,
|
D | printers.h | 54 int (*loop_ioctl)(struct tcb *tcp, const unsigned int code, const kernel_ulong_t arg); member 55 #define loop_ioctl MPERS_PRINTER_NAME(loop_ioctl) macro
|
D | m32_printer_defs.h | 19 .loop_ioctl = m32_loop_ioctl,
|
D | mx32_printer_defs.h | 19 .loop_ioctl = mx32_loop_ioctl,
|
D | loop.c | 151 MPERS_PRINTER_DECL(int, loop_ioctl, in MPERS_PRINTER_DECL() argument
|
D | native_printer_decls.h | 19 extern int loop_ioctl(struct tcb *tcp, const unsigned int code, const kernel_ulong_t arg);
|
D | ioctl.c | 290 return loop_ioctl(tcp, code, arg); in ioctl_decode()
|
D | ChangeLog | 6926 * loop.c (loop_ioctl): Likewise. 11263 * loop.c (loop_ioctl) <LOOP_SET_BLOCK_SIZE>: Handle LOOP_SET_BLOCK_SIZE. 20200 * loop.c (loop_ioctl): Do not check verbose flag explicitly and do not 20408 (loop_ioctl): Eliminate conditional compilation based on availability 20422 loop: mpersify struct loop_info and loop_ioctl function. 20426 * defs.h (loop_ioctl): Remove prototype. 20432 (loop_ioctl): Wrap into MPERS_PRINTER_DECL. 21403 (loop_ioctl): Change arg type from long to kernel_ureg_t. 21829 (dm_ioctl, file_ioctl, fs_x_ioctl, loop_ioctl, ptp_ioctl, scsi_ioctl, 28494 * loop.c (loop_ioctl) [LOOP_SET_DIRECT_IO] : Handle LOOP_SET_DIRECT_IO. [all …]
|