/external/perfetto/src/tracing/ipc/ |
D | memfd.h | 34 #ifndef F_ADD_SEALS 35 #define F_ADD_SEALS 1033 macro
|
D | posix_shared_memory.cc | 64 res = fcntl(*fd, F_ADD_SEALS, kFileSeals); in Create()
|
/external/ltp/include/lapi/ |
D | fcntl.h | 56 #ifndef F_ADD_SEALS 57 # define F_ADD_SEALS (1033) macro
|
/external/crosvm/tests/ |
D | mini_plugin_template.c | 26 #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()
|
D | plugin_dirty_log.c | 26 #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()
|
D | plugin_ioevent.c | 26 #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()
|
D | plugin_irqfd.c | 26 #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()
|
D | plugin_adder.c | 26 #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()
|
D | plugin_vcpu_pause.c | 27 #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/ |
D | fcntlcmds.h | 373 #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),
|
D | fcntlcmds.in | 97 F_ADD_SEALS (1024 + 9)
|
/external/linux-kselftest/tools/testing/selftests/memfd/ |
D | fuse_test.c | 94 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()
|
D | memfd_test.c | 116 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/ |
D | fcntl.h | 34 #define F_ADD_SEALS (F_LINUX_SPECIFIC_BASE + 9) macro
|
/external/linux-kselftest/tools/testing/selftests/drivers/dma-buf/ |
D | udmabuf.c | 42 ret = fcntl(memfd, F_ADD_SEALS, F_SEAL_SHRINK); in main()
|
/external/crosvm/sys_util/src/ |
D | shm.rs | 11 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/ |
D | fcntlmodule.c | 623 #ifdef F_ADD_SEALS in all_ins() 625 if (PyModule_AddIntMacro(m, F_ADD_SEALS)) return -1; in all_ins()
|
/external/strace/ |
D | fcntl.c | 131 case F_ADD_SEALS: in print_fcntl()
|
D | ChangeLog | 29329 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/ |
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()
|
/external/perfetto/src/profiling/memory/ |
D | shared_ring_buffer.cc | 83 res = fcntl(*fd, F_ADD_SEALS, kFDSeals); in SharedRingBuffer()
|
/external/python/cpython3/Doc/library/ |
D | fcntl.rst | 32 The fcntl module now contains ``F_ADD_SEALS``, ``F_GET_SEALS``, and
|
/external/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 467 pub const F_ADD_SEALS: ::c_int = 1033; constant
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1411 pub const F_ADD_SEALS: ::c_int = 1033; constant
|