Home
last modified time | relevance | path

Searched refs:LOOP_SET_FD (Results 1 – 12 of 12) sorted by relevance

/external/strace/xlat/
Dloop_cmds.h2 #if !(defined(LOOP_SET_FD) || (defined(HAVE_DECL_LOOP_SET_FD) && HAVE_DECL_LOOP_SET_FD))
3 # define LOOP_SET_FD 0x4C00 macro
Dloop_cmds.in1 LOOP_SET_FD 0x4C00
/external/kernel-headers/original/uapi/linux/
Dloop.h83 #define LOOP_SET_FD 0x4C00 macro
/external/syslinux/libinstaller/linux/
Dloop.h87 #define LOOP_SET_FD 0x4C00 macro
/external/strace/
Dloop.c179 case LOOP_SET_FD: in MPERS_PRINTER_DECL()
DChangeLog30545 LOOP_SET_FD, LOOP_CHANGE_FD, LOOP_CTL_ADD and LOOP_CTL_REMOVE on
30547 Print LOOP_SET_FD and LOOP_CHANGE_FD arguments using printfd.
/external/toybox/toys/other/
Dlosetup.c105 if (ioctl(lfd, LOOP_SET_FD, ffd)) perror_exit("%s=%s", device, file);
/external/ltp/lib/
Dtst_device.c152 if (ioctl(dev_fd, LOOP_SET_FD, file_fd) < 0) { in attach_device()
/external/strace/tests/
Dioctl_loop.c206 ioctl(-1, LOOP_SET_FD, magic); in main()
/external/strace/tests-m32/
Dioctl_loop.c206 ioctl(-1, LOOP_SET_FD, magic); in main()
/external/strace/tests-mx32/
Dioctl_loop.c206 ioctl(-1, LOOP_SET_FD, magic); in main()
/external/syslinux/linux/
Dsyslinux.c129 if (ioctl(loop_fd, LOOP_SET_FD, (void *)dev_fd)) { in do_mount()