Searched refs:BLKRRPART (Results 1 – 6 of 6) sorted by relevance
/busybox-1.35.0/miscutils/ |
D | partprobe.c | 19 #ifndef BLKRRPART 20 # define BLKRRPART _IO(0x12,95) macro 49 ioctl_or_perror_and_die(fd, BLKRRPART, NULL, "%s", *argv); in partprobe_main()
|
D | hdparm.c | 2016 ioctl_or_warn(fd, BLKRRPART, NULL);
|
/busybox-1.35.0/util-linux/ |
D | eject.c | 90 ioctl(dev_fd, BLKRRPART); in eject_scsi()
|
D | blockdev.c | 82 BLKRRPART, //rereadpt
|
D | fdisk.c | 2674 i = ioctl_or_perror(dev_fd, BLKRRPART, NULL, in reread_partition_table()
|
/busybox-1.35.0/ |
D | NOFORK_NOEXEC.lst | 272 partprobe - noexec. leaks: open+ioctl_or_perror_and_die(BLKRRPART)
|