/third_party/ltp/include/lapi/ |
D | fcntl.h | 52 #ifndef F_GET_SEALS 53 # define F_GET_SEALS (1034) macro
|
/third_party/pulseaudio/src/pulsecore/ |
D | memfd-wrappers.h | 59 #define F_GET_SEALS (F_LINUX_SPECIFIC_BASE + 10) macro
|
/third_party/libbpf/include/uapi/linux/ |
D | fcntl.h | 36 #define F_GET_SEALS (F_LINUX_SPECIFIC_BASE + 10) macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | fcntl.h | 131 #define F_GET_SEALS 1034 macro
|
/third_party/musl/ndk_musl_include/ |
D | fcntl.h | 132 #define F_GET_SEALS 1034 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | fcntl.h | 131 #define F_GET_SEALS 1034 macro
|
/third_party/musl/porting/linux/user/include/ |
D | fcntl.h | 132 #define F_GET_SEALS 1034 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | fcntl.h | 131 #define F_GET_SEALS 1034 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | fcntl.h | 134 #define F_GET_SEALS 1034 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | fcntl.h | 131 #define F_GET_SEALS 1034 macro
|
/third_party/musl/include/ |
D | fcntl.h | 131 #define F_GET_SEALS 1034 macro
|
/third_party/rust/crates/nix/src/ |
D | fcntl.rs | 433 F_GET_SEALS, 481 F_GET_SEALS => libc::fcntl(fd, libc::F_GET_SEALS),
|
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/ |
D | syscalls.rs | 40 F_GET_SEALS, F_SETFL, F_SETPIPE_SZ, SEEK_CUR, SEEK_END, SEEK_SET, STATX__RESERVED, 987 ret_c_int(syscall_readonly!(__NR_fcntl64, fd, c_uint(F_GET_SEALS))) in fcntl_get_seals() 992 ret_c_int(syscall_readonly!(__NR_fcntl, fd, c_uint(F_GET_SEALS))) in fcntl_get_seals()
|
/third_party/python/Modules/ |
D | fcntlmodule.c | 652 if (PyModule_AddIntMacro(m, F_GET_SEALS)) return -1; in all_ins()
|
/third_party/ltp/testcases/kernel/syscalls/memfd_create/ |
D | memfd_create_common.c | 212 int ret = SAFE_FCNTL((fd), F_GET_SEALS); in check_mfd_has_seals()
|
/third_party/python/Doc/library/ |
D | fcntl.rst | 32 The fcntl module now contains ``F_ADD_SEALS``, ``F_GET_SEALS``, and
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 298 F_GET_SEALS
|
D | linux.txt | 748 F_GET_SEALS
|
D | android.txt | 638 F_GET_SEALS
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 477 pub const F_GET_SEALS: ::c_int = 1034; constant
|
/third_party/rust/crates/rustix/src/backend/libc/fs/ |
D | syscalls.rs | 879 ret_c_int(c::fcntl(borrowed_fd(fd), c::F_GET_SEALS)) in fcntl_get_seals()
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
D | mod.rs | 3093 pub const F_GET_SEALS: ::c_int = 20; constant
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1425 pub const F_GET_SEALS: ::c_int = 1034; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 255 pub const F_GET_SEALS: u32 = 1034; constant
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 250 pub const F_GET_SEALS: u32 = 1034; constant
|