/openbmc/linux/lib/ |
H A D | compat_audit.c | 39 #ifdef __NR_openat in audit_classify_compat_syscall() 40 case __NR_openat: in audit_classify_compat_syscall()
|
H A D | audit.c | 50 #ifdef __NR_openat in audit_classify_syscall() 51 case __NR_openat: in audit_classify_syscall()
|
/openbmc/linux/arch/x86/ia32/ |
H A D | audit.c | 36 case __NR_openat: in ia32_classify_syscall()
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | compat_audit.c | 37 case __NR_openat: in sparc32_classify_syscall()
|
H A D | audit.c | 52 case __NR_openat: in audit_classify_syscall()
|
/openbmc/linux/arch/s390/kernel/ |
H A D | compat_audit.c | 37 case __NR_openat: in s390_classify_syscall()
|
H A D | audit.c | 51 case __NR_openat: in audit_classify_syscall()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | compat_audit.c | 38 case __NR_openat: in ppc32_classify_syscall()
|
H A D | audit.c | 52 case __NR_openat: in audit_classify_syscall()
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | audit.c | 41 case __NR_openat: in audit_classify_syscall()
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | audit.c | 42 case __NR_openat: in audit_classify_syscall()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | audit_64.c | 51 case __NR_openat: in audit_classify_syscall()
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | audit.c | 46 case __NR_openat: in audit_classify_syscall()
|
/openbmc/qemu/linux-headers/asm-riscv/ |
H A D | unistd_32.h | 58 #define __NR_openat 56 macro
|
H A D | unistd_64.h | 59 #define __NR_openat 56 macro
|
/openbmc/qemu/linux-headers/asm-arm64/ |
H A D | unistd_64.h | 60 #define __NR_openat 56 macro
|
/openbmc/qemu/linux-headers/asm-loongarch/ |
H A D | unistd_64.h | 59 #define __NR_openat 56 macro
|
/openbmc/qemu/linux-headers/asm-s390/ |
H A D | unistd_64.h | 237 #define __NR_openat 288 macro
|
H A D | unistd_32.h | 270 #define __NR_openat 288 macro
|
/openbmc/qemu/linux-headers/asm-x86/ |
H A D | unistd_64.h | 261 #define __NR_openat 257 macro
|
H A D | unistd_32.h | 295 #define __NR_openat 295 macro
|
/openbmc/qemu/linux-headers/asm-powerpc/ |
H A D | unistd_64.h | 279 #define __NR_openat 286 macro
|
H A D | unistd_32.h | 288 #define __NR_openat 286 macro
|
/openbmc/linux/tools/include/nolibc/ |
H A D | sys.h | 740 #ifdef __NR_openat in sys_open() 741 return my_syscall4(__NR_openat, AT_FDCWD, path, flags, mode); in sys_open()
|
/openbmc/qemu/linux-headers/asm-generic/ |
H A D | unistd.h | 158 #define __NR_openat 56 macro 159 __SYSCALL(__NR_openat, sys_openat)
|