Home
last modified time | relevance | path

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

/busybox-1.35.0/miscutils/
Dpartprobe.c19 #ifndef BLKRRPART
20 # define BLKRRPART _IO(0x12,95) macro
49 ioctl_or_perror_and_die(fd, BLKRRPART, NULL, "%s", *argv); in partprobe_main()
Dhdparm.c2016 ioctl_or_warn(fd, BLKRRPART, NULL);
/busybox-1.35.0/util-linux/
Deject.c90 ioctl(dev_fd, BLKRRPART); in eject_scsi()
Dblockdev.c82 BLKRRPART, //rereadpt
Dfdisk.c2674 i = ioctl_or_perror(dev_fd, BLKRRPART, NULL, in reread_partition_table()
/busybox-1.35.0/
DNOFORK_NOEXEC.lst272 partprobe - noexec. leaks: open+ioctl_or_perror_and_die(BLKRRPART)