Home
last modified time | relevance | path

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

/external/toybox/toys/other/
Dpartprobe.c24 if (ioctl(fd, BLKRRPART, 0)) perror_msg("ioctl failed"); in do_partprobe()
Dblockdev.c41 int cmds[] = {BLKRRPART, BLKFLSBUF, BLKGETSIZE64, BLKGETSIZE, BLKGETSIZE64,
Deject.c53 ioctl(fd, BLKRRPART); in remove_scsi()
/external/kernel-headers/original/uapi/linux/
Dfs.h118 #define BLKRRPART _IO(0x12,95) /* re-read partition table */ macro
/external/strace/
Dblock.c275 case BLKRRPART: in block_ioctl()
/external/gptfdisk/
Ddiskio-unix.cc253 i = ioctl(fd, BLKRRPART); in DiskSync()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc559 unsigned IOCTL_BLKRRPART = BLKRRPART;
Dsanitizer_common_interceptors_ioctl.inc116 _(BLKRRPART, NONE, 0);
/external/toybox/toys/pending/
Dfdisk.c681 if(ioctl(dev_fd, BLKRRPART, NULL) < 0) in write_table()