Home
last modified time | relevance | path

Searched refs:__NR_open (Results 1 – 25 of 26) sorted by relevance

12

/openbmc/linux/lib/
H A Dcompat_audit.c35 #ifdef __NR_open in audit_classify_compat_syscall()
36 case __NR_open: in audit_classify_compat_syscall()
H A Daudit.c46 #ifdef __NR_open in audit_classify_syscall()
47 case __NR_open: in audit_classify_syscall()
/openbmc/linux/arch/x86/ia32/
H A Daudit.c34 case __NR_open: in ia32_classify_syscall()
/openbmc/linux/arch/sparc/kernel/
H A Dcompat_audit.c35 case __NR_open: in sparc32_classify_syscall()
H A Daudit.c50 case __NR_open: in audit_classify_syscall()
/openbmc/linux/arch/s390/kernel/
H A Dcompat_audit.c35 case __NR_open: in s390_classify_syscall()
H A Daudit.c49 case __NR_open: in audit_classify_syscall()
/openbmc/linux/arch/powerpc/kernel/
H A Dcompat_audit.c36 case __NR_open: in ppc32_classify_syscall()
H A Daudit.c50 case __NR_open: in audit_classify_syscall()
/openbmc/linux/arch/alpha/kernel/
H A Daudit.c39 case __NR_open: in audit_classify_syscall()
/openbmc/linux/arch/ia64/kernel/
H A Daudit.c40 case __NR_open: in audit_classify_syscall()
/openbmc/linux/arch/x86/kernel/
H A Daudit_64.c49 case __NR_open: in audit_classify_syscall()
/openbmc/linux/arch/parisc/kernel/
H A Daudit.c44 case __NR_open: in audit_classify_syscall()
/openbmc/qemu/linux-headers/asm-s390/
H A Dunistd_64.h9 #define __NR_open 5 macro
H A Dunistd_32.h9 #define __NR_open 5 macro
/openbmc/qemu/linux-headers/asm-x86/
H A Dunistd_64.h6 #define __NR_open 2 macro
H A Dunistd_32.h9 #define __NR_open 5 macro
H A Dunistd_x32.h6 #define __NR_open (__X32_SYSCALL_BIT + 2) macro
/openbmc/qemu/linux-headers/asm-powerpc/
H A Dunistd_64.h9 #define __NR_open 5 macro
H A Dunistd_32.h9 #define __NR_open 5 macro
/openbmc/linux/tools/include/nolibc/
H A Dsys.h742 #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 Dunistd32.h23 #define __NR_open 5 macro
24 __SYSCALL(__NR_open, compat_sys_open)
/openbmc/qemu/linux-headers/asm-mips/
H A Dunistd_n64.h6 #define __NR_open (__NR_Linux + 2) macro
H A Dunistd_n32.h6 #define __NR_open (__NR_Linux + 2) macro
/openbmc/qemu/linux-headers/asm-arm/
H A Dunistd-common.h9 #define __NR_open (__NR_SYSCALL_BASE + 5) macro

12