Lines Matching full:common
24 #define __NR_exit 1 /* Common */
25 #define __NR_fork 2 /* Common */
26 #define __NR_read 3 /* Common */
27 #define __NR_write 4 /* Common */
28 #define __NR_open 5 /* Common */
29 #define __NR_close 6 /* Common */
30 #define __NR_wait4 7 /* Common */
31 #define __NR_creat 8 /* Common */
32 #define __NR_link 9 /* Common */
33 #define __NR_unlink 10 /* Common */
35 #define __NR_chdir 12 /* Common */
36 #define __NR_chown 13 /* Common */
37 #define __NR_mknod 14 /* Common */
38 #define __NR_chmod 15 /* Common */
39 #define __NR_lchown 16 /* Common */
40 #define __NR_brk 17 /* Common */
42 #define __NR_lseek 19 /* Common */
43 #define __NR_getpid 20 /* Common */
47 #define __NR_getuid 24 /* Common */
49 #define __NR_ptrace 26 /* Common */
51 #define __NR_sigaltstack 28 /* Common */
58 #define __NR_access 33 /* Common */
63 #define __NR_sync 36 /* Common */
64 #define __NR_kill 37 /* Common */
65 #define __NR_stat 38 /* Common */
67 #define __NR_lstat 40 /* Common */
68 #define __NR_dup 41 /* Common */
69 #define __NR_pipe 42 /* Common */
76 #define __NR_getgid 47 /* Common */
80 #define __NR_acct 51 /* Common */
86 #define __NR_ioctl 54 /* Common */
87 #define __NR_reboot 55 /* Common */
91 #define __NR_symlink 57 /* Common */
92 #define __NR_readlink 58 /* Common */
93 #define __NR_execve 59 /* Common */
94 #define __NR_umask 60 /* Common */
95 #define __NR_chroot 61 /* Common */
96 #define __NR_fstat 62 /* Common */
98 #define __NR_getpagesize 64 /* Common */
99 #define __NR_msync 65 /* Common in newer 1.3.x revs... */
100 #define __NR_vfork 66 /* Common */
107 #define __NR_mmap 71 /* Common */
111 #define __NR_munmap 73 /* Common */
112 #define __NR_mprotect 74 /* Common */
113 #define __NR_madvise 75 /* Common */
114 #define __NR_vhangup 76 /* Common */
118 #define __NR_mincore 78 /* Common */
119 #define __NR_getgroups 79 /* Common */
120 #define __NR_setgroups 80 /* Common */
121 #define __NR_getpgrp 81 /* Common */
125 #define __NR_setitimer 83 /* Common */
129 #define __NR_swapon 85 /* Common */
130 #define __NR_getitimer 86 /* Common */
134 #define __NR_sethostname 88 /* Common */
138 #define __NR_dup2 90 /* Common */
142 #define __NR_fcntl 92 /* Common */
143 #define __NR_select 93 /* Common */
147 #define __NR_fsync 95 /* Common */
148 #define __NR_setpriority 96 /* Common */
149 #define __NR_socket 97 /* Common */
150 #define __NR_connect 98 /* Common */
151 #define __NR_accept 99 /* Common */
152 #define __NR_getpriority 100 /* Common */
172 #define __NR_recvmsg 113 /* Common */
173 #define __NR_sendmsg 114 /* Common */
177 #define __NR_gettimeofday 116 /* Common */
178 #define __NR_getrusage 117 /* Common */
179 #define __NR_getsockopt 118 /* Common */
181 #define __NR_readv 120 /* Common */
182 #define __NR_writev 121 /* Common */
183 #define __NR_settimeofday 122 /* Common */
184 #define __NR_fchown 123 /* Common */
185 #define __NR_fchmod 124 /* Common */
186 #define __NR_recvfrom 125 /* Common */
187 #define __NR_setreuid 126 /* Common */
188 #define __NR_setregid 127 /* Common */
189 #define __NR_rename 128 /* Common */
190 #define __NR_truncate 129 /* Common */
191 #define __NR_ftruncate 130 /* Common */
192 #define __NR_flock 131 /* Common */
194 #define __NR_sendto 133 /* Common */
195 #define __NR_shutdown 134 /* Common */
196 #define __NR_socketpair 135 /* Common */
197 #define __NR_mkdir 136 /* Common */
198 #define __NR_rmdir 137 /* Common */
202 #define __NR_getpeername 141 /* Common */
205 #define __NR_getrlimit 144 /* Common */
206 #define __NR_setrlimit 145 /* Common */
211 #define __NR_getsockname 150 /* Common */
214 #define __NR_poll 153 /* Common */
220 #define __NR_statfs 157 /* Common */
221 #define __NR_fstatfs 158 /* Common */
222 #define __NR_umount 159 /* Common */
226 #define __NR_setdomainname 163 /* Common */
230 #define __NR_quotactl 165 /* Common */
232 #define __NR_mount 167 /* Common */
233 #define __NR_ustat 168 /* Common */
239 #define __NR_getdents 174 /* Common */
240 #define __NR_setsid 175 /* Common */
241 #define __NR_fchdir 176 /* Common */
248 #define __NR_sigpending 183 /* Common */
250 #define __NR_setpgid 185 /* Common */