Home
last modified time | relevance | path

Searched refs:LOOP_SET_STATUS (Results 1 – 10 of 10) sorted by relevance

/external/strace/xlat/
Dloop_cmds.h20 #if defined(LOOP_SET_STATUS) || (defined(HAVE_DECL_LOOP_SET_STATUS) && HAVE_DECL_LOOP_SET_STATUS)
22 static_assert((LOOP_SET_STATUS) == (0x4C02), "LOOP_SET_STATUS != 0x4C02");
25 # define LOOP_SET_STATUS 0x4C02
Dloop_cmds.in3 LOOP_SET_STATUS 0x4C02
/external/strace/tests/
Dioctl_loop.c224 ioctl(-1, LOOP_SET_STATUS, NULL); in main()
235 ioctl(-1, LOOP_SET_STATUS, info); in main()
244 ioctl(-1, LOOP_SET_STATUS, (void *) info + ALIGNOF(info)); in main()
251 ioctl(-1, LOOP_SET_STATUS, info); in main()
/external/strace/tests-m32/
Dioctl_loop.c224 ioctl(-1, LOOP_SET_STATUS, NULL); in main()
235 ioctl(-1, LOOP_SET_STATUS, info); in main()
244 ioctl(-1, LOOP_SET_STATUS, (void *) info + ALIGNOF(info)); in main()
251 ioctl(-1, LOOP_SET_STATUS, info); in main()
/external/strace/tests-mx32/
Dioctl_loop.c224 ioctl(-1, LOOP_SET_STATUS, NULL); in main()
235 ioctl(-1, LOOP_SET_STATUS, info); in main()
244 ioctl(-1, LOOP_SET_STATUS, (void *) info + ALIGNOF(info)); in main()
251 ioctl(-1, LOOP_SET_STATUS, info); in main()
/external/kernel-headers/original/uapi/linux/
Dloop.h111 #define LOOP_SET_STATUS 0x4C02 macro
/external/strace/
Dloop.c160 case LOOP_SET_STATUS: in MPERS_PRINTER_DECL()
DChangeLog38106 (loop_ioctl): Use them. Decode LOOP_SET_STATUS, LOOP_SET_STATUS64,
/external/ltp/lib/
Dtst_device.c183 if (ioctl(dev_fd, LOOP_SET_STATUS, &loopinfo)) { in tst_attach_device()
/external/minijail/linux-x86/
Dlibconstants.gen.c2863 #ifdef LOOP_SET_STATUS
2864 { "LOOP_SET_STATUS", (unsigned long) LOOP_SET_STATUS },