/openbmc/linux/tools/testing/selftests/openat2/ |
H A D | helpers.h | 21 #ifndef __NR_openat2 22 #define __NR_openat2 437 macro 24 #define SYS_openat2 __NR_openat2
|
H A D | helpers.c | 24 int ret = syscall(__NR_openat2, dfd, path, how, size); in raw_openat2()
|
/openbmc/linux/lib/ |
H A D | compat_audit.c | 49 #ifdef __NR_openat2 in audit_classify_compat_syscall() 50 case __NR_openat2: in audit_classify_compat_syscall()
|
H A D | audit.c | 63 #ifdef __NR_openat2 in audit_classify_syscall() 64 case __NR_openat2: in audit_classify_syscall()
|
/openbmc/linux/arch/x86/ia32/ |
H A D | audit.c | 43 case __NR_openat2: in ia32_classify_syscall()
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | compat_audit.c | 43 case __NR_openat2: in sparc32_classify_syscall()
|
H A D | audit.c | 58 case __NR_openat2: in audit_classify_syscall()
|
/openbmc/linux/arch/s390/kernel/ |
H A D | compat_audit.c | 43 case __NR_openat2: in s390_classify_syscall()
|
H A D | audit.c | 57 case __NR_openat2: in audit_classify_syscall()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | compat_audit.c | 44 case __NR_openat2: in ppc32_classify_syscall()
|
H A D | audit.c | 58 case __NR_openat2: in audit_classify_syscall()
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | audit.c | 45 case __NR_openat2: in audit_classify_syscall()
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | audit.c | 46 case __NR_openat2: in audit_classify_syscall()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | audit_64.c | 56 case __NR_openat2: in audit_classify_syscall()
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | audit.c | 50 case __NR_openat2: in audit_classify_syscall()
|
/openbmc/qemu/linux-headers/asm-riscv/ |
H A D | unistd_32.h | 287 #define __NR_openat2 437 macro
|
H A D | unistd_64.h | 297 #define __NR_openat2 437 macro
|
/openbmc/qemu/linux-headers/asm-arm64/ |
H A D | unistd_64.h | 296 #define __NR_openat2 437 macro
|
/openbmc/qemu/linux-headers/asm-loongarch/ |
H A D | unistd_64.h | 293 #define __NR_openat2 437 macro
|
/openbmc/qemu/linux-headers/asm-s390/ |
H A D | unistd_64.h | 360 #define __NR_openat2 437 macro
|
H A D | unistd_32.h | 412 #define __NR_openat2 437 macro
|
/openbmc/qemu/linux-headers/asm-x86/ |
H A D | unistd_64.h | 353 #define __NR_openat2 437 macro
|
H A D | unistd_32.h | 430 #define __NR_openat2 437 macro
|
/openbmc/qemu/linux-headers/asm-powerpc/ |
H A D | unistd_64.h | 394 #define __NR_openat2 437 macro
|
H A D | unistd_32.h | 422 #define __NR_openat2 437 macro
|