/third_party/ltp/testcases/kernel/syscalls/memfd_create/ |
D | memfd_create01.c | 27 CHECK_MFD_ADD_SEALS(fd, F_SEAL_SHRINK | F_SEAL_WRITE); in test_basic() 28 CHECK_MFD_HAS_SEALS(fd, F_SEAL_SHRINK | F_SEAL_WRITE); in test_basic() 31 CHECK_MFD_ADD_SEALS(fd, F_SEAL_SHRINK | F_SEAL_WRITE); in test_basic() 32 CHECK_MFD_HAS_SEALS(fd, F_SEAL_SHRINK | F_SEAL_WRITE); in test_basic() 37 F_SEAL_WRITE | F_SEAL_SEAL); in test_basic() 52 F_SEAL_SHRINK | F_SEAL_GROW | F_SEAL_WRITE); in test_no_sealing_without_flag() 63 CHECK_MFD_ADD_SEALS(fd, F_SEAL_WRITE); in test_seal_write() 64 CHECK_MFD_HAS_SEALS(fd, F_SEAL_WRITE); in test_seal_write() 137 CHECK_MFD_ADD_SEALS(fd, F_SEAL_WRITE); in test_share_dup() 138 CHECK_MFD_HAS_SEALS(fd, F_SEAL_WRITE); in test_share_dup() [all …]
|
/third_party/ltp/include/lapi/ |
D | fcntl.h | 66 #ifndef F_SEAL_WRITE 67 # define F_SEAL_WRITE 0x0008 /* prevent writes */ macro
|
/third_party/pulseaudio/src/pulsecore/ |
D | memfd-wrappers.h | 64 #define F_SEAL_WRITE 0x0008 /* prevent writes */ macro
|
/third_party/libbpf/include/uapi/linux/ |
D | fcntl.h | 44 #define F_SEAL_WRITE 0x0008 /* prevent writes */ macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | fcntl.h | 136 #define F_SEAL_WRITE 0x0008 macro
|
/third_party/musl/ndk_musl_include/ |
D | fcntl.h | 137 #define F_SEAL_WRITE 0x0008 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | fcntl.h | 136 #define F_SEAL_WRITE 0x0008 macro
|
/third_party/musl/porting/linux/user/include/ |
D | fcntl.h | 137 #define F_SEAL_WRITE 0x0008 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | fcntl.h | 136 #define F_SEAL_WRITE 0x0008 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | fcntl.h | 139 #define F_SEAL_WRITE 0x0008 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | fcntl.h | 136 #define F_SEAL_WRITE 0x0008 macro
|
/third_party/musl/include/ |
D | fcntl.h | 136 #define F_SEAL_WRITE 0x0008 macro
|
/third_party/python/Modules/ |
D | fcntlmodule.c | 656 if (PyModule_AddIntMacro(m, F_SEAL_WRITE)) return -1; in all_ins()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/ |
D | types.rs | 409 const WRITE = linux_raw_sys::general::F_SEAL_WRITE;
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 304 F_SEAL_WRITE
|
D | linux.txt | 759 F_SEAL_WRITE
|
D | android.txt | 649 F_SEAL_WRITE
|
/third_party/rust/crates/rustix/src/backend/libc/fs/ |
D | types.rs | 574 const WRITE = c::F_SEAL_WRITE;
|
/third_party/rust/crates/nix/src/ |
D | fcntl.rs | 394 F_SEAL_WRITE;
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 482 pub const F_SEAL_WRITE: ::c_int = 0x0008; constant
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
D | mod.rs | 3106 pub const F_SEAL_WRITE: ::c_int = 8; constant
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1430 pub const F_SEAL_WRITE: ::c_int = 0x0008; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 259 pub const F_SEAL_WRITE: u32 = 8; constant
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 254 pub const F_SEAL_WRITE: u32 = 8; constant
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
D | general.rs | 263 pub const F_SEAL_WRITE: u32 = 8; constant
|