Home
last modified time | relevance | path

Searched refs:BLKTRACESTOP (Results 1 – 16 of 16) 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/
Dioctl_block.c53 #ifdef BLKTRACESTOP
54 XLAT(BLKTRACESTOP),
/external/strace/tests-mx32/
Dioctl_block.c53 #ifdef BLKTRACESTOP
54 XLAT(BLKTRACESTOP),
/external/strace/tests-m32/
Dioctl_block.c53 #ifdef BLKTRACESTOP
54 XLAT(BLKTRACESTOP),
/external/syzkaller/sys/linux/
Dblock_amd64.const26 BLKTRACESTOP = 4725
Dblock_ppc64le.const26 BLKTRACESTOP = 536875637
Dblock_arm64.const26 BLKTRACESTOP = 4725
Dblock_arm.const26 BLKTRACESTOP = 4725
Dblock_386.const26 BLKTRACESTOP = 4725
Dblock.txt19 ioctl$BLKTRACESTOP(fd fd_block_trace, cmd const[BLKTRACESTOP], arg const[0])
/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.h173 #define BLKTRACESTOP _IO(0x12,117) macro