Searched refs:LOOP_SET_FD (Results 1 – 12 of 12) sorted by relevance
/external/strace/xlat/ |
D | loop_cmds.h | 2 #if !(defined(LOOP_SET_FD) || (defined(HAVE_DECL_LOOP_SET_FD) && HAVE_DECL_LOOP_SET_FD)) 3 # define LOOP_SET_FD 0x4C00 macro
|
D | loop_cmds.in | 1 LOOP_SET_FD 0x4C00
|
/external/syslinux/libinstaller/linux/ |
D | loop.h | 87 #define LOOP_SET_FD 0x4C00 macro
|
/external/kernel-headers/original/uapi/linux/ |
D | loop.h | 82 #define LOOP_SET_FD 0x4C00 macro
|
/external/strace/ |
D | loop.c | 188 case LOOP_SET_FD: in MPERS_PRINTER_DECL()
|
D | ChangeLog | 23463 LOOP_SET_FD, LOOP_CHANGE_FD, LOOP_CTL_ADD and LOOP_CTL_REMOVE on 23465 Print LOOP_SET_FD and LOOP_CHANGE_FD arguments using printfd.
|
/external/toybox/toys/other/ |
D | losetup.c | 112 if (ioctl(lfd, LOOP_SET_FD, ffd)) perror_exit("%s=%s", device, file);
|
/external/ltp/lib/ |
D | tst_device.c | 150 if (ioctl(dev_fd, LOOP_SET_FD, file_fd) < 0) { in attach_device()
|
/external/strace/tests/ |
D | ioctl_loop.c | 207 ioctl(-1, LOOP_SET_FD, magic); in main()
|
/external/strace/tests-m32/ |
D | ioctl_loop.c | 207 ioctl(-1, LOOP_SET_FD, magic); in main()
|
/external/strace/tests-mx32/ |
D | ioctl_loop.c | 207 ioctl(-1, LOOP_SET_FD, magic); in main()
|
/external/syslinux/linux/ |
D | syslinux.c | 129 if (ioctl(loop_fd, LOOP_SET_FD, (void *)dev_fd)) { in do_mount()
|