Searched refs:__NR_stat (Results 1 – 15 of 15) sorted by relevance
25 #define __NR_stat 4 macro
127 #define __NR_stat 106 macro
25 #define __NR_stat (__X32_SYSCALL_BIT + 4) macro
421 #define __NR_stat __NR3264_stat macro
25 #define __NR_stat (__NR_Linux + 4) macro
127 #define __NR_stat (__NR_Linux + 106) macro
86 #define __NR_stat (__NR_SYSCALL_BASE + 106) macro
225 #define __NR_stat 106 macro226 __SYSCALL(__NR_stat, compat_sys_newstat)
99 #define __NR_stat (__NR_SYSCALL_BASE + 106) macro
79 SYSCALL_HAND_DEF(__NR_stat, SysStat, int, ARG_NUM_2)
624 #define __NR_stat __NR3264_stat macro
891 #define __NR_stat __NR3264_stat macro
1707 ret = my_syscall2(__NR_stat, path, &stat); in sys_stat()