Home
last modified time | relevance | path

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

/external/perfetto/src/tracing/ipc/
Dmemfd.h34 #ifndef F_ADD_SEALS
35 #define F_ADD_SEALS 1033 macro
Dposix_shared_memory.cc64 res = fcntl(*fd, F_ADD_SEALS, kFileSeals); in Create()
/external/ltp/include/lapi/
Dfcntl.h56 #ifndef F_ADD_SEALS
57 # define F_ADD_SEALS (1033) macro
/external/crosvm/tests/
Dmini_plugin_template.c26 #ifndef F_ADD_SEALS
27 #define F_ADD_SEALS (F_LINUX_SPECIFIC_BASE + 9) macro
115 fcntl(mem_fd, F_ADD_SEALS, F_SEAL_SHRINK); in main()
Dplugin_dirty_log.c26 #ifndef F_ADD_SEALS
27 #define F_ADD_SEALS (F_LINUX_SPECIFIC_BASE + 9) macro
127 fcntl(mem_fd, F_ADD_SEALS, F_SEAL_SHRINK); in main()
Dplugin_ioevent.c26 #ifndef F_ADD_SEALS
27 #define F_ADD_SEALS (F_LINUX_SPECIFIC_BASE + 9) macro
150 fcntl(mem_fd, F_ADD_SEALS, F_SEAL_SHRINK); in main()
Dplugin_irqfd.c26 #ifndef F_ADD_SEALS
27 #define F_ADD_SEALS (F_LINUX_SPECIFIC_BASE + 9) macro
171 fcntl(mem_fd, F_ADD_SEALS, F_SEAL_SHRINK); in main()
Dplugin_adder.c26 #ifndef F_ADD_SEALS
27 #define F_ADD_SEALS (F_LINUX_SPECIFIC_BASE + 9) macro
167 fcntl(mem_fd, F_ADD_SEALS, F_SEAL_SHRINK); in main()
Dplugin_vcpu_pause.c27 #ifndef F_ADD_SEALS
28 #define F_ADD_SEALS (F_LINUX_SPECIFIC_BASE + 9) macro
189 fcntl(mem_fd, F_ADD_SEALS, F_SEAL_SHRINK); in main()
/external/strace/xlat/
Dfcntlcmds.h373 #if defined(F_ADD_SEALS) || (defined(HAVE_DECL_F_ADD_SEALS) && HAVE_DECL_F_ADD_SEALS)
375 static_assert((F_ADD_SEALS) == ((1024 + 9)), "F_ADD_SEALS != (1024 + 9)");
378 # define F_ADD_SEALS (1024 + 9)
494 XLAT(F_ADD_SEALS),
Dfcntlcmds.in97 F_ADD_SEALS (1024 + 9)
/external/linux-kselftest/tools/testing/selftests/memfd/
Dfuse_test.c94 r = fcntl(fd, F_ADD_SEALS, seals); in mfd_assert_add_seals()
113 r = fcntl(fd, F_ADD_SEALS, seals); in mfd_busy_add_seals()
Dmemfd_test.c116 r = fcntl(fd, F_ADD_SEALS, seals); in mfd_assert_add_seals()
134 r = fcntl(fd, F_ADD_SEALS, seals); in mfd_fail_add_seals()
/external/kernel-headers/original/uapi/linux/
Dfcntl.h34 #define F_ADD_SEALS (F_LINUX_SPECIFIC_BASE + 9) macro
/external/linux-kselftest/tools/testing/selftests/drivers/dma-buf/
Dudmabuf.c42 ret = fcntl(memfd, F_ADD_SEALS, F_SEAL_SHRINK); in main()
/external/crosvm/sys_util/src/
Dshm.rs11 self, c_char, c_int, c_long, c_uint, close, fcntl, ftruncate64, off64_t, syscall, F_ADD_SEALS,
152 let ret = unsafe { fcntl(self.fd.as_raw_fd(), F_ADD_SEALS, seals) }; in add_seals()
/external/python/cpython3/Modules/
Dfcntlmodule.c623 #ifdef F_ADD_SEALS in all_ins()
625 if (PyModule_AddIntMacro(m, F_ADD_SEALS)) return -1; in all_ins()
/external/strace/
Dfcntl.c131 case F_ADD_SEALS: in print_fcntl()
DChangeLog29329 F_ADD_SEALS operations using printflags_long.
35243 F_OFD_SETLK, F_SETOWN_EX, F_ADD_SEALS, F_SETSIG,
36197 * xlat/fcntlcmds.in: Add F_SETPIPE_SZ, F_GETPIPE_SZ, F_ADD_SEALS,
/external/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()
/external/perfetto/src/profiling/memory/
Dshared_ring_buffer.cc83 res = fcntl(*fd, F_ADD_SEALS, kFDSeals); in SharedRingBuffer()
/external/python/cpython3/Doc/library/
Dfcntl.rst32 The fcntl module now contains ``F_ADD_SEALS``, ``F_GET_SEALS``, and
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs467 pub const F_ADD_SEALS: ::c_int = 1033; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1411 pub const F_ADD_SEALS: ::c_int = 1033; constant