Home
last modified time | relevance | path

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

/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/strace/
Dblock.c212 case BLKRRPART: in MPERS_PRINTER_DECL()
/external/strace/tests/
Dioctl_block.c48 XLAT(BLKRRPART),
/external/strace/tests-m32/
Dioctl_block.c48 XLAT(BLKRRPART),
/external/strace/tests-mx32/
Dioctl_block.c48 XLAT(BLKRRPART),
/external/kernel-headers/original/uapi/linux/
Dfs.h150 #define BLKRRPART _IO(0x12,95) /* re-read partition table */ macro
/external/gptfdisk/
Ddiskio-unix.cc290 i = ioctl(fd, BLKRRPART); in DiskSync()
/external/mtools/
Dmzip.c487 ioctl(fd, BLKRRPART); /* revalidate the disk, so that the in mzip()
/external/minijail/linux-x86/
Dlibconstants.gen.c1120 #ifdef BLKRRPART
1121 { "BLKRRPART", (unsigned long) BLKRRPART },
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc564 unsigned IOCTL_BLKRRPART = BLKRRPART;
Dsanitizer_common_interceptors_ioctl.inc119 _(BLKRRPART, NONE, 0);
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cpp565 unsigned IOCTL_BLKRRPART = BLKRRPART;
Dsanitizer_common_interceptors_ioctl.inc122 _(BLKRRPART, NONE, 0);
/external/toybox/toys/pending/
Dfdisk.c681 if(ioctl(dev_fd, BLKRRPART, NULL) < 0) in write_table()