blob: bcd2de7af287e8eaa5b86a925f68ad1ed99e3bf5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
|
/* $NetBSD: linux32_syscall.h,v 1.6 2006/09/01 21:19:45 matt Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.3 2006/06/25 16:15:39 manu Exp
*/
#ifndef _LINUX32_SYS_SYSCALL_H_
#define _LINUX32_SYS_SYSCALL_H_
/* syscall: "syscall" ret: "int" args: */
#define LINUX32_SYS_syscall 0
/* syscall: "exit" ret: "int" args: "int" */
#define LINUX32_SYS_exit 1
/* syscall: "fork" ret: "int" args: */
#define LINUX32_SYS_fork 2
/* syscall: "netbsd32_read" ret: "netbsd32_ssize_t" args: "int" "netbsd32_voidp" "netbsd32_size_t" */
#define LINUX32_SYS_netbsd32_read 3
/* syscall: "netbsd32_write" ret: "netbsd32_ssize_t" args: "int" "const netbsd32_voidp" "netbsd32_size_t" */
#define LINUX32_SYS_netbsd32_write 4
/* syscall: "open" ret: "int" args: "const netbsd32_charp" "int" "int" */
#define LINUX32_SYS_open 5
/* syscall: "close" ret: "int" args: "int" */
#define LINUX32_SYS_close 6
/* syscall: "waitpid" ret: "int" args: "int" "netbsd32_intp" "int" */
#define LINUX32_SYS_waitpid 7
/* syscall: "creat" ret: "int" args: "const netbsd32_charp" "int" */
#define LINUX32_SYS_creat 8
/* syscall: "link" ret: "int" args: "const netbsd32_charp" "const netbsd32_charp" */
#define LINUX32_SYS_link 9
/* syscall: "unlink" ret: "int" args: "const netbsd32_charp" */
#define LINUX32_SYS_unlink 10
/* syscall: "execve" ret: "int" args: "const netbsd32_charp" "netbsd32_charpp" "netbsd32_charpp" */
#define LINUX32_SYS_execve 11
/* syscall: "chdir" ret: "int" args: "const netbsd32_charp" */
#define LINUX32_SYS_chdir 12
/* syscall: "time" ret: "int" args: "linux32_timep_t" */
#define LINUX32_SYS_time 13
/* syscall: "mknod" ret: "int" args: "const netbsd32_charp" "int" "int" */
#define LINUX32_SYS_mknod 14
/* syscall: "chmod" ret: "int" args: "const netbsd32_charp" "int" */
#define LINUX32_SYS_chmod 15
/* syscall: "lchown16" ret: "int" args: "const netbsd32_charp" "int" "int" */
#define LINUX32_SYS_lchown16 16
/* syscall: "break" ret: "int" args: "netbsd32_charp" */
#define LINUX32_SYS_break 17
/* 18 is obsolete ostat */
/* syscall: "compat_43_netbsd32_olseek" ret: "netbsd32_long" args: "int" "netbsd32_long" "int" */
#define LINUX32_SYS_compat_43_netbsd32_olseek 19
/* syscall: "getpid" ret: "pid_t" args: */
#define LINUX32_SYS_getpid 20
/* syscall: "linux_setuid16" ret: "int" args: "uid_t" */
#define LINUX32_SYS_linux_setuid16 23
/* syscall: "linux_getuid16" ret: "uid_t" args: */
#define LINUX32_SYS_linux_getuid16 24
/* syscall: "stime" ret: "int" args: "linux32_timep_t" */
#define LINUX32_SYS_stime 25
/* syscall: "alarm" ret: "int" args: "unsigned int" */
#define LINUX32_SYS_alarm 27
/* 28 is obsolete ofstat */
/* syscall: "pause" ret: "int" args: */
#define LINUX32_SYS_pause 29
/* syscall: "utime" ret: "int" args: "const netbsd32_charp" "linux32_utimbufp_t" */
#define LINUX32_SYS_utime 30
/* 31 is obsolete stty */
/* 32 is obsolete gtty */
/* syscall: "access" ret: "int" args: "const netbsd32_charp" "int" */
#define LINUX32_SYS_access 33
/* syscall: "nice" ret: "int" args: "int" */
#define LINUX32_SYS_nice 34
/* 35 is obsolete ftime */
/* syscall: "sync" ret: "int" args: */
#define LINUX32_SYS_sync 36
/* syscall: "kill" ret: "int" args: "int" "int" */
#define LINUX32_SYS_kill 37
/* syscall: "rename" ret: "int" args: "const netbsd32_charp" "const netbsd32_charp" */
#define LINUX32_SYS_rename 38
/* syscall: "mkdir" ret: "int" args: "const netbsd32_charp" "int" */
#define LINUX32_SYS_mkdir 39
/* syscall: "rmdir" ret: "int" args: "const netbsd32_charp" */
#define LINUX32_SYS_rmdir 40
/* syscall: "netbsd32_dup" ret: "int" args: "u_int" */
#define LINUX32_SYS_netbsd32_dup 41
/* syscall: "pipe" ret: "int" args: "netbsd32_intp" */
#define LINUX32_SYS_pipe 42
/* syscall: "times" ret: "int" args: "linux32_tmsp_t" */
#define LINUX32_SYS_times 43
/* 44 is obsolete prof */
/* syscall: "brk" ret: "int" args: "netbsd32_charp" */
#define LINUX32_SYS_brk 45
/* syscall: "linux_setgid16" ret: "int" args: "gid_t" */
#define LINUX32_SYS_linux_setgid16 46
/* syscall: "linux_getgid16" ret: "gid_t" args: */
#define LINUX32_SYS_linux_getgid16 47
/* syscall: "signal" ret: "int" args: "int" "linux32_handler_t" */
#define LINUX32_SYS_signal 48
/* syscall: "linux_geteuid16" ret: "uid_t" args: */
#define LINUX32_SYS_linux_geteuid16 49
/* syscall: "linux_getegid16" ret: "gid_t" args: */
#define LINUX32_SYS_linux_getegid16 50
/* syscall: "acct" ret: "int" args: "netbsd32_charp" */
#define LINUX32_SYS_acct 51
/* 52 is obsolete phys */
/* 53 is obsolete lock */
/* syscall: "ioctl" ret: "int" args: "int" "netbsd32_u_long" "netbsd32_charp" */
#define LINUX32_SYS_ioctl 54
/* syscall: "fcntl" ret: "int" args: "int" "int" "netbsd32_voidp" */
#define LINUX32_SYS_fcntl 55
/* 56 is obsolete mpx */
/* syscall: "setpgid" ret: "int" args: "int" "int" */
#define LINUX32_SYS_setpgid 57
/* 58 is obsolete ulimit */
/* syscall: "oldolduname" ret: "int" args: "linux32_oldold_utsnamep_t" */
#define LINUX32_SYS_oldolduname 59
/* syscall: "umask" ret: "int" args: "int" */
#define LINUX32_SYS_umask 60
/* syscall: "chroot" ret: "int" args: "netbsd32_charp" */
#define LINUX32_SYS_chroot 61
/* syscall: "netbsd32_dup2" ret: "int" args: "u_int" "u_int" */
#define LINUX32_SYS_netbsd32_dup2 63
/* syscall: "getppid" ret: "pid_t" args: */
#define LINUX32_SYS_getppid 64
/* syscall: "getpgrp" ret: "int" args: */
#define LINUX32_SYS_getpgrp 65
/* syscall: "setsid" ret: "int" args: */
#define LINUX32_SYS_setsid 66
/* syscall: "setreuid16" ret: "int" args: "int" "int" */
#define LINUX32_SYS_setreuid16 70
/* syscall: "setregid16" ret: "int" args: "int" "int" */
#define LINUX32_SYS_setregid16 71
/* syscall: "compat_43_netbsd32_osethostname" ret: "int" args: "netbsd32_charp" "u_int" */
#define LINUX32_SYS_compat_43_netbsd32_osethostname 74
/* syscall: "setrlimit" ret: "int" args: "u_int" "netbsd32_orlimitp_t" */
#define LINUX32_SYS_setrlimit 75
/* syscall: "getrlimit" ret: "int" args: "u_int" "netbsd32_orlimitp_t" */
#define LINUX32_SYS_getrlimit 76
/* syscall: "getrusage" ret: "int" args: "int" "netbsd32_rusagep_t" */
#define LINUX32_SYS_getrusage 77
/* syscall: "gettimeofday" ret: "int" args: "netbsd32_timevalp_t" "netbsd32_timezonep_t" */
#define LINUX32_SYS_gettimeofday 78
/* syscall: "settimeofday" ret: "int" args: "netbsd32_timevalp_t" "netbsd32_timezonep_t" */
#define LINUX32_SYS_settimeofday 79
/* syscall: "getgroups16" ret: "int" args: "int" "linux32_gidp_t" */
#define LINUX32_SYS_getgroups16 80
/* syscall: "setgroups16" ret: "int" args: "int" "linux32_gidp_t" */
#define LINUX32_SYS_setgroups16 81
/* syscall: "oldselect" ret: "int" args: "linux32_oldselectp_t" */
#define LINUX32_SYS_oldselect 82
/* syscall: "symlink" ret: "int" args: "netbsd32_charp" "const netbsd32_charp" */
#define LINUX32_SYS_symlink 83
/* syscall: "lstat" ret: "int" args: "const netbsd32_charp" "netbsd32_stat43p_t" */
#define LINUX32_SYS_lstat 84
/* syscall: "readlink" ret: "int" args: "const netbsd32_charp" "netbsd32_charp" "int" */
#define LINUX32_SYS_readlink 85
/* syscall: "swapon" ret: "int" args: "netbsd32_charp" */
#define LINUX32_SYS_swapon 87
/* syscall: "reboot" ret: "int" args: "int" "int" "int" "netbsd32_voidp" */
#define LINUX32_SYS_reboot 88
/* syscall: "old_mmap" ret: "int" args: "linux32_oldmmapp" */
#define LINUX32_SYS_old_mmap 90
/* syscall: "munmap" ret: "int" args: "netbsd32_caddr_t" "int" */
#define LINUX32_SYS_munmap 91
/* syscall: "truncate" ret: "int" args: "const netbsd32_charp" "netbsd32_long" */
#define LINUX32_SYS_truncate 92
/* syscall: "ftruncate" ret: "int" args: "int" "long" */
#define LINUX32_SYS_ftruncate 93
/* syscall: "fchmod" ret: "int" args: "int" "int" */
#define LINUX32_SYS_fchmod 94
/* syscall: "fchown16" ret: "int" args: "int" "int" "int" */
#define LINUX32_SYS_fchown16 95
/* syscall: "getpriority" ret: "int" args: "int" "int" */
#define LINUX32_SYS_getpriority 96
/* syscall: "setpriority" ret: "int" args: "int" "int" "int" */
#define LINUX32_SYS_setpriority 97
/* syscall: "socketcall" ret: "int" args: "int" "netbsd32_voidp" */
#define LINUX32_SYS_socketcall 102
/* syscall: "setitimer" ret: "int" args: "u_int" "netbsd32_itimervalp_t" "netbsd32_itimervalp_t" */
#define LINUX32_SYS_setitimer 104
/* syscall: "getitimer" ret: "int" args: "u_int" "netbsd32_itimervalp_t" */
#define LINUX32_SYS_getitimer 105
/* syscall: "wait4" ret: "int" args: "int" "netbsd32_intp" "int" "netbsd32_rusagep_t" */
#define LINUX32_SYS_wait4 114
/* syscall: "swapoff" ret: "int" args: "const netbsd32_charp" */
#define LINUX32_SYS_swapoff 115
/* syscall: "fsync" ret: "int" args: "int" */
#define LINUX32_SYS_fsync 118
/* syscall: "sigreturn" ret: "int" args: "linux32_sigcontextp_t" */
#define LINUX32_SYS_sigreturn 119
/* syscall: "clone" ret: "int" args: "int" "netbsd32_voidp" */
#define LINUX32_SYS_clone 120
/* syscall: "uname" ret: "int" args: "linux32_utsnamep" */
#define LINUX32_SYS_uname 122
/* syscall: "mprotect" ret: "int" args: "netbsd32_voidp" "netbsd32_size_t" "int" */
#define LINUX32_SYS_mprotect 125
/* syscall: "fchdir" ret: "int" args: "int" */
#define LINUX32_SYS_fchdir 133
/* syscall: "llseek" ret: "int" args: "int" "u_int32_t" "u_int32_t" "netbsd32_caddr_t" "int" */
#define LINUX32_SYS_llseek 140
/* syscall: "getdents" ret: "int" args: "int" "linux32_direntp_t" "unsigned int" */
#define LINUX32_SYS_getdents 141
/* syscall: "select" ret: "int" args: "int" "netbsd32_fd_setp_t" "netbsd32_fd_setp_t" "netbsd32_fd_setp_t" "netbsd32_timevalp_t" */
#define LINUX32_SYS_select 142
/* syscall: "flock" ret: "int" args: "int" "int" */
#define LINUX32_SYS_flock 143
/* syscall: "readv" ret: "int" args: "int" "const netbsd32_iovecp_t" "u_int" */
#define LINUX32_SYS_readv 145
/* syscall: "writev" ret: "netbsd32_ssize_t" args: "int" "const netbsd32_iovecp_t" "int" */
#define LINUX32_SYS_writev 146
/* syscall: "getsid" ret: "pid_t" args: "pid_t" */
#define LINUX32_SYS_getsid 147
/* syscall: "__sysctl" ret: "int" args: "linux32___sysctlp_t" */
#define LINUX32_SYS___sysctl 149
/* syscall: "mlockall" ret: "int" args: "int" */
#define LINUX32_SYS_mlockall 152
/* syscall: "munlockall" ret: "int" args: */
#define LINUX32_SYS_munlockall 153
/* syscall: "sched_setscheduler" ret: "int" args: "pid_t" "int" "const linux32_sched_paramp_t" */
#define LINUX32_SYS_sched_setscheduler 156
/* syscall: "nanosleep" ret: "int" args: "const netbsd32_timespecp_t rqtp netbsd32_timespecp_t" */
#define LINUX32_SYS_nanosleep 162
/* syscall: "setresuid16" ret: "int" args: "uid_t" "uid_t" "uid_t" */
#define LINUX32_SYS_setresuid16 164
/* syscall: "poll" ret: "int" args: "struct pollfd *" "u_int" "int" */
#define LINUX32_SYS_poll 168
/* syscall: "setresgid16" ret: "int" args: "gid_t" "gid_t" "gid_t" */
#define LINUX32_SYS_setresgid16 170
/* syscall: "rt_sigreturn" ret: "int" args: "linux32_ucontextp_t" */
#define LINUX32_SYS_rt_sigreturn 173
/* syscall: "rt_sigaction" ret: "int" args: "int" "const linux32_sigactionp_t" "linux32_sigactionp_t" "netbsd32_size_t" */
#define LINUX32_SYS_rt_sigaction 174
/* syscall: "rt_sigprocmask" ret: "int" args: "int" "const linux32_sigsetp_t" "linux32_sigsetp_t" "netbsd32_size_t" */
#define LINUX32_SYS_rt_sigprocmask 175
/* syscall: "rt_sigsuspend" ret: "int" args: "linux32_sigsetp_t" "netbsd32_size_t" */
#define LINUX32_SYS_rt_sigsuspend 179
/* syscall: "netbsd32___getcwd" ret: "int" args: "netbsd32_charp" "netbsd32_size_t" */
#define LINUX32_SYS_netbsd32___getcwd 183
/* syscall: "__vfork14" ret: "int" args: */
#define LINUX32_SYS___vfork14 190
/* syscall: "ugetrlimit" ret: "int" args: "int" "netbsd32_orlimitp_t" */
#define LINUX32_SYS_ugetrlimit 191
/* syscall: "stat64" ret: "int" args: "const netbsd32_charp" "linux32_stat64p" */
#define LINUX32_SYS_stat64 195
/* syscall: "lstat64" ret: "int" args: "const netbsd32_charp" "linux32_stat64p" */
#define LINUX32_SYS_lstat64 196
/* syscall: "fstat64" ret: "int" args: "int" "linux32_stat64p" */
#define LINUX32_SYS_fstat64 197
/* syscall: "getuid" ret: "uid_t" args: */
#define LINUX32_SYS_getuid 199
/* syscall: "getgid" ret: "gid_t" args: */
#define LINUX32_SYS_getgid 200
/* syscall: "geteuid" ret: "uid_t" args: */
#define LINUX32_SYS_geteuid 201
/* syscall: "getegid" ret: "gid_t" args: */
#define LINUX32_SYS_getegid 202
/* syscall: "setreuid" ret: "int" args: "uid_t" "uid_t" */
#define LINUX32_SYS_setreuid 203
/* syscall: "setregid" ret: "int" args: "gid_t" "gid_t" */
#define LINUX32_SYS_setregid 204
/* syscall: "netbsd32_getgroups" ret: "int" args: "int" "netbsd32_gid_tp" */
#define LINUX32_SYS_netbsd32_getgroups 205
/* syscall: "netbsd32_setgroups" ret: "int" args: "int" "netbsd32_gid_tp" */
#define LINUX32_SYS_netbsd32_setgroups 206
/* syscall: "__posix_fchown" ret: "int" args: "int" "uid_t" "gid_t" */
#define LINUX32_SYS___posix_fchown 207
/* syscall: "setresuid" ret: "int" args: "uid_t" "uid_t" "uid_t" */
#define LINUX32_SYS_setresuid 208
/* syscall: "setresgid" ret: "int" args: "gid_t" "gid_t" "gid_t" */
#define LINUX32_SYS_setresgid 210
/* syscall: "setuid" ret: "int" args: "uid_t" */
#define LINUX32_SYS_setuid 213
/* syscall: "setgid" ret: "int" args: "gid_t" */
#define LINUX32_SYS_setgid 214
/* syscall: "getdents64" ret: "int" args: "int" "linux32_dirent64p_t" "unsigned int" */
#define LINUX32_SYS_getdents64 220
/* syscall: "fcntl64" ret: "int" args: "int" "int" "netbsd32_voidp" */
#define LINUX32_SYS_fcntl64 221
/* syscall: "gettid" ret: "pid_t" args: */
#define LINUX32_SYS_gettid 224
/* syscall: "exit_group" ret: "int" args: "int" */
#define LINUX32_SYS_exit_group 252
#define LINUX32_SYS_MAXSYSCALL 284
#define LINUX32_SYS_NSYSENT 512
#endif /* _LINUX32_SYS_SYSCALL_H_ */
|