Home
last modified time | relevance | path

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

12

/third_party/pulseaudio/src/pulsecore/
H A Dmemfd-wrappers.h57 #ifndef F_ADD_SEALS
58 #define F_ADD_SEALS (F_LINUX_SPECIFIC_BASE + 9) macro
/third_party/ltp/include/lapi/
H A Dfcntl.h47 #ifndef F_ADD_SEALS
48 # define F_ADD_SEALS (1033) macro
/third_party/libbpf/include/uapi/linux/
H A Dfcntl.h35 #define F_ADD_SEALS (F_LINUX_SPECIFIC_BASE + 9) macro
/third_party/musl/porting/linux/user/include/
H A Dfcntl.h131 #define F_ADD_SEALS 1033 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dfcntl.h130 #define F_ADD_SEALS 1033 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dfcntl.h130 #define F_ADD_SEALS 1033 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dfcntl.h130 #define F_ADD_SEALS 1033 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dfcntl.h133 #define F_ADD_SEALS 1033 macro
/third_party/musl/porting/liteos_m/user/include/
H A Dfcntl.h130 #define F_ADD_SEALS 1033 macro
/third_party/mesa3d/src/util/
H A Dos_memory_fd.c129 if (fcntl(mem_fd, F_ADD_SEALS, F_SEAL_SHRINK | F_SEAL_GROW | F_SEAL_SEAL) != 0) in os_malloc_aligned_fd()
/third_party/musl/include/
H A Dfcntl.h133 #define F_ADD_SEALS 1033 macro
/third_party/python/Modules/
H A Dfcntlmodule.c657 #ifdef F_ADD_SEALS in all_ins()
659 if (PyModule_AddIntMacro(m, F_ADD_SEALS)) return -1; in all_ins()
/third_party/ltp/testcases/kernel/syscalls/memfd_create/
H A Dmemfd_create_common.h56 ({int r = SAFE_FCNTL((fd), F_ADD_SEALS, (seals)); \
57 tst_res(TPASS, "fcntl(%d, F_ADD_SEALS, %d) succeeded", \
H A Dmemfd_create_common.c238 if (fcntl(fd, F_ADD_SEALS, seals) >= 0) { in check_mfd_fail_add_seals()
240 "fcntl(%d, F_ADD_SEALS) succeeded unexpectedly", fd); in check_mfd_fail_add_seals()
244 "fcntl(%d, F_ADD_SEALS, %d) failed as expected", (fd), in check_mfd_fail_add_seals()
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
H A Dsyscalls.rs39 AT_SYMLINK_NOFOLLOW, F_ADD_SEALS, F_GETFL, F_GETLEASE, F_GETOWN, F_GETPIPE_SZ, F_GETSIG,
1004 c_uint(F_ADD_SEALS),
1013 c_uint(F_ADD_SEALS),
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs476 pub const F_ADD_SEALS: ::c_int = 1033; consts
/third_party/glfw/src/
H A Dwl_window.c106 fcntl(fd, F_ADD_SEALS, F_SEAL_SHRINK | F_SEAL_SEAL); in createAnonymousFile()
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs249 pub const F_ADD_SEALS: u32 = 1033; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1424 pub const F_ADD_SEALS: ::c_int = 1033; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs3092 pub const F_ADD_SEALS: ::c_int = 19; consts
3102 // for use with F_ADD_SEALS
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs254 pub const F_ADD_SEALS: u32 = 1033; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs254 pub const F_ADD_SEALS: u32 = 1033; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs261 pub const F_ADD_SEALS: u32 = 1033; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs258 pub const F_ADD_SEALS: u32 = 1033; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs261 pub const F_ADD_SEALS: u32 = 1033; consts

Completed in 130 milliseconds

12