Searched refs:__NR_chdir (Results 1 – 16 of 16) sorted by relevance
48 __NR_chdir, in TEST()
101 #define __NR_chdir 80 macro
33 #define __NR_chdir 12 macro
90 #define __NR_chdir (__X32_SYSCALL_BIT + 80) macro
88 #define __NR_chdir 49 macro
126 #define __NR_chdir 49 macro127 __SYSCALL(__NR_chdir, sys_chdir)
169 #define __NR_chdir 49 macro170 __SYSCALL(__NR_chdir, sys_chdir)
99 #define __NR_chdir (__NR_Linux + 78) macro
33 #define __NR_chdir (__NR_Linux + 12) macro
19 #define __NR_chdir (__NR_SYSCALL_BASE + 12) macro
37 #define __NR_chdir 12 macro38 __SYSCALL(__NR_chdir, sys_chdir)
32 #define __NR_chdir (__NR_SYSCALL_BASE + 12) macro
51 SYSCALL_HAND_DEF(__NR_chdir, SysChdir, int, ARG_NUM_1)
1475 return my_syscall1(__NR_chdir, path); in sys_chdir()