Searched refs:__NR_openat (Results 1 – 19 of 19) sorted by relevance
/linux-6.1.9/lib/ |
D | compat_audit.c | 39 #ifdef __NR_openat in audit_classify_compat_syscall() 40 case __NR_openat: in audit_classify_compat_syscall()
|
D | audit.c | 50 #ifdef __NR_openat in audit_classify_syscall() 51 case __NR_openat: in audit_classify_syscall()
|
/linux-6.1.9/arch/parisc/kernel/ |
D | compat_audit.c | 35 case __NR_openat: in parisc32_classify_syscall()
|
D | audit.c | 51 case __NR_openat: in audit_classify_syscall()
|
/linux-6.1.9/arch/sparc/kernel/ |
D | compat_audit.c | 37 case __NR_openat: in sparc32_classify_syscall()
|
D | audit.c | 52 case __NR_openat: in audit_classify_syscall()
|
/linux-6.1.9/arch/x86/ia32/ |
D | audit.c | 36 case __NR_openat: in ia32_classify_syscall()
|
/linux-6.1.9/arch/s390/kernel/ |
D | compat_audit.c | 37 case __NR_openat: in s390_classify_syscall()
|
D | audit.c | 51 case __NR_openat: in audit_classify_syscall()
|
/linux-6.1.9/arch/powerpc/kernel/ |
D | compat_audit.c | 36 case __NR_openat: in ppc32_classify_syscall()
|
D | audit.c | 51 case __NR_openat: in audit_classify_syscall()
|
/linux-6.1.9/arch/alpha/kernel/ |
D | audit.c | 41 case __NR_openat: in audit_classify_syscall()
|
/linux-6.1.9/arch/ia64/kernel/ |
D | audit.c | 42 case __NR_openat: in audit_classify_syscall()
|
/linux-6.1.9/arch/x86/kernel/ |
D | audit_64.c | 51 case __NR_openat: in audit_classify_syscall()
|
/linux-6.1.9/tools/include/nolibc/ |
D | sys.h | 775 #ifdef __NR_openat in sys_open() 776 return my_syscall4(__NR_openat, AT_FDCWD, path, flags, mode); in sys_open() 780 #error Neither __NR_openat nor __NR_open defined, cannot implement sys_open() in sys_open()
|
/linux-6.1.9/tools/include/uapi/asm-generic/ |
D | unistd.h | 183 #define __NR_openat 56 macro 184 __SYSCALL(__NR_openat, sys_openat)
|
/linux-6.1.9/include/uapi/asm-generic/ |
D | unistd.h | 183 #define __NR_openat 56 macro 184 __SYSCALL(__NR_openat, sys_openat)
|
/linux-6.1.9/arch/arm64/include/asm/ |
D | unistd32.h | 657 #define __NR_openat 322 macro 658 __SYSCALL(__NR_openat, compat_sys_openat)
|
/linux-6.1.9/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 2004 EXPECT_EQ(__NR_openat, get_syscall(_metadata, tracee)); in tracer_seccomp() 2083 case __NR_openat: in tracer_ptrace() 2122 BPF_JUMP(BPF_JMP|BPF_JEQ|BPF_K, __NR_openat, 0, 1), in FIXTURE_SETUP() 2208 EXPECT_SYSCALL_RETURN(-ESRCH, syscall(__NR_openat)); in TEST_F()
|