Home
last modified time | relevance | path

Searched refs:ST_NODEV (Results 1 - 14 of 14) sorted by relevance

/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dstatvfs.h34 #define ST_NODEV 4 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dstatvfs.h31 #define ST_NODEV 4 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dstatvfs.h34 #define ST_NODEV 4 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dstatvfs.h34 #define ST_NODEV 4 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dstatvfs.h34 #define ST_NODEV 4 macro
/third_party/musl/include/sys/
H A Dstatvfs.h35 #define ST_NODEV 4 macro
/third_party/ltp/testcases/kernel/syscalls/mount_setattr/
H A Dmount_setattr01.c54 TCASE_ENTRY(MOUNT_ATTR_NODEV, ST_NODEV),
/third_party/rust/crates/nix/src/sys/
H A Dstatvfs.rs27 ST_NODEV;
/third_party/rust/crates/rustix/src/backend/libc/fs/
H A Dtypes.rs822 /// `ST_NODEV`
824 const NODEV = libc::ST_NODEV as u64;
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs887 pub const ST_NODEV: ::c_ulong = 4; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs1585 pub const ST_NODEV: ::c_ulong = 4; consts
/third_party/python/Modules/
H A Dposixmodule.c15330 #ifdef ST_NODEV in all_ins()
15331 if (PyModule_AddIntMacro(m, ST_NODEV)) return -1; in all_ins()
15332 #endif /* ST_NODEV */ in all_ins()
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs2301 pub const ST_NODEV: ::c_ulong = 4; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs1737 pub const ST_NODEV: ::c_ulong = 4; consts

Completed in 56 milliseconds