/kernel/linux/linux-5.10/lib/ |
D | compat_audit.c | 34 #ifdef __NR_open in audit_classify_compat_syscall() 35 case __NR_open: in audit_classify_compat_syscall()
|
D | audit.c | 46 #ifdef __NR_open in audit_classify_syscall() 47 case __NR_open: in audit_classify_syscall()
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
D | compat_audit.c | 32 case __NR_open: in parisc32_classify_syscall()
|
D | audit.c | 49 case __NR_open: in audit_classify_syscall()
|
/kernel/linux/linux-5.10/arch/x86/ia32/ |
D | audit.c | 33 case __NR_open: in ia32_classify_syscall()
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
D | compat_audit.c | 34 case __NR_open: in sparc32_classify_syscall()
|
D | audit.c | 50 case __NR_open: in audit_classify_syscall()
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
D | compat_audit.c | 33 case __NR_open: in ppc32_classify_syscall()
|
D | audit.c | 49 case __NR_open: in audit_classify_syscall()
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
D | compat_audit.c | 34 case __NR_open: in s390_classify_syscall()
|
D | audit.c | 49 case __NR_open: in audit_classify_syscall()
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
D | audit.c | 40 case __NR_open: in audit_classify_syscall()
|
/kernel/linux/linux-5.10/arch/alpha/kernel/ |
D | audit.c | 39 case __NR_open: in audit_classify_syscall()
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
D | audit_64.c | 49 case __NR_open: in audit_classify_syscall()
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/ |
D | unistd_64.h | 23 #define __NR_open 2 macro
|
D | unistd_32.h | 26 #define __NR_open 5 macro
|
D | unistd_x32.h | 23 #define __NR_open (__X32_SYSCALL_BIT + 2) macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/ |
D | unistd_n64.h | 23 #define __NR_open (__NR_Linux + 2) macro
|
D | unistd_n32.h | 23 #define __NR_open (__NR_Linux + 2) macro
|
D | unistd_o32.h | 26 #define __NR_open (__NR_Linux + 5) macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-arm/asm/ |
D | unistd-common.h | 13 #define __NR_open (__NR_SYSCALL_BASE + 5) macro
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
D | unistd32.h | 23 #define __NR_open 5 macro 24 __SYSCALL(__NR_open, compat_sys_open)
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-arm/asm/ |
D | unistd-common.h | 26 #define __NR_open (__NR_SYSCALL_BASE + 5) macro
|
/kernel/liteos_a/syscall/ |
D | syscall_lookup.h | 37 SYSCALL_HAND_DEF(__NR_open, SysOpen, int, ARG_NUM_7)
|
/kernel/linux/linux-5.10/tools/include/nolibc/ |
D | nolibc.h | 1625 return my_syscall3(__NR_open, path, flags, mode); in sys_open()
|