Home
last modified time | relevance | path

Searched defs:F_SEAL_SEAL (Results 1 – 8 of 8) sorted by relevance

/external/perfetto/src/tracing/ipc/
Dmemfd.h37 #define F_SEAL_SEAL 0x0001 macro
/external/virglrenderer/vtest/
Dvtest_shm.h12 #define F_SEAL_SEAL 0x0001 /* prevent further seals from being set */ macro
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd12/
Dmod.rs195 pub const F_SEAL_SEAL: ::c_int = 0x0001; constant
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd13/
Dmod.rs195 pub const F_SEAL_SEAL: ::c_int = 0x0001; constant
/external/ltp/include/lapi/
Dfcntl.h65 # define F_SEAL_SEAL 0x0001 /* prevent further seals from being set */ macro
/external/kernel-headers/original/uapi/linux/
Dfcntl.h41 #define F_SEAL_SEAL 0x0001 /* prevent further seals from being set */ macro
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs472 pub const F_SEAL_SEAL: ::c_int = 0x0001; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1421 pub const F_SEAL_SEAL: ::c_int = 0x0001; constant