Searched refs:BLKRRPART (Results 1 – 18 of 18) sorted by relevance
/external/strace/xlat/ |
D | block_ioctl_cmds.h | 20 #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),
|
D | block_ioctl_cmds.in | 3 BLKRRPART _IO(0x12, 95)
|
/external/toybox/toys/other/ |
D | partprobe.c | 24 if (ioctl(fd, BLKRRPART, 0)) perror_msg("ioctl failed"); in do_partprobe()
|
D | blockdev.c | 42 int cmds[] = {BLKRRPART, BLKFLSBUF, BLKRASET, BLKRAGET, BLKGETSIZE64, BLKGETSIZE, BLKGETSIZE64,
|
D | eject.c | 53 ioctl(fd, BLKRRPART); in remove_scsi()
|
/external/strace/ |
D | block.c | 212 case BLKRRPART: in MPERS_PRINTER_DECL()
|
/external/strace/tests/ |
D | ioctl_block.c | 48 XLAT(BLKRRPART),
|
/external/strace/tests-m32/ |
D | ioctl_block.c | 48 XLAT(BLKRRPART),
|
/external/strace/tests-mx32/ |
D | ioctl_block.c | 48 XLAT(BLKRRPART),
|
/external/kernel-headers/original/uapi/linux/ |
D | fs.h | 150 #define BLKRRPART _IO(0x12,95) /* re-read partition table */ macro
|
/external/gptfdisk/ |
D | diskio-unix.cc | 290 i = ioctl(fd, BLKRRPART); in DiskSync()
|
/external/mtools/ |
D | mzip.c | 487 ioctl(fd, BLKRRPART); /* revalidate the disk, so that the in mzip()
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 1120 #ifdef BLKRRPART 1121 { "BLKRRPART", (unsigned long) BLKRRPART },
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 564 unsigned IOCTL_BLKRRPART = BLKRRPART;
|
D | sanitizer_common_interceptors_ioctl.inc | 119 _(BLKRRPART, NONE, 0);
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cpp | 565 unsigned IOCTL_BLKRRPART = BLKRRPART;
|
D | sanitizer_common_interceptors_ioctl.inc | 122 _(BLKRRPART, NONE, 0);
|
/external/toybox/toys/pending/ |
D | fdisk.c | 681 if(ioctl(dev_fd, BLKRRPART, NULL) < 0) in write_table()
|