Searched refs:BLKBSZGET (Results 1 – 25 of 28) sorted by relevance
12
/external/strace/xlat/ |
D | block_ioctl_cmds.h | 111 #if defined(BLKBSZGET) || (defined(HAVE_DECL_BLKBSZGET) && HAVE_DECL_BLKBSZGET) 113 static_assert((BLKBSZGET) == (_IOR(0x12, 112, size_t)), "BLKBSZGET != _IOR(0x12, 112, size_t)"); 116 # define BLKBSZGET _IOR(0x12, 112, size_t) 258 XLAT(BLKBSZGET),
|
D | block_ioctl_cmds.in | 16 BLKBSZGET _IOR(0x12, 112, size_t)
|
/external/syzkaller/sys/linux/ |
D | block_ppc64le.const | 4 BLKBSZGET = 1074270832
|
D | block_386.const | 4 BLKBSZGET = 2147750512
|
D | block_arm64.const | 4 BLKBSZGET = 2148012656
|
D | block_arm.const | 4 BLKBSZGET = 2147750512
|
D | block_amd64.const | 4 BLKBSZGET = 2148012656
|
D | block.txt | 31 ioctl$BLKBSZGET(fd fd_block, cmd const[BLKBSZGET], arg ptr[out, intptr])
|
/external/toybox/toys/other/ |
D | blockdev.c | 43 BLKBSZSET, BLKBSZGET, BLKSSZGET, BLKROGET, BLKROSET, BLKROSET};
|
/external/strace/ |
D | ioctl_redefs2.h | 125 #ifdef BLKBSZGET 126 # undef BLKBSZGET 127 # define BLKBSZGET 0x80041270 macro
|
D | block.c | 121 case BLKBSZGET: in MPERS_PRINTER_DECL()
|
D | ioctl_redefs1.h | 125 #ifdef BLKBSZGET 126 # undef BLKBSZGET 127 # define BLKBSZGET 0x80041270 macro
|
/external/strace/tests/ |
D | ioctl_block.c | 70 TEST_NULL_ARG(BLKBSZGET); in main()
|
/external/strace/tests-m32/ |
D | ioctl_block.c | 70 TEST_NULL_ARG(BLKBSZGET); in main()
|
/external/strace/tests-mx32/ |
D | ioctl_block.c | 70 TEST_NULL_ARG(BLKBSZGET); in main()
|
/external/kernel-headers/original/uapi/linux/ |
D | fs.h | 168 #define BLKBSZGET _IOR(0x12,112,size_t) macro
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_linux_sparc64.go | 166 BLKBSZGET = 0x80081270 const
|
D | zerrors_linux_mips64le.go | 177 BLKBSZGET = 0x40081270 const
|
D | zerrors_linux_ppc64.go | 177 BLKBSZGET = 0x40081270 const
|
D | zerrors_linux_arm.go | 177 BLKBSZGET = 0x80041270 const
|
D | zerrors_linux_mips64.go | 177 BLKBSZGET = 0x40081270 const
|
D | zerrors_linux_ppc64le.go | 177 BLKBSZGET = 0x40081270 const
|
D | zerrors_linux_arm64.go | 177 BLKBSZGET = 0x80081270 const
|
D | zerrors_linux_386.go | 177 BLKBSZGET = 0x80041270 const
|
D | zerrors_linux_mips.go | 177 BLKBSZGET = 0x40041270 const
|
12