Searched refs:BLKTRACESTOP (Results 1 – 16 of 16) sorted by relevance
/external/strace/xlat/ |
D | block_ioctl_cmds.h | 146 #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),
|
D | block_ioctl_cmds.in | 21 BLKTRACESTOP _IO(0x12, 117)
|
/external/strace/tests/ |
D | ioctl_block.c | 53 #ifdef BLKTRACESTOP 54 XLAT(BLKTRACESTOP),
|
/external/strace/tests-mx32/ |
D | ioctl_block.c | 53 #ifdef BLKTRACESTOP 54 XLAT(BLKTRACESTOP),
|
/external/strace/tests-m32/ |
D | ioctl_block.c | 53 #ifdef BLKTRACESTOP 54 XLAT(BLKTRACESTOP),
|
/external/syzkaller/sys/linux/ |
D | block_amd64.const | 26 BLKTRACESTOP = 4725
|
D | block_ppc64le.const | 26 BLKTRACESTOP = 536875637
|
D | block_arm64.const | 26 BLKTRACESTOP = 4725
|
D | block_arm.const | 26 BLKTRACESTOP = 4725
|
D | block_386.const | 26 BLKTRACESTOP = 4725
|
D | block.txt | 19 ioctl$BLKTRACESTOP(fd fd_block_trace, cmd const[BLKTRACESTOP], arg const[0])
|
/external/blktrace/ |
D | blktrace_api.h | 134 #define BLKTRACESTOP _IO(0x12,117) macro
|
D | blktrace.c | 791 ioctl(fd, BLKTRACESTOP); in __stop_trace() 1963 (void)ioctl(dpp->fd, BLKTRACESTOP); in stop_tracers()
|
/external/strace/ |
D | block.c | 215 case BLKTRACESTOP: in MPERS_PRINTER_DECL()
|
D | ChangeLog | 394 (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/ |
D | fs.h | 173 #define BLKTRACESTOP _IO(0x12,117) macro
|