/third_party/toybox/toys/other/ |
H A D | blockdev.c | 43 BLKBSZSET, BLKBSZGET, BLKSSZGET, BLKROGET, BLKROSET, BLKROSET}; in blockdev_main()
|
H A D | nbd_client.c | 74 xioctl(nbd, BLKROSET, &temp); in nbd_client_main()
|
/third_party/ltp/testcases/kernel/syscalls/ioctl/ |
H A D | ioctl04.c | 6 * Basic test for the BLKROSET and BLKROGET ioctls. 31 SAFE_IOCTL(fd, BLKROSET, &ro); in verify_ioctl() 68 SAFE_IOCTL(fd, BLKROSET, &ro); in verify_ioctl()
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | mount.h | 10 #define BLKROSET _IO(0x12, 93) macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | mount.h | 10 #define BLKROSET _IO(0x12, 93) macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | mount.h | 10 #define BLKROSET _IO(0x12, 93) macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | mount.h | 10 #define BLKROSET _IO(0x12, 93) macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | mount.h | 10 #define BLKROSET _IO(0x12, 93) macro
|
/third_party/musl/include/sys/ |
H A D | mount.h | 10 #define BLKROSET _IO(0x12, 93) macro
|
/third_party/toybox/porting/liteos_a/toys/lsb/ |
H A D | mount.c | 229 // If we haven't already tried it, use the BLKROSET ioctl to ensure in mount_filesystem() 233 printf("trying BLKROSET ioctl on '%s'\n", dev); in mount_filesystem() 235 rc = ioctl(fd, BLKROSET, &ro); in mount_filesystem()
|
/third_party/toybox/toys/lsb/ |
H A D | mount.c | 242 // If we haven't already tried it, use the BLKROSET ioctl to ensure in mount_filesystem() 246 printf("trying BLKROSET ioctl on '%s'\n", dev); in mount_filesystem() 248 rc = ioctl(fd, BLKROSET, &ro); in mount_filesystem()
|
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
H A D | ioctl.h | 80 #define BLKROSET 0x125dul macro 1636 #define BLKROSET 0x125dul macro 3196 #define BLKROSET 0x125dul macro 4752 #define BLKROSET 0x125dul macro 6199 #define BLKROSET 0x2000125dul macro 7647 #define BLKROSET 0x2000125dul macro 9197 #define BLKROSET 0x2000125dul macro 10751 #define BLKROSET 0x125dul macro
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | ioctl.rs | 80 pub const BLKROSET: u32 = 4701; consts
|
/third_party/rust/crates/linux-raw-sys/gen/ioctl/ |
H A D | list.c | 315 IOCTL_REQUEST(BLKROSET); in list()
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | ioctl.rs | 75 pub const BLKROSET: u32 = 536875613; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | ioctl.rs | 76 pub const BLKROSET: u32 = 536875613; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | ioctl.rs | 75 pub const BLKROSET: u32 = 536875613; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | ioctl.rs | 76 pub const BLKROSET: u32 = 536875613; consts
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | ioctl.rs | 80 pub const BLKROSET: u32 = 4701; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | ioctl.rs | 80 pub const BLKROSET: u32 = 4701; consts
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
H A D | ioctl.rs | 80 pub const BLKROSET: u32 = 4701; consts
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
H A D | ioctl.rs | 80 pub const BLKROSET: u32 = 4701; consts
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
H A D | ioctl.rs | 80 pub const BLKROSET: u32 = 4701; consts
|