Home
last modified time | relevance | path

Searched refs:ST_NODEV (Results 1 – 18 of 18) sorted by relevance

/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dstatvfs.h31 #define ST_NODEV 4 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dstatvfs.h34 #define ST_NODEV 4 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dstatvfs.h34 #define ST_NODEV 4 macro
/third_party/musl/include/sys/
Dstatvfs.h34 #define ST_NODEV 4 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dstatvfs.h34 #define ST_NODEV 4 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dstatvfs.h34 #define ST_NODEV 4 macro
/third_party/ltp/testcases/kernel/syscalls/mount_setattr/
Dmount_setattr01.c54 TCASE_ENTRY(MOUNT_ATTR_NODEV, ST_NODEV),
/third_party/rust/crates/nix/src/sys/
Dstatvfs.rs27 ST_NODEV;
/third_party/rust/crates/libc/libc-test/semver/
Dfuchsia.txt900 ST_NODEV
Dlinux.txt2312 ST_NODEV
Dandroid.txt2246 ST_NODEV
/third_party/rust/crates/rustix/src/backend/libc/fs/
Dtypes.rs824 const NODEV = libc::ST_NODEV as u64;
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs887 pub const ST_NODEV: ::c_ulong = 4; constant
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs1585 pub const ST_NODEV: ::c_ulong = 4; constant
/third_party/python/Modules/
Dposixmodule.c15123 #ifdef ST_NODEV in all_ins()
15124 if (PyModule_AddIntMacro(m, ST_NODEV)) return -1; in all_ins()
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1737 pub const ST_NODEV: ::c_ulong = 4; constant
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs2301 pub const ST_NODEV: ::c_ulong = 4; constant
/third_party/python/Doc/library/
Dos.rst2872 These are :const:`ST_NODEV` (disallow access to device special files),
2891 The :const:`ST_NODEV`, :const:`ST_NOEXEC`, :const:`ST_SYNCHRONOUS`,