Home
last modified time | relevance | path

Searched refs:BLKTRACESTOP (Results 1 – 11 of 11) sorted by relevance

/external/strace/xlat/
Dblock_ioctl_cmds.h146 #if defined(BLKTRACESTOP) || (defined(HAVE_DECL_BLKTRACESTOP) && HAVE_DECL_BLKTRACESTOP)
148 static_assert((BLKTRACESTOP) == (_IO(0x12, 117)), "BLKTRACESTOP != _IO(0x12, 117)");
151 # define BLKTRACESTOP _IO(0x12, 117)
263 XLAT(BLKTRACESTOP),
Dblock_ioctl_cmds.in21 BLKTRACESTOP _IO(0x12, 117)
/external/strace/tests-mx32/
Dioctl_block.c53 #ifdef BLKTRACESTOP
54 XLAT(BLKTRACESTOP),
/external/strace/tests/
Dioctl_block.c53 #ifdef BLKTRACESTOP
54 XLAT(BLKTRACESTOP),
/external/strace/tests-m32/
Dioctl_block.c53 #ifdef BLKTRACESTOP
54 XLAT(BLKTRACESTOP),
/external/blktrace/
Dblktrace_api.h134 #define BLKTRACESTOP _IO(0x12,117) macro
Dblktrace.c791 ioctl(fd, BLKTRACESTOP); in __stop_trace()
1963 (void)ioctl(dpp->fd, BLKTRACESTOP); in stop_tracers()
/external/strace/
Dblock.c215 case BLKTRACESTOP: in MPERS_PRINTER_DECL()
DChangeLog394 (BLKPG, BLKTRACESETUP, BLKTRACESTART, BLKTRACESTOP, BLKTRACETEARDOWN,
51600 Fix BLKTRACESTOP definition.
51601 * block.c: Fix typo in the check for BLKTRACESTOP.
/external/kernel-headers/original/uapi/linux/
Dfs.h176 #define BLKTRACESTOP _IO(0x12,117) macro
/external/minijail/linux-x86/
Dlibconstants.gen.c1141 #ifdef BLKTRACESTOP
1142 { "BLKTRACESTOP", (unsigned long) BLKTRACESTOP },