Home
last modified time | relevance | path

Searched refs:BLKRRPART (Results 1 – 25 of 32) sorted by relevance

12

/external/strace/xlat/
Dblock_ioctl_cmds.h20 #if defined(BLKRRPART) || (defined(HAVE_DECL_BLKRRPART) && HAVE_DECL_BLKRRPART)
22 static_assert((BLKRRPART) == (_IO(0x12, 95)), "BLKRRPART != _IO(0x12, 95)");
25 # define BLKRRPART _IO(0x12, 95)
245 XLAT(BLKRRPART),
Dblock_ioctl_cmds.in3 BLKRRPART _IO(0x12, 95)
/external/toybox/toys/other/
Dpartprobe.c24 if (ioctl(fd, BLKRRPART, 0)) perror_msg("ioctl failed"); in do_partprobe()
Dblockdev.c42 int cmds[] = {BLKRRPART, BLKFLSBUF, BLKRASET, BLKRAGET, BLKGETSIZE64, BLKGETSIZE, BLKGETSIZE64,
Deject.c53 ioctl(fd, BLKRRPART); in remove_scsi()
/external/syzkaller/sys/linux/
Dblock_amd64.const21 BLKRRPART = 4703
Dblock_ppc64le.const21 BLKRRPART = 536875615
Dblock_arm64.const21 BLKRRPART = 4703
Dblock_arm.const21 BLKRRPART = 4703
Dblock_386.const21 BLKRRPART = 4703
Dblock.txt41 ioctl$BLKRRPART(fd fd_block, cmd const[BLKRRPART], arg const[0])
/external/strace/
Dblock.c212 case BLKRRPART: in MPERS_PRINTER_DECL()
/external/strace/tests/
Dioctl_block.c48 XLAT(BLKRRPART),
/external/strace/tests-mx32/
Dioctl_block.c48 XLAT(BLKRRPART),
/external/strace/tests-m32/
Dioctl_block.c48 XLAT(BLKRRPART),
/external/kernel-headers/original/uapi/linux/
Dfs.h147 #define BLKRRPART _IO(0x12,95) /* re-read partition table */ macro
/external/gptfdisk/
Ddiskio-unix.cc255 i = ioctl(fd, BLKRRPART); in DiskSync()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc564 unsigned IOCTL_BLKRRPART = BLKRRPART;
Dsanitizer_common_interceptors_ioctl.inc119 _(BLKRRPART, NONE, 0);
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go177 BLKRRPART = 0x125f const
Dzerrors_linux_mipsle.go189 BLKRRPART = 0x2000125f const
Dzerrors_linux_s390x.go189 BLKRRPART = 0x125f const
Dzerrors_linux_arm.go189 BLKRRPART = 0x125f const
Dzerrors_linux_ppc64le.go189 BLKRRPART = 0x2000125f const
/external/toybox/toys/pending/
Dfdisk.c681 if(ioctl(dev_fd, BLKRRPART, NULL) < 0) in write_table()

12