Home
last modified time | relevance | path

Searched refs:BLKBSZGET (Results 1 – 25 of 28) sorted by relevance

12

/external/strace/xlat/
Dblock_ioctl_cmds.h111 #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),
Dblock_ioctl_cmds.in16 BLKBSZGET _IOR(0x12, 112, size_t)
/external/syzkaller/sys/linux/
Dblock_amd64.const4 BLKBSZGET = 2148012656
Dblock_ppc64le.const4 BLKBSZGET = 1074270832
Dblock_arm64.const4 BLKBSZGET = 2148012656
Dblock_arm.const4 BLKBSZGET = 2147750512
Dblock_386.const4 BLKBSZGET = 2147750512
Dblock.txt31 ioctl$BLKBSZGET(fd fd_block, cmd const[BLKBSZGET], arg ptr[out, intptr])
/external/toybox/toys/other/
Dblockdev.c43 BLKBSZSET, BLKBSZGET, BLKSSZGET, BLKROGET, BLKROSET, BLKROSET};
/external/strace/
Dioctl_redefs2.h125 #ifdef BLKBSZGET
126 # undef BLKBSZGET
127 # define BLKBSZGET 0x80041270 macro
Dblock.c121 case BLKBSZGET: in MPERS_PRINTER_DECL()
Dioctl_redefs1.h125 #ifdef BLKBSZGET
126 # undef BLKBSZGET
127 # define BLKBSZGET 0x80041270 macro
/external/strace/tests/
Dioctl_block.c70 TEST_NULL_ARG(BLKBSZGET); in main()
/external/strace/tests-mx32/
Dioctl_block.c70 TEST_NULL_ARG(BLKBSZGET); in main()
/external/strace/tests-m32/
Dioctl_block.c70 TEST_NULL_ARG(BLKBSZGET); in main()
/external/kernel-headers/original/uapi/linux/
Dfs.h168 #define BLKBSZGET _IOR(0x12,112,size_t) macro
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go166 BLKBSZGET = 0x80081270 const
Dzerrors_linux_mipsle.go177 BLKBSZGET = 0x40041270 const
Dzerrors_linux_s390x.go177 BLKBSZGET = 0x80081270 const
Dzerrors_linux_arm.go177 BLKBSZGET = 0x80041270 const
Dzerrors_linux_ppc64le.go177 BLKBSZGET = 0x40081270 const
Dzerrors_linux_mips64.go177 BLKBSZGET = 0x40081270 const
Dzerrors_linux_ppc64.go177 BLKBSZGET = 0x40081270 const
Dzerrors_linux_amd64.go177 BLKBSZGET = 0x80081270 const
Dzerrors_linux_mips64le.go177 BLKBSZGET = 0x40081270 const

12