Home
last modified time | relevance | path

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

12

/external/ltp/include/lapi/
Dfcntl.h56 #ifndef F_ADD_SEALS
57 # define F_ADD_SEALS (1033) macro
/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.c100 r = fcntl(fd, F_ADD_SEALS, seals); in mfd_assert_add_seals()
118 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/perfetto/src/tracing/ipc/
Dposix_shared_memory.cc64 res = fcntl(*fd, F_ADD_SEALS, F_SEAL_SHRINK | F_SEAL_GROW | F_SEAL_SEAL); in Create()
/external/strace/
Dfcntl.c131 case F_ADD_SEALS: in print_fcntl()
/external/ltp/testcases/kernel/syscalls/memfd_create/
Dmemfd_create_common.h56 ({int r = SAFE_FCNTL((fd), F_ADD_SEALS, (seals)); \
Dmemfd_create_common.c248 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/syzkaller/sys/linux/
Dsys_386.const139 F_ADD_SEALS = 1033
Dsys_amd64.const139 F_ADD_SEALS = 1033
Dsys_arm.const139 F_ADD_SEALS = 1033
Dsys_ppc64le.const139 F_ADD_SEALS = 1033
Dsys_arm64.const139 F_ADD_SEALS = 1033
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_mipsle.go515 F_ADD_SEALS = 0x409 const
Dzerrors_linux_s390x.go515 F_ADD_SEALS = 0x409 const
Dzerrors_linux_arm.go515 F_ADD_SEALS = 0x409 const
Dzerrors_linux_ppc64le.go515 F_ADD_SEALS = 0x409 const
Dzerrors_linux_mips64.go515 F_ADD_SEALS = 0x409 const
Dzerrors_linux_ppc64.go515 F_ADD_SEALS = 0x409 const
Dzerrors_linux_amd64.go516 F_ADD_SEALS = 0x409 const
Dzerrors_linux_mips64le.go515 F_ADD_SEALS = 0x409 const
Dzerrors_linux_386.go516 F_ADD_SEALS = 0x409 const

12