/openbmc/linux/lib/ |
H A D | compat_audit.c | 35 #ifdef __NR_open in audit_classify_compat_syscall() 36 case __NR_open: in audit_classify_compat_syscall()
|
H A D | audit.c | 46 #ifdef __NR_open in audit_classify_syscall() 47 case __NR_open: in audit_classify_syscall()
|
/openbmc/linux/arch/x86/ia32/ |
H A D | audit.c | 34 case __NR_open: in ia32_classify_syscall()
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | compat_audit.c | 35 case __NR_open: in sparc32_classify_syscall()
|
H A D | audit.c | 50 case __NR_open: in audit_classify_syscall()
|
/openbmc/linux/arch/s390/kernel/ |
H A D | compat_audit.c | 35 case __NR_open: in s390_classify_syscall()
|
H A D | audit.c | 49 case __NR_open: in audit_classify_syscall()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | compat_audit.c | 36 case __NR_open: in ppc32_classify_syscall()
|
H A D | audit.c | 50 case __NR_open: in audit_classify_syscall()
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | audit.c | 39 case __NR_open: in audit_classify_syscall()
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | audit.c | 40 case __NR_open: in audit_classify_syscall()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | audit_64.c | 49 case __NR_open: in audit_classify_syscall()
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | audit.c | 44 case __NR_open: in audit_classify_syscall()
|
/openbmc/qemu/linux-headers/asm-s390/ |
H A D | unistd_64.h | 9 #define __NR_open 5 macro
|
H A D | unistd_32.h | 9 #define __NR_open 5 macro
|
/openbmc/qemu/linux-headers/asm-x86/ |
H A D | unistd_64.h | 6 #define __NR_open 2 macro
|
H A D | unistd_32.h | 9 #define __NR_open 5 macro
|
H A D | unistd_x32.h | 6 #define __NR_open (__X32_SYSCALL_BIT + 2) macro
|
/openbmc/qemu/linux-headers/asm-powerpc/ |
H A D | unistd_64.h | 9 #define __NR_open 5 macro
|
H A D | unistd_32.h | 9 #define __NR_open 5 macro
|
/openbmc/linux/tools/include/nolibc/ |
H A D | sys.h | 742 #elif defined(__NR_open) in sys_open() 743 return my_syscall3(__NR_open, path, flags, mode); in sys_open()
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | unistd32.h | 23 #define __NR_open 5 macro 24 __SYSCALL(__NR_open, compat_sys_open)
|
/openbmc/qemu/linux-headers/asm-mips/ |
H A D | unistd_n64.h | 6 #define __NR_open (__NR_Linux + 2) macro
|
H A D | unistd_n32.h | 6 #define __NR_open (__NR_Linux + 2) macro
|
/openbmc/qemu/linux-headers/asm-arm/ |
H A D | unistd-common.h | 9 #define __NR_open (__NR_SYSCALL_BASE + 5) macro
|