Searched refs:LOOP_SET_FD (Results 1 – 18 of 18) sorted by relevance
/external/strace/xlat/ |
D | loop_cmds.h | 6 #if defined(LOOP_SET_FD) || (defined(HAVE_DECL_LOOP_SET_FD) && HAVE_DECL_LOOP_SET_FD) 8 static_assert((LOOP_SET_FD) == (0x4C00), "LOOP_SET_FD != 0x4C00"); 11 # define LOOP_SET_FD 0x4C00
|
D | loop_cmds.in | 1 LOOP_SET_FD 0x4C00
|
/external/syzkaller/sys/linux/ |
D | loop.txt | 10 ioctl$LOOP_SET_FD(fd fd_loop, cmd const[LOOP_SET_FD], arg fd)
|
D | loop_arm.const | 13 LOOP_SET_FD = 19456
|
D | loop_ppc64le.const | 13 LOOP_SET_FD = 19456
|
D | loop_arm64.const | 13 LOOP_SET_FD = 19456
|
D | loop_386.const | 13 LOOP_SET_FD = 19456
|
D | loop_amd64.const | 13 LOOP_SET_FD = 19456
|
/external/kernel-headers/original/uapi/linux/ |
D | loop.h | 83 #define LOOP_SET_FD 0x4C00 macro
|
/external/strace/ |
D | loop.c | 179 case LOOP_SET_FD: in MPERS_PRINTER_DECL()
|
D | ChangeLog | 38107 LOOP_SET_FD, LOOP_CHANGE_FD, LOOP_CTL_ADD and LOOP_CTL_REMOVE on 38109 Print LOOP_SET_FD and LOOP_CHANGE_FD arguments using printfd.
|
/external/toybox/toys/other/ |
D | losetup.c | 104 if (ioctl(lfd, LOOP_SET_FD, ffd)) perror_exit("%s=%s", device, file);
|
/external/ltp/lib/ |
D | tst_device.c | 153 if (ioctl(dev_fd, LOOP_SET_FD, file_fd) < 0) { in attach_device()
|
/external/strace/tests-mx32/ |
D | ioctl_loop.c | 215 sys_ioctl(-1, LOOP_SET_FD, magic); in main()
|
/external/strace/tests-m32/ |
D | ioctl_loop.c | 215 sys_ioctl(-1, LOOP_SET_FD, magic); in main()
|
/external/strace/tests/ |
D | ioctl_loop.c | 215 sys_ioctl(-1, LOOP_SET_FD, magic); in main()
|
/external/syzkaller/executor/ |
D | common_linux.h | 708 if (ioctl(loopfd, LOOP_SET_FD, memfd)) { in syz_read_part_table() 715 if (ioctl(loopfd, LOOP_SET_FD, memfd)) { in syz_read_part_table() 811 if (ioctl(loopfd, LOOP_SET_FD, memfd)) { in syz_mount_image() 818 if (ioctl(loopfd, LOOP_SET_FD, memfd)) { in syz_mount_image()
|
/external/syzkaller/pkg/csource/ |
D | generated.go | 1296 if (ioctl(loopfd, LOOP_SET_FD, memfd)) { 1303 if (ioctl(loopfd, LOOP_SET_FD, memfd)) { 1387 if (ioctl(loopfd, LOOP_SET_FD, memfd)) { 1394 if (ioctl(loopfd, LOOP_SET_FD, memfd)) {
|