Home
last modified time | relevance | path

Searched refs:LOOP_CLR_FD (Results 1 – 9 of 9) sorted by relevance

/external/strace/xlat/
Dloop_cmds.h13 #if defined(LOOP_CLR_FD) || (defined(HAVE_DECL_LOOP_CLR_FD) && HAVE_DECL_LOOP_CLR_FD)
15 static_assert((LOOP_CLR_FD) == (0x4C01), "LOOP_CLR_FD != 0x4C01");
18 # define LOOP_CLR_FD 0x4C01
Dloop_cmds.in2 LOOP_CLR_FD 0x4C01
/external/kernel-headers/original/uapi/linux/
Dloop.h84 #define LOOP_CLR_FD 0x4C01 macro
/external/strace/
Dloop.c172 case LOOP_CLR_FD: in MPERS_PRINTER_DECL()
/external/toybox/toys/other/
Dlosetup.c100 if (ioctl(lfd, FLAG(c) ? 0x4C07 : LOOP_CLR_FD, 0)) {
/external/strace/tests-m32/
Dioctl_loop.c220 ioctl(-1, LOOP_CLR_FD); in main()
/external/strace/tests-mx32/
Dioctl_loop.c220 ioctl(-1, LOOP_CLR_FD); in main()
/external/strace/tests/
Dioctl_loop.c220 ioctl(-1, LOOP_CLR_FD); in main()
/external/ltp/lib/
Dtst_device.c209 ret = ioctl(dev_fd, LOOP_CLR_FD, 0); in tst_detach_device()