Home
last modified time | relevance | path

Searched refs:BPF_FS_MAGIC (Results 1 - 17 of 17) sorted by relevance

/third_party/rust/crates/nix/src/sys/
H A Dstatfs.rs115 pub const BPF_FS_MAGIC: FsType = FsType(libc::BPF_FS_MAGIC as fs_type_t); consts
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1407 pub const BPF_FS_MAGIC: ::c_long = 0xcafe4a11; consts
1461 pub const BPF_FS_MAGIC: ::c_uint = 0xcafe4a11; consts
/third_party/libbpf/src/
H A Dlibbpf.c62 #ifndef BPF_FS_MAGIC
63 #define BPF_FS_MAGIC 0xcafe4a11 macro
8482 if (!err && st_fs.f_type != BPF_FS_MAGIC) {
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs949 pub const BPF_FS_MAGIC: u32 = 3405662737; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs954 pub const BPF_FS_MAGIC: u32 = 3405662737; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs954 pub const BPF_FS_MAGIC: u32 = 3405662737; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs961 pub const BPF_FS_MAGIC: u32 = 3405662737; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs958 pub const BPF_FS_MAGIC: u32 = 3405662737; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs961 pub const BPF_FS_MAGIC: u32 = 3405662737; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs958 pub const BPF_FS_MAGIC: u32 = 3405662737; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs948 pub const BPF_FS_MAGIC: u32 = 3405662737; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs1169 pub const BPF_FS_MAGIC: u32 = 3405662737; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs949 pub const BPF_FS_MAGIC: u32 = 3405662737; consts
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs1169 pub const BPF_FS_MAGIC: u32 = 3405662737; consts
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs949 pub const BPF_FS_MAGIC: u32 = 3405662737; consts
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dgeneral.rs950 pub const BPF_FS_MAGIC: u32 = 3405662737; consts
/third_party/rust/crates/linux-raw-sys/src/x86_64/
H A Dgeneral.rs949 pub const BPF_FS_MAGIC: u32 = 3405662737; consts

Completed in 210 milliseconds