Home
last modified time | relevance | path

Searched refs:BLKROSET (Results 1 - 23 of 23) sorted by relevance

/third_party/toybox/toys/other/
H A Dblockdev.c43 BLKBSZSET, BLKBSZGET, BLKSSZGET, BLKROGET, BLKROSET, BLKROSET}; in blockdev_main()
H A Dnbd_client.c74 xioctl(nbd, BLKROSET, &temp); in nbd_client_main()
/third_party/ltp/testcases/kernel/syscalls/ioctl/
H A Dioctl04.c6 * 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 Dmount.h10 #define BLKROSET _IO(0x12, 93) macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dmount.h10 #define BLKROSET _IO(0x12, 93) macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dmount.h10 #define BLKROSET _IO(0x12, 93) macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dmount.h10 #define BLKROSET _IO(0x12, 93) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dmount.h10 #define BLKROSET _IO(0x12, 93) macro
/third_party/musl/include/sys/
H A Dmount.h10 #define BLKROSET _IO(0x12, 93) macro
/third_party/toybox/porting/liteos_a/toys/lsb/
H A Dmount.c229 // 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 Dmount.c242 // 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 Dioctl.h80 #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 Dioctl.rs80 pub const BLKROSET: u32 = 4701; consts
/third_party/rust/crates/linux-raw-sys/gen/ioctl/
H A Dlist.c315 IOCTL_REQUEST(BLKROSET); in list()
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dioctl.rs75 pub const BLKROSET: u32 = 536875613; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dioctl.rs76 pub const BLKROSET: u32 = 536875613; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dioctl.rs75 pub const BLKROSET: u32 = 536875613; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dioctl.rs76 pub const BLKROSET: u32 = 536875613; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dioctl.rs80 pub const BLKROSET: u32 = 4701; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dioctl.rs80 pub const BLKROSET: u32 = 4701; consts
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dioctl.rs80 pub const BLKROSET: u32 = 4701; consts
/third_party/rust/crates/linux-raw-sys/src/x86_64/
H A Dioctl.rs80 pub const BLKROSET: u32 = 4701; consts
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dioctl.rs80 pub const BLKROSET: u32 = 4701; consts

Completed in 102 milliseconds