Searched refs:BLKRAGET (Results 1 – 25 of 29) sorted by relevance
12
/external/strace/xlat/ |
D | block_ioctl_cmds.h | 48 #if defined(BLKRAGET) || (defined(HAVE_DECL_BLKRAGET) && HAVE_DECL_BLKRAGET) 50 static_assert((BLKRAGET) == (_IO(0x12, 99)), "BLKRAGET != _IO(0x12, 99)"); 53 # define BLKRAGET _IO(0x12, 99) 249 XLAT(BLKRAGET),
|
D | block_ioctl_cmds.in | 7 BLKRAGET _IO(0x12, 99)
|
/external/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl06.c | 36 SAFE_IOCTL(fd, BLKRAGET, &rao); in verify_ioctl() 42 SAFE_IOCTL(fd, BLKRAGET, &rab); in verify_ioctl()
|
/external/syzkaller/sys/linux/ |
D | block_amd64.const | 15 BLKRAGET = 4707
|
D | block_ppc64le.const | 15 BLKRAGET = 536875619
|
D | block_arm64.const | 15 BLKRAGET = 4707
|
D | block_arm.const | 15 BLKRAGET = 4707
|
D | block_386.const | 15 BLKRAGET = 4707
|
D | block.txt | 29 ioctl$BLKRAGET(fd fd_block, cmd const[BLKRAGET], arg ptr[out, intptr])
|
/external/toybox/toys/other/ |
D | blockdev.c | 42 int cmds[] = {BLKRRPART, BLKFLSBUF, BLKRASET, BLKRAGET, BLKGETSIZE64, BLKGETSIZE, BLKGETSIZE64,
|
/external/strace/ |
D | block.c | 146 case BLKRAGET: in MPERS_PRINTER_DECL()
|
/external/strace/tests/ |
D | ioctl_block.c | 76 TEST_NULL_ARG(BLKRAGET); in main()
|
/external/strace/tests-mx32/ |
D | ioctl_block.c | 76 TEST_NULL_ARG(BLKRAGET); in main()
|
/external/strace/tests-m32/ |
D | ioctl_block.c | 76 TEST_NULL_ARG(BLKRAGET); in main()
|
/external/kernel-headers/original/uapi/linux/ |
D | fs.h | 151 #define BLKRAGET _IO(0x12,99) /* get current read ahead setting */ macro
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 560 unsigned IOCTL_BLKRAGET = BLKRAGET;
|
D | sanitizer_common_interceptors_ioctl.inc | 115 _(BLKRAGET, WRITE, sizeof(int));
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_linux_sparc64.go | 173 BLKRAGET = 0x1263 const
|
D | zerrors_linux_mipsle.go | 185 BLKRAGET = 0x20001263 const
|
D | zerrors_linux_s390x.go | 185 BLKRAGET = 0x1263 const
|
D | zerrors_linux_arm.go | 185 BLKRAGET = 0x1263 const
|
D | zerrors_linux_ppc64le.go | 185 BLKRAGET = 0x20001263 const
|
D | zerrors_linux_mips64.go | 185 BLKRAGET = 0x20001263 const
|
D | zerrors_linux_ppc64.go | 185 BLKRAGET = 0x20001263 const
|
D | zerrors_linux_amd64.go | 185 BLKRAGET = 0x1263 const
|
12