Searched refs:__NR_stat (Results 1 – 9 of 9) sorted by relevance
225 #define __NR_stat 106 macro226 __SYSCALL(__NR_stat, compat_sys_newstat)
82 #define __NR_stat (__NR_SYSCALL_BASE + 106) macro
2198 #ifdef __NR_stat2199 # define SYS_stat __NR_stat
770 #define __NR_stat __NR3264_stat macro
893 #define __NR_stat __NR3264_stat macro
891 #define __NR_stat __NR3264_stat macro
1707 ret = my_syscall2(__NR_stat, path, &stat); in sys_stat()