Add qemu 2.4.0
[kvmfornfv.git] / qemu / bsd-user / freebsd / syscall_nr.h
1 /*
2  * System call numbers.
3  *
4  * created from FreeBSD: releng/9.1/sys/kern/syscalls.master 229723
5  * 2012-01-06 19:29:16Z jhb
6  */
7
8 #define TARGET_FREEBSD_NR_syscall   0
9 #define TARGET_FREEBSD_NR_exit  1
10 #define TARGET_FREEBSD_NR_fork  2
11 #define TARGET_FREEBSD_NR_read  3
12 #define TARGET_FREEBSD_NR_write 4
13 #define TARGET_FREEBSD_NR_open  5
14 #define TARGET_FREEBSD_NR_close 6
15 #define TARGET_FREEBSD_NR_wait4 7
16                 /* 8 is old creat */
17 #define TARGET_FREEBSD_NR_link  9
18 #define TARGET_FREEBSD_NR_unlink    10
19                 /* 11 is obsolete execv */
20 #define TARGET_FREEBSD_NR_chdir 12
21 #define TARGET_FREEBSD_NR_fchdir    13
22 #define TARGET_FREEBSD_NR_mknod 14
23 #define TARGET_FREEBSD_NR_chmod 15
24 #define TARGET_FREEBSD_NR_chown 16
25 #define TARGET_FREEBSD_NR_break 17
26 #define TARGET_FREEBSD_NR_freebsd4_getfsstat    18
27                 /* 19 is old lseek */
28 #define TARGET_FREEBSD_NR_getpid    20
29 #define TARGET_FREEBSD_NR_mount 21
30 #define TARGET_FREEBSD_NR_unmount   22
31 #define TARGET_FREEBSD_NR_setuid    23
32 #define TARGET_FREEBSD_NR_getuid    24
33 #define TARGET_FREEBSD_NR_geteuid   25
34 #define TARGET_FREEBSD_NR_ptrace    26
35 #define TARGET_FREEBSD_NR_recvmsg   27
36 #define TARGET_FREEBSD_NR_sendmsg   28
37 #define TARGET_FREEBSD_NR_recvfrom  29
38 #define TARGET_FREEBSD_NR_accept    30
39 #define TARGET_FREEBSD_NR_getpeername   31
40 #define TARGET_FREEBSD_NR_getsockname   32
41 #define TARGET_FREEBSD_NR_access    33
42 #define TARGET_FREEBSD_NR_chflags   34
43 #define TARGET_FREEBSD_NR_fchflags  35
44 #define TARGET_FREEBSD_NR_sync  36
45 #define TARGET_FREEBSD_NR_kill  37
46                 /* 38 is old stat */
47 #define TARGET_FREEBSD_NR_getppid   39
48                 /* 40 is old lstat */
49 #define TARGET_FREEBSD_NR_dup   41
50 #define TARGET_FREEBSD_NR_pipe  42
51 #define TARGET_FREEBSD_NR_getegid   43
52 #define TARGET_FREEBSD_NR_profil    44
53 #define TARGET_FREEBSD_NR_ktrace    45
54                 /* 46 is old sigaction */
55 #define TARGET_FREEBSD_NR_getgid    47
56                 /* 48 is old sigprocmask */
57 #define TARGET_FREEBSD_NR_getlogin  49
58 #define TARGET_FREEBSD_NR_setlogin  50
59 #define TARGET_FREEBSD_NR_acct  51
60                 /* 52 is old sigpending */
61 #define TARGET_FREEBSD_NR_sigaltstack   53
62 #define TARGET_FREEBSD_NR_ioctl 54
63 #define TARGET_FREEBSD_NR_reboot    55
64 #define TARGET_FREEBSD_NR_revoke    56
65 #define TARGET_FREEBSD_NR_symlink   57
66 #define TARGET_FREEBSD_NR_readlink  58
67 #define TARGET_FREEBSD_NR_execve    59
68 #define TARGET_FREEBSD_NR_umask 60
69 #define TARGET_FREEBSD_NR_chroot    61
70                 /* 62 is old fstat */
71                 /* 63 is old getkerninfo */
72                 /* 64 is old getpagesize */
73 #define TARGET_FREEBSD_NR_msync 65
74 #define TARGET_FREEBSD_NR_vfork 66
75                 /* 67 is obsolete vread */
76                 /* 68 is obsolete vwrite */
77 #define TARGET_FREEBSD_NR_sbrk  69
78 #define TARGET_FREEBSD_NR_sstk  70
79                 /* 71 is old mmap */
80 #define TARGET_FREEBSD_NR_vadvise   72
81 #define TARGET_FREEBSD_NR_munmap    73
82 #define TARGET_FREEBSD_NR_mprotect  74
83 #define TARGET_FREEBSD_NR_madvise   75
84                 /* 76 is obsolete vhangup */
85                 /* 77 is obsolete vlimit */
86 #define TARGET_FREEBSD_NR_mincore   78
87 #define TARGET_FREEBSD_NR_getgroups 79
88 #define TARGET_FREEBSD_NR_setgroups 80
89 #define TARGET_FREEBSD_NR_getpgrp   81
90 #define TARGET_FREEBSD_NR_setpgid   82
91 #define TARGET_FREEBSD_NR_setitimer 83
92                 /* 84 is old wait */
93 #define TARGET_FREEBSD_NR_swapon    85
94 #define TARGET_FREEBSD_NR_getitimer 86
95                 /* 87 is old gethostname */
96                 /* 88 is old sethostname */
97 #define TARGET_FREEBSD_NR_getdtablesize 89
98 #define TARGET_FREEBSD_NR_dup2  90
99 #define TARGET_FREEBSD_NR_fcntl 92
100 #define TARGET_FREEBSD_NR_select    93
101 #define TARGET_FREEBSD_NR_fsync 95
102 #define TARGET_FREEBSD_NR_setpriority   96
103 #define TARGET_FREEBSD_NR_socket    97
104 #define TARGET_FREEBSD_NR_connect   98
105                 /* 99 is old accept */
106 #define TARGET_FREEBSD_NR_getpriority   100
107                 /* 101 is old send */
108                 /* 102 is old recv */
109                 /* 103 is old sigreturn */
110 #define TARGET_FREEBSD_NR_bind  104
111 #define TARGET_FREEBSD_NR_setsockopt    105
112 #define TARGET_FREEBSD_NR_listen    106
113                 /* 107 is obsolete vtimes */
114                 /* 108 is old sigvec */
115                 /* 109 is old sigblock */
116                 /* 110 is old sigsetmask */
117                 /* 111 is old sigsuspend */
118                 /* 112 is old sigstack */
119                 /* 113 is old recvmsg */
120                 /* 114 is old sendmsg */
121                 /* 115 is obsolete vtrace */
122 #define TARGET_FREEBSD_NR_gettimeofday  116
123 #define TARGET_FREEBSD_NR_getrusage 117
124 #define TARGET_FREEBSD_NR_getsockopt    118
125 #define TARGET_FREEBSD_NR_readv 120
126 #define TARGET_FREEBSD_NR_writev    121
127 #define TARGET_FREEBSD_NR_settimeofday  122
128 #define TARGET_FREEBSD_NR_fchown    123
129 #define TARGET_FREEBSD_NR_fchmod    124
130                 /* 125 is old recvfrom */
131 #define TARGET_FREEBSD_NR_setreuid  126
132 #define TARGET_FREEBSD_NR_setregid  127
133 #define TARGET_FREEBSD_NR_rename    128
134                 /* 129 is old truncate */
135                 /* 130 is old ftruncate */
136 #define TARGET_FREEBSD_NR_flock 131
137 #define TARGET_FREEBSD_NR_mkfifo    132
138 #define TARGET_FREEBSD_NR_sendto    133
139 #define TARGET_FREEBSD_NR_shutdown  134
140 #define TARGET_FREEBSD_NR_socketpair    135
141 #define TARGET_FREEBSD_NR_mkdir 136
142 #define TARGET_FREEBSD_NR_rmdir 137
143 #define TARGET_FREEBSD_NR_utimes    138
144                 /* 139 is obsolete 4.2 sigreturn */
145 #define TARGET_FREEBSD_NR_adjtime   140
146                 /* 141 is old getpeername */
147                 /* 142 is old gethostid */
148                 /* 143 is old sethostid */
149                 /* 144 is old getrlimit */
150                 /* 145 is old setrlimit */
151                 /* 146 is old killpg */
152 #define TARGET_FREEBSD_NR_killpg    146 /* COMPAT */
153 #define TARGET_FREEBSD_NR_setsid    147
154 #define TARGET_FREEBSD_NR_quotactl  148
155                 /* 149 is old quota */
156                 /* 150 is old getsockname */
157 #define TARGET_FREEBSD_NR_nlm_syscall   154
158 #define TARGET_FREEBSD_NR_nfssvc    155
159                 /* 156 is old getdirentries */
160 #define TARGET_FREEBSD_NR_freebsd4_statfs   157
161 #define TARGET_FREEBSD_NR_freebsd4_fstatfs  158
162 #define TARGET_FREEBSD_NR_lgetfh    160
163 #define TARGET_FREEBSD_NR_getfh 161
164 #define TARGET_FREEBSD_NR_freebsd4_getdomainname    162
165 #define TARGET_FREEBSD_NR_freebsd4_setdomainname    163
166 #define TARGET_FREEBSD_NR_freebsd4_uname    164
167 #define TARGET_FREEBSD_NR_sysarch   165
168 #define TARGET_FREEBSD_NR_rtprio    166
169 #define TARGET_FREEBSD_NR_semsys    169
170 #define TARGET_FREEBSD_NR_msgsys    170
171 #define TARGET_FREEBSD_NR_shmsys    171
172 #define TARGET_FREEBSD_NR_freebsd6_pread    173
173 #define TARGET_FREEBSD_NR_freebsd6_pwrite   174
174 #define TARGET_FREEBSD_NR_setfib    175
175 #define TARGET_FREEBSD_NR_ntp_adjtime   176
176 #define TARGET_FREEBSD_NR_setgid    181
177 #define TARGET_FREEBSD_NR_setegid   182
178 #define TARGET_FREEBSD_NR_seteuid   183
179 #define TARGET_FREEBSD_NR_stat  188
180 #define TARGET_FREEBSD_NR_fstat 189
181 #define TARGET_FREEBSD_NR_lstat 190
182 #define TARGET_FREEBSD_NR_pathconf  191
183 #define TARGET_FREEBSD_NR_fpathconf 192
184 #define TARGET_FREEBSD_NR_getrlimit 194
185 #define TARGET_FREEBSD_NR_setrlimit 195
186 #define TARGET_FREEBSD_NR_getdirentries 196
187 #define TARGET_FREEBSD_NR_freebsd6_mmap 197
188 #define TARGET_FREEBSD_NR___syscall 198
189 #define TARGET_FREEBSD_NR_freebsd6_lseek    199
190 #define TARGET_FREEBSD_NR_freebsd6_truncate 200
191 #define TARGET_FREEBSD_NR_freebsd6_ftruncate    201
192 #define TARGET_FREEBSD_NR___sysctl  202
193 #define TARGET_FREEBSD_NR_mlock 203
194 #define TARGET_FREEBSD_NR_munlock   204
195 #define TARGET_FREEBSD_NR_undelete  205
196 #define TARGET_FREEBSD_NR_futimes   206
197 #define TARGET_FREEBSD_NR_getpgid   207
198 #define TARGET_FREEBSD_NR_poll  209
199 #define TARGET_FREEBSD_NR_freebsd7___semctl 220
200 #define TARGET_FREEBSD_NR_semget    221
201 #define TARGET_FREEBSD_NR_semop 222
202 #define TARGET_FREEBSD_NR_freebsd7_msgctl   224
203 #define TARGET_FREEBSD_NR_msgget    225
204 #define TARGET_FREEBSD_NR_msgsnd    226
205 #define TARGET_FREEBSD_NR_msgrcv    227
206 #define TARGET_FREEBSD_NR_shmat 228
207 #define TARGET_FREEBSD_NR_freebsd7_shmctl   229
208 #define TARGET_FREEBSD_NR_shmdt 230
209 #define TARGET_FREEBSD_NR_shmget    231
210 #define TARGET_FREEBSD_NR_clock_gettime 232
211 #define TARGET_FREEBSD_NR_clock_settime 233
212 #define TARGET_FREEBSD_NR_clock_getres  234
213 #define TARGET_FREEBSD_NR_ktimer_create 235
214 #define TARGET_FREEBSD_NR_ktimer_delete 236
215 #define TARGET_FREEBSD_NR_ktimer_settime    237
216 #define TARGET_FREEBSD_NR_ktimer_gettime    238
217 #define TARGET_FREEBSD_NR_ktimer_getoverrun 239
218 #define TARGET_FREEBSD_NR_nanosleep 240
219 #define TARGET_FREEBSD_NR_ntp_gettime   248
220 #define TARGET_FREEBSD_NR_minherit  250
221 #define TARGET_FREEBSD_NR_rfork 251
222 #define TARGET_FREEBSD_NR_openbsd_poll  252
223 #define TARGET_FREEBSD_NR_issetugid 253
224 #define TARGET_FREEBSD_NR_lchown    254
225 #define TARGET_FREEBSD_NR_aio_read  255
226 #define TARGET_FREEBSD_NR_aio_write 256
227 #define TARGET_FREEBSD_NR_lio_listio    257
228 #define TARGET_FREEBSD_NR_getdents  272
229 #define TARGET_FREEBSD_NR_lchmod    274
230 #define TARGET_FREEBSD_NR_netbsd_lchown 275
231 #define TARGET_FREEBSD_NR_lutimes   276
232 #define TARGET_FREEBSD_NR_netbsd_msync  277
233 #define TARGET_FREEBSD_NR_nstat 278
234 #define TARGET_FREEBSD_NR_nfstat    279
235 #define TARGET_FREEBSD_NR_nlstat    280
236 #define TARGET_FREEBSD_NR_preadv    289
237 #define TARGET_FREEBSD_NR_pwritev   290
238 #define TARGET_FREEBSD_NR_freebsd4_fhstatfs 297
239 #define TARGET_FREEBSD_NR_fhopen    298
240 #define TARGET_FREEBSD_NR_fhstat    299
241 #define TARGET_FREEBSD_NR_modnext   300
242 #define TARGET_FREEBSD_NR_modstat   301
243 #define TARGET_FREEBSD_NR_modfnext  302
244 #define TARGET_FREEBSD_NR_modfind   303
245 #define TARGET_FREEBSD_NR_kldload   304
246 #define TARGET_FREEBSD_NR_kldunload 305
247 #define TARGET_FREEBSD_NR_kldfind   306
248 #define TARGET_FREEBSD_NR_kldnext   307
249 #define TARGET_FREEBSD_NR_kldstat   308
250 #define TARGET_FREEBSD_NR_kldfirstmod   309
251 #define TARGET_FREEBSD_NR_getsid    310
252 #define TARGET_FREEBSD_NR_setresuid 311
253 #define TARGET_FREEBSD_NR_setresgid 312
254                 /* 313 is obsolete signanosleep */
255 #define TARGET_FREEBSD_NR_aio_return    314
256 #define TARGET_FREEBSD_NR_aio_suspend   315
257 #define TARGET_FREEBSD_NR_aio_cancel    316
258 #define TARGET_FREEBSD_NR_aio_error 317
259 #define TARGET_FREEBSD_NR_oaio_read 318
260 #define TARGET_FREEBSD_NR_oaio_write    319
261 #define TARGET_FREEBSD_NR_olio_listio   320
262 #define TARGET_FREEBSD_NR_yield 321
263                 /* 322 is obsolete thr_sleep */
264                 /* 323 is obsolete thr_wakeup */
265 #define TARGET_FREEBSD_NR_mlockall  324
266 #define TARGET_FREEBSD_NR_munlockall    325
267 #define TARGET_FREEBSD_NR___getcwd  326
268 #define TARGET_FREEBSD_NR_sched_setparam    327
269 #define TARGET_FREEBSD_NR_sched_getparam    328
270 #define TARGET_FREEBSD_NR_sched_setscheduler    329
271 #define TARGET_FREEBSD_NR_sched_getscheduler    330
272 #define TARGET_FREEBSD_NR_sched_yield   331
273 #define TARGET_FREEBSD_NR_sched_get_priority_max    332
274 #define TARGET_FREEBSD_NR_sched_get_priority_min    333
275 #define TARGET_FREEBSD_NR_sched_rr_get_interval 334
276 #define TARGET_FREEBSD_NR_utrace    335
277 #define TARGET_FREEBSD_NR_freebsd4_sendfile 336
278 #define TARGET_FREEBSD_NR_kldsym    337
279 #define TARGET_FREEBSD_NR_jail  338
280 #define TARGET_FREEBSD_NR_nnpfs_syscall 339
281 #define TARGET_FREEBSD_NR_sigprocmask   340
282 #define TARGET_FREEBSD_NR_sigsuspend    341
283 #define TARGET_FREEBSD_NR_freebsd4_sigaction    342
284 #define TARGET_FREEBSD_NR_sigpending    343
285 #define TARGET_FREEBSD_NR_freebsd4_sigreturn    344
286 #define TARGET_FREEBSD_NR_sigtimedwait  345
287 #define TARGET_FREEBSD_NR_sigwaitinfo   346
288 #define TARGET_FREEBSD_NR___acl_get_file    347
289 #define TARGET_FREEBSD_NR___acl_set_file    348
290 #define TARGET_FREEBSD_NR___acl_get_fd  349
291 #define TARGET_FREEBSD_NR___acl_set_fd  350
292 #define TARGET_FREEBSD_NR___acl_delete_file 351
293 #define TARGET_FREEBSD_NR___acl_delete_fd   352
294 #define TARGET_FREEBSD_NR___acl_aclcheck_file   353
295 #define TARGET_FREEBSD_NR___acl_aclcheck_fd 354
296 #define TARGET_FREEBSD_NR_extattrctl    355
297 #define TARGET_FREEBSD_NR_extattr_set_file  356
298 #define TARGET_FREEBSD_NR_extattr_get_file  357
299 #define TARGET_FREEBSD_NR_extattr_delete_file   358
300 #define TARGET_FREEBSD_NR_aio_waitcomplete  359
301 #define TARGET_FREEBSD_NR_getresuid 360
302 #define TARGET_FREEBSD_NR_getresgid 361
303 #define TARGET_FREEBSD_NR_kqueue    362
304 #define TARGET_FREEBSD_NR_kevent    363
305 #define TARGET_FREEBSD_NR_extattr_set_fd    371
306 #define TARGET_FREEBSD_NR_extattr_get_fd    372
307 #define TARGET_FREEBSD_NR_extattr_delete_fd 373
308 #define TARGET_FREEBSD_NR___setugid 374
309 #define TARGET_FREEBSD_NR_eaccess   376
310 #define TARGET_FREEBSD_NR_afs3_syscall  377
311 #define TARGET_FREEBSD_NR_nmount    378
312 #define TARGET_FREEBSD_NR___mac_get_proc    384
313 #define TARGET_FREEBSD_NR___mac_set_proc    385
314 #define TARGET_FREEBSD_NR___mac_get_fd  386
315 #define TARGET_FREEBSD_NR___mac_get_file    387
316 #define TARGET_FREEBSD_NR___mac_set_fd  388
317 #define TARGET_FREEBSD_NR___mac_set_file    389
318 #define TARGET_FREEBSD_NR_kenv  390
319 #define TARGET_FREEBSD_NR_lchflags  391
320 #define TARGET_FREEBSD_NR_uuidgen   392
321 #define TARGET_FREEBSD_NR_sendfile  393
322 #define TARGET_FREEBSD_NR_mac_syscall   394
323 #define TARGET_FREEBSD_NR_getfsstat 395
324 #define TARGET_FREEBSD_NR_statfs    396
325 #define TARGET_FREEBSD_NR_fstatfs   397
326 #define TARGET_FREEBSD_NR_fhstatfs  398
327 #define TARGET_FREEBSD_NR_ksem_close    400
328 #define TARGET_FREEBSD_NR_ksem_post 401
329 #define TARGET_FREEBSD_NR_ksem_wait 402
330 #define TARGET_FREEBSD_NR_ksem_trywait  403
331 #define TARGET_FREEBSD_NR_ksem_init 404
332 #define TARGET_FREEBSD_NR_ksem_open 405
333 #define TARGET_FREEBSD_NR_ksem_unlink   406
334 #define TARGET_FREEBSD_NR_ksem_getvalue 407
335 #define TARGET_FREEBSD_NR_ksem_destroy  408
336 #define TARGET_FREEBSD_NR___mac_get_pid 409
337 #define TARGET_FREEBSD_NR___mac_get_link    410
338 #define TARGET_FREEBSD_NR___mac_set_link    411
339 #define TARGET_FREEBSD_NR_extattr_set_link  412
340 #define TARGET_FREEBSD_NR_extattr_get_link  413
341 #define TARGET_FREEBSD_NR_extattr_delete_link   414
342 #define TARGET_FREEBSD_NR___mac_execve  415
343 #define TARGET_FREEBSD_NR_sigaction 416
344 #define TARGET_FREEBSD_NR_sigreturn 417
345 #define TARGET_FREEBSD_NR_getcontext    421
346 #define TARGET_FREEBSD_NR_setcontext    422
347 #define TARGET_FREEBSD_NR_swapcontext   423
348 #define TARGET_FREEBSD_NR_swapoff   424
349 #define TARGET_FREEBSD_NR___acl_get_link    425
350 #define TARGET_FREEBSD_NR___acl_set_link    426
351 #define TARGET_FREEBSD_NR___acl_delete_link 427
352 #define TARGET_FREEBSD_NR___acl_aclcheck_link   428
353 #define TARGET_FREEBSD_NR_sigwait   429
354 #define TARGET_FREEBSD_NR_thr_create    430
355 #define TARGET_FREEBSD_NR_thr_exit  431
356 #define TARGET_FREEBSD_NR_thr_self  432
357 #define TARGET_FREEBSD_NR_thr_kill  433
358 #define TARGET_FREEBSD_NR__umtx_lock    434
359 #define TARGET_FREEBSD_NR__umtx_unlock  435
360 #define TARGET_FREEBSD_NR_jail_attach   436
361 #define TARGET_FREEBSD_NR_extattr_list_fd   437
362 #define TARGET_FREEBSD_NR_extattr_list_file 438
363 #define TARGET_FREEBSD_NR_extattr_list_link 439
364 #define TARGET_FREEBSD_NR_ksem_timedwait    441
365 #define TARGET_FREEBSD_NR_thr_suspend   442
366 #define TARGET_FREEBSD_NR_thr_wake  443
367 #define TARGET_FREEBSD_NR_kldunloadf    444
368 #define TARGET_FREEBSD_NR_audit 445
369 #define TARGET_FREEBSD_NR_auditon   446
370 #define TARGET_FREEBSD_NR_getauid   447
371 #define TARGET_FREEBSD_NR_setauid   448
372 #define TARGET_FREEBSD_NR_getaudit  449
373 #define TARGET_FREEBSD_NR_setaudit  450
374 #define TARGET_FREEBSD_NR_getaudit_addr 451
375 #define TARGET_FREEBSD_NR_setaudit_addr 452
376 #define TARGET_FREEBSD_NR_auditctl  453
377 #define TARGET_FREEBSD_NR__umtx_op  454
378 #define TARGET_FREEBSD_NR_thr_new   455
379 #define TARGET_FREEBSD_NR_sigqueue  456
380 #define TARGET_FREEBSD_NR_kmq_open  457
381 #define TARGET_FREEBSD_NR_kmq_setattr   458
382 #define TARGET_FREEBSD_NR_kmq_timedreceive  459
383 #define TARGET_FREEBSD_NR_kmq_timedsend 460
384 #define TARGET_FREEBSD_NR_kmq_notify    461
385 #define TARGET_FREEBSD_NR_kmq_unlink    462
386 #define TARGET_FREEBSD_NR_abort2    463
387 #define TARGET_FREEBSD_NR_thr_set_name  464
388 #define TARGET_FREEBSD_NR_aio_fsync 465
389 #define TARGET_FREEBSD_NR_rtprio_thread 466
390 #define TARGET_FREEBSD_NR_sctp_peeloff  471
391 #define TARGET_FREEBSD_NR_sctp_generic_sendmsg  472
392 #define TARGET_FREEBSD_NR_sctp_generic_sendmsg_iov  473
393 #define TARGET_FREEBSD_NR_sctp_generic_recvmsg  474
394 #define TARGET_FREEBSD_NR_pread 475
395 #define TARGET_FREEBSD_NR_pwrite    476
396 #define TARGET_FREEBSD_NR_mmap  477
397 #define TARGET_FREEBSD_NR_lseek 478
398 #define TARGET_FREEBSD_NR_truncate  479
399 #define TARGET_FREEBSD_NR_ftruncate 480
400 #define TARGET_FREEBSD_NR_thr_kill2 481
401 #define TARGET_FREEBSD_NR_shm_open  482
402 #define TARGET_FREEBSD_NR_shm_unlink    483
403 #define TARGET_FREEBSD_NR_cpuset    484
404 #define TARGET_FREEBSD_NR_cpuset_setid  485
405 #define TARGET_FREEBSD_NR_cpuset_getid  486
406 #define TARGET_FREEBSD_NR_cpuset_getaffinity    487
407 #define TARGET_FREEBSD_NR_cpuset_setaffinity    488
408 #define TARGET_FREEBSD_NR_faccessat 489
409 #define TARGET_FREEBSD_NR_fchmodat  490
410 #define TARGET_FREEBSD_NR_fchownat  491
411 #define TARGET_FREEBSD_NR_fexecve   492
412 #define TARGET_FREEBSD_NR_fstatat   493
413 #define TARGET_FREEBSD_NR_futimesat 494
414 #define TARGET_FREEBSD_NR_linkat    495
415 #define TARGET_FREEBSD_NR_mkdirat   496
416 #define TARGET_FREEBSD_NR_mkfifoat  497
417 #define TARGET_FREEBSD_NR_mknodat   498
418 #define TARGET_FREEBSD_NR_openat    499
419 #define TARGET_FREEBSD_NR_readlinkat    500
420 #define TARGET_FREEBSD_NR_renameat  501
421 #define TARGET_FREEBSD_NR_symlinkat 502
422 #define TARGET_FREEBSD_NR_unlinkat  503
423 #define TARGET_FREEBSD_NR_posix_openpt  504
424 #define TARGET_FREEBSD_NR_gssd_syscall  505
425 #define TARGET_FREEBSD_NR_jail_get  506
426 #define TARGET_FREEBSD_NR_jail_set  507
427 #define TARGET_FREEBSD_NR_jail_remove   508
428 #define TARGET_FREEBSD_NR_closefrom 509
429 #define TARGET_FREEBSD_NR___semctl  510
430 #define TARGET_FREEBSD_NR_msgctl    511
431 #define TARGET_FREEBSD_NR_shmctl    512
432 #define TARGET_FREEBSD_NR_lpathconf 513
433 #define TARGET_FREEBSD_NR_cap_new   514
434 #define TARGET_FREEBSD_NR_cap_getrights 515
435 #define TARGET_FREEBSD_NR_cap_enter 516
436 #define TARGET_FREEBSD_NR_cap_getmode   517
437 #define TARGET_FREEBSD_NR_pdfork    518
438 #define TARGET_FREEBSD_NR_pdkill    519
439 #define TARGET_FREEBSD_NR_pdgetpid  520
440 #define TARGET_FREEBSD_NR_pselect   522
441 #define TARGET_FREEBSD_NR_getloginclass 523
442 #define TARGET_FREEBSD_NR_setloginclass 524
443 #define TARGET_FREEBSD_NR_rctl_get_racct    525
444 #define TARGET_FREEBSD_NR_rctl_get_rules    526
445 #define TARGET_FREEBSD_NR_rctl_get_limits   527
446 #define TARGET_FREEBSD_NR_rctl_add_rule 528
447 #define TARGET_FREEBSD_NR_rctl_remove_rule  529
448 #define TARGET_FREEBSD_NR_posix_fallocate   530
449 #define TARGET_FREEBSD_NR_posix_fadvise 531
450 #define TARGET_FREEBSD_NR_MAXSYSCALL    532