/external/ltp/testcases/kernel/syscalls/memfd_create/ |
D | memfd_create01.c | 44 CHECK_MFD_ADD_SEALS(fd, F_SEAL_GROW | F_SEAL_SEAL); in test_basic() 46 F_SEAL_WRITE | F_SEAL_SEAL); in test_basic() 59 CHECK_MFD_HAS_SEALS(fd, F_SEAL_SEAL); in test_no_sealing_without_flag() 62 CHECK_MFD_HAS_SEALS(fd, F_SEAL_SEAL); in test_no_sealing_without_flag() 154 CHECK_MFD_ADD_SEALS(fd, F_SEAL_SEAL); in test_share_dup() 155 CHECK_MFD_HAS_SEALS(fd, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_dup() 156 CHECK_MFD_HAS_SEALS(fd2, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_dup() 160 CHECK_MFD_FAIL_ADD_SEALS(fd, F_SEAL_SEAL); in test_share_dup() 161 CHECK_MFD_FAIL_ADD_SEALS(fd2, F_SEAL_SEAL); in test_share_dup() 219 CHECK_MFD_FAIL_ADD_SEALS(fd, F_SEAL_SEAL); in test_share_open()
|
/external/linux-kselftest/tools/testing/selftests/memfd/ |
D | memfd_test.c | 645 mfd_assert_add_seals(fd, F_SEAL_GROW | F_SEAL_SEAL); in test_basic() 649 F_SEAL_SEAL); in test_basic() 661 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_basic() 665 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_basic() 799 mfd_assert_add_seals(fd, F_SEAL_SEAL); in test_share_dup() 800 mfd_assert_has_seals(fd, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_dup() 801 mfd_assert_has_seals(fd2, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_dup() 805 mfd_fail_add_seals(fd, F_SEAL_SEAL); in test_share_dup() 806 mfd_fail_add_seals(fd2, F_SEAL_SEAL); in test_share_dup() 876 mfd_fail_add_seals(fd, F_SEAL_SEAL); in test_share_open() [all …]
|
/external/strace/xlat/ |
D | f_seals.h | 6 #if defined(F_SEAL_SEAL) || (defined(HAVE_DECL_F_SEAL_SEAL) && HAVE_DECL_F_SEAL_SEAL) 8 static_assert((F_SEAL_SEAL) == (1), "F_SEAL_SEAL != 1"); 11 # define F_SEAL_SEAL 1 45 XLAT(F_SEAL_SEAL),
|
D | f_seals.in | 1 F_SEAL_SEAL 1
|
/external/ltp/include/lapi/ |
D | fcntl.h | 64 #ifndef F_SEAL_SEAL 65 # define F_SEAL_SEAL 0x0001 /* prevent further seals from being set */ macro
|
/external/kernel-headers/original/uapi/linux/ |
D | fcntl.h | 40 #define F_SEAL_SEAL 0x0001 /* prevent further seals from being set */ macro
|
/external/perfetto/src/tracing/ipc/ |
D | posix_shared_memory.cc | 64 res = fcntl(*fd, F_ADD_SEALS, F_SEAL_SHRINK | F_SEAL_GROW | F_SEAL_SEAL); in Create()
|
/external/perfetto/src/profiling/memory/ |
D | shared_ring_buffer.cc | 48 constexpr auto kFDSeals = F_SEAL_SHRINK | F_SEAL_GROW | F_SEAL_SEAL;
|
/external/syzkaller/sys/linux/ |
D | sys_386.const | 159 F_SEAL_SEAL = 1
|
D | sys_amd64.const | 159 F_SEAL_SEAL = 1
|
D | sys_arm.const | 159 F_SEAL_SEAL = 1
|
D | sys_ppc64le.const | 159 F_SEAL_SEAL = 1
|
D | sys_arm64.const | 159 F_SEAL_SEAL = 1
|
D | sys.txt | 1028 seal_types = F_SEAL_SEAL, F_SEAL_SHRINK, F_SEAL_GROW, F_SEAL_WRITE
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_linux_mipsle.go | 539 F_SEAL_SEAL = 0x1 const
|
D | zerrors_linux_s390x.go | 539 F_SEAL_SEAL = 0x1 const
|
D | zerrors_linux_arm.go | 539 F_SEAL_SEAL = 0x1 const
|
D | zerrors_linux_ppc64le.go | 539 F_SEAL_SEAL = 0x1 const
|
D | zerrors_linux_mips64.go | 539 F_SEAL_SEAL = 0x1 const
|
D | zerrors_linux_ppc64.go | 539 F_SEAL_SEAL = 0x1 const
|
D | zerrors_linux_amd64.go | 540 F_SEAL_SEAL = 0x1 const
|
D | zerrors_linux_mips64le.go | 539 F_SEAL_SEAL = 0x1 const
|
D | zerrors_linux_386.go | 540 F_SEAL_SEAL = 0x1 const
|
D | zerrors_linux_mips.go | 539 F_SEAL_SEAL = 0x1 const
|
D | zerrors_linux_arm64.go | 542 F_SEAL_SEAL = 0x1 const
|