/third_party/pulseaudio/src/pulsecore/ |
D | memfd-wrappers.h | 57 #ifndef F_ADD_SEALS 58 #define F_ADD_SEALS (F_LINUX_SPECIFIC_BASE + 9) macro
|
/third_party/ltp/include/lapi/ |
D | fcntl.h | 47 #ifndef F_ADD_SEALS 48 # define F_ADD_SEALS (1033) macro
|
/third_party/libbpf/include/uapi/linux/ |
D | fcntl.h | 35 #define F_ADD_SEALS (F_LINUX_SPECIFIC_BASE + 9) macro
|
/third_party/mesa3d/src/util/ |
D | os_memory_fd.c | 129 if (fcntl(mem_fd, F_ADD_SEALS, F_SEAL_SHRINK | F_SEAL_GROW | F_SEAL_SEAL) != 0) in os_malloc_aligned_fd()
|
/third_party/python/Modules/ |
D | fcntlmodule.c | 649 #ifdef F_ADD_SEALS in all_ins() 651 if (PyModule_AddIntMacro(m, F_ADD_SEALS)) return -1; in all_ins()
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | fcntl.h | 130 #define F_ADD_SEALS 1033 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | fcntl.h | 130 #define F_ADD_SEALS 1033 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | fcntl.h | 133 #define F_ADD_SEALS 1033 macro
|
/third_party/musl/porting/linux/user/include/ |
D | fcntl.h | 131 #define F_ADD_SEALS 1033 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | fcntl.h | 130 #define F_ADD_SEALS 1033 macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | fcntl.h | 130 #define F_ADD_SEALS 1033 macro
|
/third_party/musl/include/ |
D | fcntl.h | 133 #define F_ADD_SEALS 1033 macro
|
/third_party/rust/crates/nix/src/ |
D | fcntl.rs | 431 F_ADD_SEALS(SealFlag), 479 F_ADD_SEALS(flag) => libc::fcntl(fd, libc::F_ADD_SEALS, flag.bits()),
|
/third_party/ltp/testcases/kernel/syscalls/memfd_create/ |
D | memfd_create_common.h | 56 ({int r = SAFE_FCNTL((fd), F_ADD_SEALS, (seals)); \
|
D | memfd_create_common.c | 238 if (fcntl(fd, F_ADD_SEALS, seals) >= 0) { in check_mfd_fail_add_seals()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/ |
D | syscalls.rs | 39 AT_SYMLINK_NOFOLLOW, F_ADD_SEALS, F_GETFL, F_GETLEASE, F_GETOWN, F_GETPIPE_SZ, F_GETSIG, 1004 c_uint(F_ADD_SEALS), in fcntl_add_seals() 1013 c_uint(F_ADD_SEALS), in fcntl_add_seals()
|
/third_party/python/Doc/library/ |
D | fcntl.rst | 32 The fcntl module now contains ``F_ADD_SEALS``, ``F_GET_SEALS``, and
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 293 F_ADD_SEALS
|
D | linux.txt | 743 F_ADD_SEALS
|
D | android.txt | 628 F_ADD_SEALS
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 476 pub const F_ADD_SEALS: ::c_int = 1033; constant
|
/third_party/rust/crates/rustix/src/backend/libc/fs/ |
D | syscalls.rs | 891 unsafe { ret(c::fcntl(borrowed_fd(fd), c::F_ADD_SEALS, seals.bits())) } in fcntl_add_seals()
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
D | mod.rs | 3092 pub const F_ADD_SEALS: ::c_int = 19; constant
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1424 pub const F_ADD_SEALS: ::c_int = 1033; constant
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 249 pub const F_ADD_SEALS: u32 = 1033; constant
|