Home
last modified time | relevance | path

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

/external/strace/xlat/
Dstatfs_flags.h27 #if defined(ST_NODEV) || (defined(HAVE_DECL_ST_NODEV) && HAVE_DECL_ST_NODEV)
29 static_assert((ST_NODEV) == (0x0004), "ST_NODEV != 0x0004");
32 # define ST_NODEV 0x0004
90 XLAT(ST_NODEV),
Dstatfs_flags.in4 ST_NODEV 0x0004
/external/linux-kselftest/tools/testing/selftests/mount/
Dunprivileged-remount-test.c126 if (stat.f_flag & ~(ST_RDONLY | ST_NOSUID | ST_NODEV | \ in read_mnt_flags()
136 if (stat.f_flag & ST_NODEV) in read_mnt_flags()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dztypes_linux_s390x.go1278 ST_NODEV = 0x4 const
Dztypes_linux_386.go1253 ST_NODEV = 0x4 const
Dztypes_linux_mips.go1247 ST_NODEV = 0x4 const
Dztypes_linux_amd64.go1272 ST_NODEV = 0x4 const
Dztypes_linux_ppc64.go1261 ST_NODEV = 0x4 const
Dztypes_linux_mips64.go1253 ST_NODEV = 0x4 const
Dztypes_linux_mipsle.go1247 ST_NODEV = 0x4 const
Dztypes_linux_arm.go1242 ST_NODEV = 0x4 const
Dztypes_linux_arm64.go1251 ST_NODEV = 0x4 const
Dztypes_linux_mips64le.go1253 ST_NODEV = 0x4 const
Dztypes_linux_ppc64le.go1261 ST_NODEV = 0x4 const
/external/python/cpython3/Modules/
Dposixmodule.c13097 #ifdef ST_NODEV in all_ins()
13098 if (PyModule_AddIntMacro(m, ST_NODEV)) return -1; in all_ins()
/external/python/cpython3/Doc/library/
Dos.rst2578 These are :const:`ST_NODEV` (disallow access to device special files),
2597 The :const:`ST_NODEV`, :const:`ST_NOEXEC`, :const:`ST_SYNCHRONOUS`,