Home
last modified time | relevance | path

Searched refs:FICLONE (Results 1 - 15 of 15) sorted by relevance

/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/generic/
H A Dmod.rs112 pub const FICLONE: ::c_ulong = 0x40049409; consts
/third_party/libuv/src/unix/
H A Dfs.c59 #elif defined(__linux__) && !defined(FICLONE)
61 # define FICLONE _IOW(0x94, 9, int) macro
1245 #ifdef FICLONE in uv__fs_copyfile()
1248 if (ioctl(dstfd, FICLONE, srcfd) == 0) { in uv__fs_copyfile()
1249 /* ioctl() with FICLONE succeeded. */ in uv__fs_copyfile()
/third_party/node/deps/uv/src/unix/
H A Dfs.c70 #elif defined(__linux__) && !defined(FICLONE)
72 # define FICLONE _IOW(0x94, 9, int) macro
1356 #ifdef FICLONE in uv__fs_copyfile()
1359 if (ioctl(dstfd, FICLONE, srcfd) == 0) { in uv__fs_copyfile()
1360 /* ioctl() with FICLONE succeeded. */ in uv__fs_copyfile()
/third_party/rust/crates/linux-raw-sys/gen/modules/
H A Dioctl.h215 #define FICLONE 0x40049409ul macro
1771 #define FICLONE 0x40049409ul macro
3331 #define FICLONE 0x40049409ul macro
4887 #define FICLONE 0x40049409ul macro
6334 #define FICLONE 0x80049409ul macro
7780 #define FICLONE 0x80049409ul macro
9330 #define FICLONE 0x80049409ul macro
10886 #define FICLONE 0x40049409ul macro
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dioctl.rs215 pub const FICLONE: u32 = 1074041865; consts
/third_party/rust/crates/linux-raw-sys/gen/ioctl/
H A Dlist.c462 IOCTL_REQUEST(FICLONE); in list()
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dioctl.rs210 pub const FICLONE: u32 = 2147783689; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dioctl.rs209 pub const FICLONE: u32 = 2147783689; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dioctl.rs210 pub const FICLONE: u32 = 2147783689; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dioctl.rs209 pub const FICLONE: u32 = 2147783689; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dioctl.rs215 pub const FICLONE: u32 = 1074041865; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dioctl.rs215 pub const FICLONE: u32 = 1074041865; consts
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dioctl.rs215 pub const FICLONE: u32 = 1074041865; consts
/third_party/rust/crates/linux-raw-sys/src/x86_64/
H A Dioctl.rs215 pub const FICLONE: u32 = 1074041865; consts
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dioctl.rs215 pub const FICLONE: u32 = 1074041865; consts

Completed in 113 milliseconds