Home
last modified time | relevance | path

Searched defs:openat (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/examples/bpf/
H A Dhello.c3 int syscall_enter(openat)(void *args) in openat() function
H A Dsys_enter_openat.c28 int syscall_enter(openat)(struct syscall_enter_openat_args *args) in openat() function
H A Detcsnoop.c64 augmented_filename_syscall_enter(openat); variable
H A Daugmented_syscalls.c72 augmented_filename_syscall(openat); variable
/third_party/musl/porting/linux/user/include/fortify/
H A Dfcntl.h36 int __openat_real(int, const char*, int, ...) __DIAGNOSE_RENAME(openat); variable
/third_party/musl/include/fortify/linux/
H A Dfcntl.h36 int __openat_real(int, const char*, int, ...) __DIAGNOSE_RENAME(openat); variable
/third_party/musl/src/fcntl/
H A Dopenat.c5 int openat(int fd, const char *filename, int flags, ...) in openat() function
/third_party/ltp/testcases/kernel/syscalls/openat/
H A Dopenat.h29 int openat(int dirfd, const char *pathname, int flags, mode_t mode) in openat() function
/third_party/rust/crates/rustix/tests/fs/
H A Dmain.rs35 mod openat; modules
/third_party/rust/crates/rustix/src/fs/
H A Dat.rs56 pub fn openat<P: path::Arg, Fd: AsFd>( in openat() functions
/third_party/rust/crates/nix/src/
H A Dfcntl.rs207 pub fn openat<P: ?Sized + NixPath>( in openat() functions
H A Ddir.rs46 pub fn openat<P: ?Sized + NixPath>( in openat() functions
/third_party/FreeBSD/lib/libc/include/
H A Dnamespace.h84 #define openat _openat macro
/third_party/rust/crates/libc/src/
H A Dwasi.rs611 pub fn openat(dirfd: ::c_int, pathname: *const ::c_char, flags: ::c_int, ...) -> ::c_int; in openat() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs1444 pub fn openat(dirfd: ::c_int, pathname: *const ::c_char, in openat() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3534 pub fn openat(dirfd: ::c_int, pathname: *const ::c_char, flags: ::c_int, ...) -> ::c_int; in openat() functions

Completed in 23 milliseconds