Searched refs:LOOP_CLR_FD (Results 1 – 11 of 11) sorted by relevance
/external/strace/xlat/ |
D | loop_cmds.h | 5 #if !(defined(LOOP_CLR_FD) || (defined(HAVE_DECL_LOOP_CLR_FD) && HAVE_DECL_LOOP_CLR_FD)) 6 # define LOOP_CLR_FD 0x4C01 macro
|
D | loop_cmds.in | 2 LOOP_CLR_FD 0x4C01
|
/external/syslinux/libinstaller/linux/ |
D | loop.h | 88 #define LOOP_CLR_FD 0x4C01 macro
|
/external/kernel-headers/original/uapi/linux/ |
D | loop.h | 83 #define LOOP_CLR_FD 0x4C01 macro
|
/external/syslinux/linux/ |
D | syslinux.c | 91 ioctl(loop_fd, LOOP_CLR_FD, 0); /* Free loop device */ in die() 198 ioctl(loop_fd, LOOP_CLR_FD, 0); /* Free loop device */ in do_umount()
|
/external/strace/ |
D | loop.c | 180 case LOOP_CLR_FD: in MPERS_PRINTER_DECL()
|
/external/toybox/toys/other/ |
D | losetup.c | 103 if (ioctl(lfd, (flags & FLAG_c) ? 0x4C07 : LOOP_CLR_FD, 0)) {
|
/external/ltp/lib/ |
D | tst_device.c | 164 ret = ioctl(dev_fd, LOOP_CLR_FD, 0); in detach_device()
|
/external/strace/tests-m32/ |
D | ioctl_loop.c | 211 ioctl(-1, LOOP_CLR_FD); in main()
|
/external/strace/tests-mx32/ |
D | ioctl_loop.c | 211 ioctl(-1, LOOP_CLR_FD); in main()
|
/external/strace/tests/ |
D | ioctl_loop.c | 211 ioctl(-1, LOOP_CLR_FD); in main()
|