Home
last modified time | relevance | path

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

/third_party/toybox/toys/other/
Dpartprobe.c24 if (ioctl(fd, BLKRRPART, 0)) perror_msg("ioctl failed"); in do_partprobe()
Deject.c54 ioctl(fd, BLKRRPART); in remove_scsi()
Dblockdev.c42 int cmds[] = {BLKRRPART, BLKFLSBUF, BLKRASET, BLKRAGET, BLKGETSIZE64, BLKGETSIZE, BLKGETSIZE64,
/third_party/musl/porting/uniproton/kernel/include/sys/
Dmount.h12 #define BLKRRPART _IO(0x12, 95) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dmount.h12 #define BLKRRPART _IO(0x12, 95) macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dmount.h12 #define BLKRRPART _IO(0x12, 95) macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dmount.h12 #define BLKRRPART _IO(0x12, 95) macro
/third_party/musl/include/sys/
Dmount.h12 #define BLKRRPART _IO(0x12, 95) macro
/third_party/musl/ndk_musl_include/sys/
Dmount.h12 #define BLKRRPART _IO(0x12, 95) macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dmount.h12 #define BLKRRPART _IO(0x12, 95) macro
/third_party/ltp/testcases/kernel/syscalls/ioctl/
Dioctl09.c82 TST_RETRY_FUNC(ioctl(dev_fd, BLKRRPART, 0), TST_RETVAL_EQ0); in verify_ioctl()
/third_party/gptfdisk/
Ddiskio-unix.cc294 i = ioctl(fd, BLKRRPART); in DiskSync()
/third_party/eudev/src/udev/
Dudevd.c811 r = ioctl(fd, BLKRRPART, 0); in synthesize_change()
/third_party/toybox/toys/pending/
Dfdisk.c681 if(ioctl(dev_fd, BLKRRPART, NULL) < 0) in write_table()