Home
last modified time | relevance | path

Searched refs:loop_ioctl (Results 1 – 8 of 8) sorted by relevance

/external/strace/
Dnative_printer_defs.h19 .loop_ioctl = loop_ioctl,
Dprinters.h54 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
Dm32_printer_defs.h19 .loop_ioctl = m32_loop_ioctl,
Dmx32_printer_defs.h19 .loop_ioctl = mx32_loop_ioctl,
Dloop.c151 MPERS_PRINTER_DECL(int, loop_ioctl, in MPERS_PRINTER_DECL() argument
Dnative_printer_decls.h19 extern int loop_ioctl(struct tcb *tcp, const unsigned int code, const kernel_ulong_t arg);
Dioctl.c290 return loop_ioctl(tcp, code, arg); in ioctl_decode()
DChangeLog6926 * 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 …]