Home
last modified time | relevance | path

Searched refs:ST_SYNCHRONOUS (Results 1 - 13 of 13) sorted by relevance

/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dstatvfs.h36 #define ST_SYNCHRONOUS 16 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dstatvfs.h33 #define ST_SYNCHRONOUS 16 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dstatvfs.h36 #define ST_SYNCHRONOUS 16 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dstatvfs.h36 #define ST_SYNCHRONOUS 16 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dstatvfs.h36 #define ST_SYNCHRONOUS 16 macro
/third_party/musl/include/sys/
H A Dstatvfs.h37 #define ST_SYNCHRONOUS 16 macro
/third_party/rust/crates/nix/src/sys/
H A Dstatvfs.rs35 ST_SYNCHRONOUS;
/third_party/rust/crates/rustix/src/backend/libc/fs/
H A Dtypes.rs844 /// `ST_SYNCHRONOUS`
846 const SYNCHRONOUS = libc::ST_SYNCHRONOUS as u64;
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs889 pub const ST_SYNCHRONOUS: ::c_ulong = 16; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs1587 pub const ST_SYNCHRONOUS: ::c_ulong = 16; consts
/third_party/python/Modules/
H A Dposixmodule.c15336 #ifdef ST_SYNCHRONOUS in all_ins()
15337 if (PyModule_AddIntMacro(m, ST_SYNCHRONOUS)) return -1; in all_ins()
15338 #endif /* ST_SYNCHRONOUS */ in all_ins()
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs2303 pub const ST_SYNCHRONOUS: ::c_ulong = 16; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs1739 pub const ST_SYNCHRONOUS: ::c_ulong = 16; consts

Completed in 53 milliseconds