Home
last modified time | relevance | path

Searched refs:FASYNC (Results 1 - 25 of 25) sorted by relevance

/third_party/NuttX/fs/vfs/
H A Dfs_fcntl.c41 #define FFCNTL (FNONBLOCK | FNDELAY | FAPPEND | FFSYNC | FASYNC)
/third_party/musl/porting/linux/user/include/
H A Dfcntl.h112 #define FASYNC O_ASYNC macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dfcntl.h111 #define FASYNC O_ASYNC macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dfcntl.h111 #define FASYNC O_ASYNC macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dfcntl.h111 #define FASYNC O_ASYNC macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dfcntl.h114 #define FASYNC O_ASYNC macro
/third_party/musl/porting/liteos_m/user/include/
H A Dfcntl.h111 #define FASYNC O_ASYNC macro
/third_party/musl/include/
H A Dfcntl.h114 #define FASYNC O_ASYNC macro
/third_party/python/Modules/
H A Dfcntlmodule.c548 #ifdef FASYNC in all_ins()
549 if (PyModule_AddIntMacro(m, FASYNC)) return -1; in all_ins()
/third_party/ltp/testcases/kernel/fs/scsi/ltpfs/
H A Dmain.c101 open("/tmp/testfile", O_CREAT | O_RDWR | O_SYNC | FASYNC, in main()
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/loongarch64/
H A Dmod.rs567 pub const FASYNC: ::c_int = 0o00020000; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs187 pub const FASYNC: u32 = 8192; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs188 pub const FASYNC: u32 = 8192; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs188 pub const FASYNC: u32 = 8192; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs199 pub const FASYNC: u32 = 8192; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs187 pub const FASYNC: u32 = 4096; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs199 pub const FASYNC: u32 = 8192; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs187 pub const FASYNC: u32 = 4096; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs186 pub const FASYNC: u32 = 8192; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs174 pub const FASYNC: u32 = 64; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs183 pub const FASYNC: u32 = 8192; consts
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs174 pub const FASYNC: u32 = 64; consts
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs183 pub const FASYNC: u32 = 8192; consts
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dgeneral.rs184 pub const FASYNC: u32 = 8192; consts
/third_party/rust/crates/linux-raw-sys/src/x86_64/
H A Dgeneral.rs183 pub const FASYNC: u32 = 8192; consts

Completed in 184 milliseconds