Home
last modified time | relevance | path

Searched refs:F_ADD_SEALS (Results 1 – 25 of 40) sorted by relevance

12

/third_party/pulseaudio/src/pulsecore/
Dmemfd-wrappers.h57 #ifndef F_ADD_SEALS
58 #define F_ADD_SEALS (F_LINUX_SPECIFIC_BASE + 9) macro
/third_party/ltp/include/lapi/
Dfcntl.h48 #ifndef F_ADD_SEALS
49 # define F_ADD_SEALS (1033) macro
/third_party/libbpf/include/uapi/linux/
Dfcntl.h35 #define F_ADD_SEALS (F_LINUX_SPECIFIC_BASE + 9) macro
/third_party/mesa3d/src/util/
Dos_memory_fd.c129 if (fcntl(mem_fd, F_ADD_SEALS, F_SEAL_SHRINK | F_SEAL_GROW | F_SEAL_SEAL) != 0) in os_malloc_aligned_fd()
/third_party/musl/porting/liteos_m/user/include/
Dfcntl.h130 #define F_ADD_SEALS 1033 macro
/third_party/musl/ndk_musl_include/
Dfcntl.h131 #define F_ADD_SEALS 1033 macro
/third_party/musl/porting/uniproton/kernel/include/
Dfcntl.h130 #define F_ADD_SEALS 1033 macro
/third_party/musl/porting/linux/user/include/
Dfcntl.h131 #define F_ADD_SEALS 1033 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dfcntl.h130 #define F_ADD_SEALS 1033 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dfcntl.h133 #define F_ADD_SEALS 1033 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dfcntl.h130 #define F_ADD_SEALS 1033 macro
/third_party/musl/include/
Dfcntl.h130 #define F_ADD_SEALS 1033 macro
/third_party/python/Modules/
Dfcntlmodule.c649 #ifdef F_ADD_SEALS in all_ins()
651 if (PyModule_AddIntMacro(m, F_ADD_SEALS)) return -1; in all_ins()
/third_party/gstreamer/gstplugins_bad/ext/wayland/
Dwlshmallocator.c61 fcntl (fd, F_ADD_SEALS, F_SEAL_SHRINK); in gst_wl_shm_allocator_alloc()
/third_party/ltp/testcases/kernel/syscalls/memfd_create/
Dmemfd_create_common.h56 ({int r = SAFE_FCNTL((fd), F_ADD_SEALS, (seals)); \
Dmemfd_create_common.c238 if (fcntl(fd, F_ADD_SEALS, seals) >= 0) { in check_mfd_fail_add_seals()
/third_party/rust/crates/nix/src/
Dfcntl.rs431 F_ADD_SEALS(SealFlag),
479 F_ADD_SEALS(flag) => libc::fcntl(fd, libc::F_ADD_SEALS, flag.bits()),
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
Dsyscalls.rs39 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/
Dfcntl.rst32 The fcntl module now contains ``F_ADD_SEALS``, ``F_GET_SEALS``, and
/third_party/rust/crates/libc/libc-test/semver/
Dfuchsia.txt293 F_ADD_SEALS
Dlinux.txt743 F_ADD_SEALS
Dandroid.txt628 F_ADD_SEALS
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs476 pub const F_ADD_SEALS: ::c_int = 1033; constant
/third_party/rust/crates/rustix/src/backend/libc/fs/
Dsyscalls.rs891 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/
Dmod.rs3092 pub const F_ADD_SEALS: ::c_int = 19; constant

12