| /OK3568_Linux_fs/kernel/tools/testing/selftests/proc/ |
| H A D | read.c | 45 fd = openat(dirfd(d), filename, O_RDONLY|O_NONBLOCK); in f_reg() 58 fd = openat(dirfd(d), filename, O_WRONLY); in f_reg_write() 107 fd = openat(dirfd(d), de->d_name, O_DIRECTORY|O_RDONLY); in f()
|
| H A D | fd-003-kthread.c | 56 fd = openat(dir_fd, "stat", O_RDONLY); in kernel_thread_fd() 90 fd = openat(dir_fd, "fd", O_RDONLY|O_DIRECTORY); in kernel_thread_fd()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/tmpfs/ |
| H A D | bug-link-o-tmpfile.c | 49 fd = openat(AT_FDCWD, "/tmp", O_WRONLY|O_TMPFILE, 0600); in main() 60 fd = openat(AT_FDCWD, "/tmp", O_WRONLY|O_TMPFILE, 0600); in main()
|
| /OK3568_Linux_fs/buildroot/package/fakeroot/ |
| H A D | 0001-fix-prototype-generation.patch | 1 Subject: Fix prototype generation for openat 14 handling although it's specific to the openat call. Also add the 57 +/* A sixth field is a special needed when wrapping the openat syscall. */
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/ |
| H A D | fcntl.h | 220 extern int openat (int __fd, const char *__file, int __oflag, ...) 224 extern int __REDIRECT (openat, (int __fd, const char *__file, int __oflag, 227 # define openat openat64 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/ |
| H A D | fcntl.h | 220 extern int openat (int __fd, const char *__file, int __oflag, ...) 224 extern int __REDIRECT (openat, (int __fd, const char *__file, int __oflag, 227 # define openat openat64 macro
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/openat2/ |
| H A D | helpers.c | 35 int ret = openat(dfd, path, how->flags, how->mode); in sys_openat() 49 int fd = openat(dfd, path, O_CREAT, 0700); in touchat()
|
| H A D | rename_attack_test.c | 102 afd = openat(dfd, "a", O_PATH); in test_rename_attack()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/ |
| H A D | incfs_stress.c | 109 fd = openat(read_data->dir_fd, read_data->filename, in reader() 135 int fd = openat(dir_fd, name, O_RDWR | O_CLOEXEC); in write_data() 186 int cmd_file = openat(dst_dir, INCFS_PENDING_READS_FILENAME, in test_files()
|
| H A D | incfs_perf.c | 188 int fd = openat(dir_fd, name, O_RDWR | O_CLOEXEC); in write_data() 320 fd = openat(dir, name, O_RDONLY | O_CLOEXEC); in measure_read_throughput_internal() 398 fd = openat(dir, name, O_CREAT | O_WRONLY | O_CLOEXEC, 0600); in test_native_file() 520 fd = openat(dir, name, O_RDONLY | O_CLOEXEC); in load_hash_tree() 547 int cmd_file = openat(dst_dir, INCFS_PENDING_READS_FILENAME, in test_incfs_file()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/ |
| H A D | fcntl2.h | 101 int __oflag, ...), openat) 117 openat (int __fd, const char *__path, int __oflag, ...) in openat() function
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/ |
| H A D | fcntl2.h | 101 int __oflag, ...), openat) 117 openat (int __fd, const char *__path, int __oflag, ...) in openat() function
|
| /OK3568_Linux_fs/kernel/tools/perf/tests/ |
| H A D | Build | 8 perf-y += openat-syscall.o 9 perf-y += openat-syscall-all-cpus.o 10 perf-y += openat-syscall-tp-fields.o
|
| H A D | openat-syscall.c | 45 fd = openat(0, "/etc/passwd", O_RDONLY); in test__openat_syscall_event()
|
| H A D | openat-syscall-all-cpus.c | 82 fd = openat(0, "/etc/passwd", O_RDONLY); in test__openat_syscall_event_on_all_cpus()
|
| /OK3568_Linux_fs/buildroot/package/vlc/ |
| H A D | 0005-Don-t-assume-strerror_l-is-available.patch | 29 … getpwuid_r isatty lstat memalign mkostemp mmap newlocale open_memstream openat pipe2 pread posix_… 30 … getpwuid_r isatty lstat memalign mkostemp mmap newlocale open_memstream openat pipe2 pread posix_…
|
| /OK3568_Linux_fs/kernel/tools/perf/examples/bpf/ |
| H A D | hello.c | 3 int syscall_enter(openat)(void *args) in syscall_enter() argument
|
| H A D | sys_enter_openat.c | 28 int syscall_enter(openat)(struct syscall_enter_openat_args *args) in syscall_enter() argument
|
| H A D | etcsnoop.c | 64 augmented_filename_syscall_enter(openat);
|
| /OK3568_Linux_fs/kernel/tools/perf/trace/strace/groups/ |
| H A D | file | 10 openat
|
| H A D | string | 42 openat
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/screen/screen/ |
| H A D | 0001-Remove-more-compatibility-stuff.patch | 3 …28:7: warning: implicit declaration of function 'openpty'; did you mean 'openat'? [-Wimplicit-func…
|
| /OK3568_Linux_fs/kernel/tools/perf/Documentation/ |
| H A D | perf-trace.txt | 283 Trace the first 4 open, openat or open_by_handle_at syscalls (in the future more syscalls may match… 287 2272.992 ( 0.037 ms): gnome-shell/1370 openat(dfd: CWD, filename: /proc/self/stat) = 31 288 2277.481 ( 0.139 ms): gnome-shell/3039 openat(dfd: CWD, filename: /proc/self/stat) = 65 289 3026.398 ( 0.076 ms): gnome-shell/3039 openat(dfd: CWD, filename: /proc/self/stat) = 65 290 4294.665 ( 0.015 ms): sed/15879 openat(dfd: CWD, filename: /etc/ld.so.cache, flags: CLOEXEC) = 3
|
| /OK3568_Linux_fs/kernel/samples/pidfd/ |
| H A D | pidfd-metadata.c | 105 statusfd = openat(procfd, "status", O_RDONLY | O_CLOEXEC); in main()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/ntpsec/ntpsec/ |
| H A D | 0001-ntpd-ntp_sandbox.c-allow-newfstatat-on-all-archs-for.patch | 31 SCMP_SYS(openat), /* SUSE */
|