1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 // Generated from the Linux kernel's calls.S.
6 #ifndef SANDBOX_LINUX_SYSTEM_HEADERS_MIPS_LINUX_SYSCALLS_H_
7 #define SANDBOX_LINUX_SYSTEM_HEADERS_MIPS_LINUX_SYSCALLS_H_
9 #if !defined(__mips__) || (_MIPS_SIM != _ABIO32)
10 #error "Including header on wrong architecture"
13 // __NR_Linux, is defined in <asm/unistd.h>.
14 #include <asm/unistd.h>
16 #if !defined(__NR_syscall)
17 #define __NR_syscall (__NR_Linux + 0)
20 #if !defined(__NR_exit)
21 #define __NR_exit (__NR_Linux + 1)
24 #if !defined(__NR_fork)
25 #define __NR_fork (__NR_Linux + 2)
28 #if !defined(__NR_read)
29 #define __NR_read (__NR_Linux + 3)
32 #if !defined(__NR_write)
33 #define __NR_write (__NR_Linux + 4)
36 #if !defined(__NR_open)
37 #define __NR_open (__NR_Linux + 5)
40 #if !defined(__NR_close)
41 #define __NR_close (__NR_Linux + 6)
44 #if !defined(__NR_waitpid)
45 #define __NR_waitpid (__NR_Linux + 7)
48 #if !defined(__NR_creat)
49 #define __NR_creat (__NR_Linux + 8)
52 #if !defined(__NR_link)
53 #define __NR_link (__NR_Linux + 9)
56 #if !defined(__NR_unlink)
57 #define __NR_unlink (__NR_Linux + 10)
60 #if !defined(__NR_execve)
61 #define __NR_execve (__NR_Linux + 11)
64 #if !defined(__NR_chdir)
65 #define __NR_chdir (__NR_Linux + 12)
68 #if !defined(__NR_time)
69 #define __NR_time (__NR_Linux + 13)
72 #if !defined(__NR_mknod)
73 #define __NR_mknod (__NR_Linux + 14)
76 #if !defined(__NR_chmod)
77 #define __NR_chmod (__NR_Linux + 15)
80 #if !defined(__NR_lchown)
81 #define __NR_lchown (__NR_Linux + 16)
84 #if !defined(__NR_break)
85 #define __NR_break (__NR_Linux + 17)
88 #if !defined(__NR_unused18)
89 #define __NR_unused18 (__NR_Linux + 18)
92 #if !defined(__NR_lseek)
93 #define __NR_lseek (__NR_Linux + 19)
96 #if !defined(__NR_getpid)
97 #define __NR_getpid (__NR_Linux + 20)
100 #if !defined(__NR_mount)
101 #define __NR_mount (__NR_Linux + 21)
104 #if !defined(__NR_umount)
105 #define __NR_umount (__NR_Linux + 22)
108 #if !defined(__NR_setuid)
109 #define __NR_setuid (__NR_Linux + 23)
112 #if !defined(__NR_getuid)
113 #define __NR_getuid (__NR_Linux + 24)
116 #if !defined(__NR_stime)
117 #define __NR_stime (__NR_Linux + 25)
120 #if !defined(__NR_ptrace)
121 #define __NR_ptrace (__NR_Linux + 26)
124 #if !defined(__NR_alarm)
125 #define __NR_alarm (__NR_Linux + 27)
128 #if !defined(__NR_unused28)
129 #define __NR_unused28 (__NR_Linux + 28)
132 #if !defined(__NR_pause)
133 #define __NR_pause (__NR_Linux + 29)
136 #if !defined(__NR_utime)
137 #define __NR_utime (__NR_Linux + 30)
140 #if !defined(__NR_stty)
141 #define __NR_stty (__NR_Linux + 31)
144 #if !defined(__NR_gtty)
145 #define __NR_gtty (__NR_Linux + 32)
148 #if !defined(__NR_access)
149 #define __NR_access (__NR_Linux + 33)
152 #if !defined(__NR_nice)
153 #define __NR_nice (__NR_Linux + 34)
156 #if !defined(__NR_ftime)
157 #define __NR_ftime (__NR_Linux + 35)
160 #if !defined(__NR_sync)
161 #define __NR_sync (__NR_Linux + 36)
164 #if !defined(__NR_kill)
165 #define __NR_kill (__NR_Linux + 37)
168 #if !defined(__NR_rename)
169 #define __NR_rename (__NR_Linux + 38)
172 #if !defined(__NR_mkdir)
173 #define __NR_mkdir (__NR_Linux + 39)
176 #if !defined(__NR_rmdir)
177 #define __NR_rmdir (__NR_Linux + 40)
180 #if !defined(__NR_dup)
181 #define __NR_dup (__NR_Linux + 41)
184 #if !defined(__NR_pipe)
185 #define __NR_pipe (__NR_Linux + 42)
188 #if !defined(__NR_times)
189 #define __NR_times (__NR_Linux + 43)
192 #if !defined(__NR_prof)
193 #define __NR_prof (__NR_Linux + 44)
196 #if !defined(__NR_brk)
197 #define __NR_brk (__NR_Linux + 45)
200 #if !defined(__NR_setgid)
201 #define __NR_setgid (__NR_Linux + 46)
204 #if !defined(__NR_getgid)
205 #define __NR_getgid (__NR_Linux + 47)
208 #if !defined(__NR_signal)
209 #define __NR_signal (__NR_Linux + 48)
212 #if !defined(__NR_geteuid)
213 #define __NR_geteuid (__NR_Linux + 49)
216 #if !defined(__NR_getegid)
217 #define __NR_getegid (__NR_Linux + 50)
220 #if !defined(__NR_acct)
221 #define __NR_acct (__NR_Linux + 51)
224 #if !defined(__NR_umount2)
225 #define __NR_umount2 (__NR_Linux + 52)
228 #if !defined(__NR_lock)
229 #define __NR_lock (__NR_Linux + 53)
232 #if !defined(__NR_ioctl)
233 #define __NR_ioctl (__NR_Linux + 54)
236 #if !defined(__NR_fcntl)
237 #define __NR_fcntl (__NR_Linux + 55)
240 #if !defined(__NR_mpx)
241 #define __NR_mpx (__NR_Linux + 56)
244 #if !defined(__NR_setpgid)
245 #define __NR_setpgid (__NR_Linux + 57)
248 #if !defined(__NR_ulimit)
249 #define __NR_ulimit (__NR_Linux + 58)
252 #if !defined(__NR_unused59)
253 #define __NR_unused59 (__NR_Linux + 59)
256 #if !defined(__NR_umask)
257 #define __NR_umask (__NR_Linux + 60)
260 #if !defined(__NR_chroot)
261 #define __NR_chroot (__NR_Linux + 61)
264 #if !defined(__NR_ustat)
265 #define __NR_ustat (__NR_Linux + 62)
268 #if !defined(__NR_dup2)
269 #define __NR_dup2 (__NR_Linux + 63)
272 #if !defined(__NR_getppid)
273 #define __NR_getppid (__NR_Linux + 64)
276 #if !defined(__NR_getpgrp)
277 #define __NR_getpgrp (__NR_Linux + 65)
280 #if !defined(__NR_setsid)
281 #define __NR_setsid (__NR_Linux + 66)
284 #if !defined(__NR_sigaction)
285 #define __NR_sigaction (__NR_Linux + 67)
288 #if !defined(__NR_sgetmask)
289 #define __NR_sgetmask (__NR_Linux + 68)
292 #if !defined(__NR_ssetmask)
293 #define __NR_ssetmask (__NR_Linux + 69)
296 #if !defined(__NR_setreuid)
297 #define __NR_setreuid (__NR_Linux + 70)
300 #if !defined(__NR_setregid)
301 #define __NR_setregid (__NR_Linux + 71)
304 #if !defined(__NR_sigsuspend)
305 #define __NR_sigsuspend (__NR_Linux + 72)
308 #if !defined(__NR_sigpending)
309 #define __NR_sigpending (__NR_Linux + 73)
312 #if !defined(__NR_sethostname)
313 #define __NR_sethostname (__NR_Linux + 74)
316 #if !defined(__NR_setrlimit)
317 #define __NR_setrlimit (__NR_Linux + 75)
320 #if !defined(__NR_getrlimit)
321 #define __NR_getrlimit (__NR_Linux + 76)
324 #if !defined(__NR_getrusage)
325 #define __NR_getrusage (__NR_Linux + 77)
328 #if !defined(__NR_gettimeofday)
329 #define __NR_gettimeofday (__NR_Linux + 78)
332 #if !defined(__NR_settimeofday)
333 #define __NR_settimeofday (__NR_Linux + 79)
336 #if !defined(__NR_getgroups)
337 #define __NR_getgroups (__NR_Linux + 80)
340 #if !defined(__NR_setgroups)
341 #define __NR_setgroups (__NR_Linux + 81)
344 #if !defined(__NR_reserved82)
345 #define __NR_reserved82 (__NR_Linux + 82)
348 #if !defined(__NR_symlink)
349 #define __NR_symlink (__NR_Linux + 83)
352 #if !defined(__NR_unused84)
353 #define __NR_unused84 (__NR_Linux + 84)
356 #if !defined(__NR_readlink)
357 #define __NR_readlink (__NR_Linux + 85)
360 #if !defined(__NR_uselib)
361 #define __NR_uselib (__NR_Linux + 86)
364 #if !defined(__NR_swapon)
365 #define __NR_swapon (__NR_Linux + 87)
368 #if !defined(__NR_reboot)
369 #define __NR_reboot (__NR_Linux + 88)
372 #if !defined(__NR_readdir)
373 #define __NR_readdir (__NR_Linux + 89)
376 #if !defined(__NR_mmap)
377 #define __NR_mmap (__NR_Linux + 90)
380 #if !defined(__NR_munmap)
381 #define __NR_munmap (__NR_Linux + 91)
384 #if !defined(__NR_truncate)
385 #define __NR_truncate (__NR_Linux + 92)
388 #if !defined(__NR_ftruncate)
389 #define __NR_ftruncate (__NR_Linux + 93)
392 #if !defined(__NR_fchmod)
393 #define __NR_fchmod (__NR_Linux + 94)
396 #if !defined(__NR_fchown)
397 #define __NR_fchown (__NR_Linux + 95)
400 #if !defined(__NR_getpriority)
401 #define __NR_getpriority (__NR_Linux + 96)
404 #if !defined(__NR_setpriority)
405 #define __NR_setpriority (__NR_Linux + 97)
408 #if !defined(__NR_profil)
409 #define __NR_profil (__NR_Linux + 98)
412 #if !defined(__NR_statfs)
413 #define __NR_statfs (__NR_Linux + 99)
416 #if !defined(__NR_fstatfs)
417 #define __NR_fstatfs (__NR_Linux + 100)
420 #if !defined(__NR_ioperm)
421 #define __NR_ioperm (__NR_Linux + 101)
424 #if !defined(__NR_socketcall)
425 #define __NR_socketcall (__NR_Linux + 102)
428 #if !defined(__NR_syslog)
429 #define __NR_syslog (__NR_Linux + 103)
432 #if !defined(__NR_setitimer)
433 #define __NR_setitimer (__NR_Linux + 104)
436 #if !defined(__NR_getitimer)
437 #define __NR_getitimer (__NR_Linux + 105)
440 #if !defined(__NR_stat)
441 #define __NR_stat (__NR_Linux + 106)
444 #if !defined(__NR_lstat)
445 #define __NR_lstat (__NR_Linux + 107)
448 #if !defined(__NR_fstat)
449 #define __NR_fstat (__NR_Linux + 108)
452 #if !defined(__NR_unused109)
453 #define __NR_unused109 (__NR_Linux + 109)
456 #if !defined(__NR_iopl)
457 #define __NR_iopl (__NR_Linux + 110)
460 #if !defined(__NR_vhangup)
461 #define __NR_vhangup (__NR_Linux + 111)
464 #if !defined(__NR_idle)
465 #define __NR_idle (__NR_Linux + 112)
468 #if !defined(__NR_vm86)
469 #define __NR_vm86 (__NR_Linux + 113)
472 #if !defined(__NR_wait4)
473 #define __NR_wait4 (__NR_Linux + 114)
476 #if !defined(__NR_swapoff)
477 #define __NR_swapoff (__NR_Linux + 115)
480 #if !defined(__NR_sysinfo)
481 #define __NR_sysinfo (__NR_Linux + 116)
484 #if !defined(__NR_ipc)
485 #define __NR_ipc (__NR_Linux + 117)
488 #if !defined(__NR_fsync)
489 #define __NR_fsync (__NR_Linux + 118)
492 #if !defined(__NR_sigreturn)
493 #define __NR_sigreturn (__NR_Linux + 119)
496 #if !defined(__NR_clone)
497 #define __NR_clone (__NR_Linux + 120)
500 #if !defined(__NR_setdomainname)
501 #define __NR_setdomainname (__NR_Linux + 121)
504 #if !defined(__NR_uname)
505 #define __NR_uname (__NR_Linux + 122)
508 #if !defined(__NR_modify_ldt)
509 #define __NR_modify_ldt (__NR_Linux + 123)
512 #if !defined(__NR_adjtimex)
513 #define __NR_adjtimex (__NR_Linux + 124)
516 #if !defined(__NR_mprotect)
517 #define __NR_mprotect (__NR_Linux + 125)
520 #if !defined(__NR_sigprocmask)
521 #define __NR_sigprocmask (__NR_Linux + 126)
524 #if !defined(__NR_create_module)
525 #define __NR_create_module (__NR_Linux + 127)
528 #if !defined(__NR_init_module)
529 #define __NR_init_module (__NR_Linux + 128)
532 #if !defined(__NR_delete_module)
533 #define __NR_delete_module (__NR_Linux + 129)
536 #if !defined(__NR_get_kernel_syms)
537 #define __NR_get_kernel_syms (__NR_Linux + 130)
540 #if !defined(__NR_quotactl)
541 #define __NR_quotactl (__NR_Linux + 131)
544 #if !defined(__NR_getpgid)
545 #define __NR_getpgid (__NR_Linux + 132)
548 #if !defined(__NR_fchdir)
549 #define __NR_fchdir (__NR_Linux + 133)
552 #if !defined(__NR_bdflush)
553 #define __NR_bdflush (__NR_Linux + 134)
556 #if !defined(__NR_sysfs)
557 #define __NR_sysfs (__NR_Linux + 135)
560 #if !defined(__NR_personality)
561 #define __NR_personality (__NR_Linux + 136)
564 #if !defined(__NR_afs_syscall)
565 #define __NR_afs_syscall \
566 (__NR_Linux + 137) /* Syscall for Andrew File System \
570 #if !defined(__NR_setfsuid)
571 #define __NR_setfsuid (__NR_Linux + 138)
574 #if !defined(__NR_setfsgid)
575 #define __NR_setfsgid (__NR_Linux + 139)
578 #if !defined(__NR__llseek)
579 #define __NR__llseek (__NR_Linux + 140)
582 #if !defined(__NR_getdents)
583 #define __NR_getdents (__NR_Linux + 141)
586 #if !defined(__NR__newselect)
587 #define __NR__newselect (__NR_Linux + 142)
590 #if !defined(__NR_flock)
591 #define __NR_flock (__NR_Linux + 143)
594 #if !defined(__NR_msync)
595 #define __NR_msync (__NR_Linux + 144)
598 #if !defined(__NR_readv)
599 #define __NR_readv (__NR_Linux + 145)
602 #if !defined(__NR_writev)
603 #define __NR_writev (__NR_Linux + 146)
606 #if !defined(__NR_cacheflush)
607 #define __NR_cacheflush (__NR_Linux + 147)
610 #if !defined(__NR_cachectl)
611 #define __NR_cachectl (__NR_Linux + 148)
614 #if !defined(__NR_sysmips)
615 #define __NR_sysmips (__NR_Linux + 149)
618 #if !defined(__NR_unused150)
619 #define __NR_unused150 (__NR_Linux + 150)
622 #if !defined(__NR_getsid)
623 #define __NR_getsid (__NR_Linux + 151)
626 #if !defined(__NR_fdatasync)
627 #define __NR_fdatasync (__NR_Linux + 152)
630 #if !defined(__NR__sysctl)
631 #define __NR__sysctl (__NR_Linux + 153)
634 #if !defined(__NR_mlock)
635 #define __NR_mlock (__NR_Linux + 154)
638 #if !defined(__NR_munlock)
639 #define __NR_munlock (__NR_Linux + 155)
642 #if !defined(__NR_mlockall)
643 #define __NR_mlockall (__NR_Linux + 156)
646 #if !defined(__NR_munlockall)
647 #define __NR_munlockall (__NR_Linux + 157)
650 #if !defined(__NR_sched_setparam)
651 #define __NR_sched_setparam (__NR_Linux + 158)
654 #if !defined(__NR_sched_getparam)
655 #define __NR_sched_getparam (__NR_Linux + 159)
658 #if !defined(__NR_sched_setscheduler)
659 #define __NR_sched_setscheduler (__NR_Linux + 160)
662 #if !defined(__NR_sched_getscheduler)
663 #define __NR_sched_getscheduler (__NR_Linux + 161)
666 #if !defined(__NR_sched_yield)
667 #define __NR_sched_yield (__NR_Linux + 162)
670 #if !defined(__NR_sched_get_priority_max)
671 #define __NR_sched_get_priority_max (__NR_Linux + 163)
674 #if !defined(__NR_sched_get_priority_min)
675 #define __NR_sched_get_priority_min (__NR_Linux + 164)
678 #if !defined(__NR_sched_rr_get_interval)
679 #define __NR_sched_rr_get_interval (__NR_Linux + 165)
682 #if !defined(__NR_nanosleep)
683 #define __NR_nanosleep (__NR_Linux + 166)
686 #if !defined(__NR_mremap)
687 #define __NR_mremap (__NR_Linux + 167)
690 #if !defined(__NR_accept)
691 #define __NR_accept (__NR_Linux + 168)
694 #if !defined(__NR_bind)
695 #define __NR_bind (__NR_Linux + 169)
698 #if !defined(__NR_connect)
699 #define __NR_connect (__NR_Linux + 170)
702 #if !defined(__NR_getpeername)
703 #define __NR_getpeername (__NR_Linux + 171)
706 #if !defined(__NR_getsockname)
707 #define __NR_getsockname (__NR_Linux + 172)
710 #if !defined(__NR_getsockopt)
711 #define __NR_getsockopt (__NR_Linux + 173)
714 #if !defined(__NR_listen)
715 #define __NR_listen (__NR_Linux + 174)
718 #if !defined(__NR_recv)
719 #define __NR_recv (__NR_Linux + 175)
722 #if !defined(__NR_recvfrom)
723 #define __NR_recvfrom (__NR_Linux + 176)
726 #if !defined(__NR_recvmsg)
727 #define __NR_recvmsg (__NR_Linux + 177)
730 #if !defined(__NR_send)
731 #define __NR_send (__NR_Linux + 178)
734 #if !defined(__NR_sendmsg)
735 #define __NR_sendmsg (__NR_Linux + 179)
738 #if !defined(__NR_sendto)
739 #define __NR_sendto (__NR_Linux + 180)
742 #if !defined(__NR_setsockopt)
743 #define __NR_setsockopt (__NR_Linux + 181)
746 #if !defined(__NR_shutdown)
747 #define __NR_shutdown (__NR_Linux + 182)
750 #if !defined(__NR_socket)
751 #define __NR_socket (__NR_Linux + 183)
754 #if !defined(__NR_socketpair)
755 #define __NR_socketpair (__NR_Linux + 184)
758 #if !defined(__NR_setresuid)
759 #define __NR_setresuid (__NR_Linux + 185)
762 #if !defined(__NR_getresuid)
763 #define __NR_getresuid (__NR_Linux + 186)
766 #if !defined(__NR_query_module)
767 #define __NR_query_module (__NR_Linux + 187)
770 #if !defined(__NR_poll)
771 #define __NR_poll (__NR_Linux + 188)
774 #if !defined(__NR_nfsservctl)
775 #define __NR_nfsservctl (__NR_Linux + 189)
778 #if !defined(__NR_setresgid)
779 #define __NR_setresgid (__NR_Linux + 190)
782 #if !defined(__NR_getresgid)
783 #define __NR_getresgid (__NR_Linux + 191)
786 #if !defined(__NR_prctl)
787 #define __NR_prctl (__NR_Linux + 192)
790 #if !defined(__NR_rt_sigreturn)
791 #define __NR_rt_sigreturn (__NR_Linux + 193)
794 #if !defined(__NR_rt_sigaction)
795 #define __NR_rt_sigaction (__NR_Linux + 194)
798 #if !defined(__NR_rt_sigprocmask)
799 #define __NR_rt_sigprocmask (__NR_Linux + 195)
802 #if !defined(__NR_rt_sigpending)
803 #define __NR_rt_sigpending (__NR_Linux + 196)
806 #if !defined(__NR_rt_sigtimedwait)
807 #define __NR_rt_sigtimedwait (__NR_Linux + 197)
810 #if !defined(__NR_rt_sigqueueinfo)
811 #define __NR_rt_sigqueueinfo (__NR_Linux + 198)
814 #if !defined(__NR_rt_sigsuspend)
815 #define __NR_rt_sigsuspend (__NR_Linux + 199)
818 #if !defined(__NR_pread64)
819 #define __NR_pread64 (__NR_Linux + 200)
822 #if !defined(__NR_pwrite64)
823 #define __NR_pwrite64 (__NR_Linux + 201)
826 #if !defined(__NR_chown)
827 #define __NR_chown (__NR_Linux + 202)
830 #if !defined(__NR_getcwd)
831 #define __NR_getcwd (__NR_Linux + 203)
834 #if !defined(__NR_capget)
835 #define __NR_capget (__NR_Linux + 204)
838 #if !defined(__NR_capset)
839 #define __NR_capset (__NR_Linux + 205)
842 #if !defined(__NR_sigaltstack)
843 #define __NR_sigaltstack (__NR_Linux + 206)
846 #if !defined(__NR_sendfile)
847 #define __NR_sendfile (__NR_Linux + 207)
850 #if !defined(__NR_getpmsg)
851 #define __NR_getpmsg (__NR_Linux + 208)
854 #if !defined(__NR_putpmsg)
855 #define __NR_putpmsg (__NR_Linux + 209)
858 #if !defined(__NR_mmap2)
859 #define __NR_mmap2 (__NR_Linux + 210)
862 #if !defined(__NR_truncate64)
863 #define __NR_truncate64 (__NR_Linux + 211)
866 #if !defined(__NR_ftruncate64)
867 #define __NR_ftruncate64 (__NR_Linux + 212)
870 #if !defined(__NR_stat64)
871 #define __NR_stat64 (__NR_Linux + 213)
874 #if !defined(__NR_lstat64)
875 #define __NR_lstat64 (__NR_Linux + 214)
878 #if !defined(__NR_fstat64)
879 #define __NR_fstat64 (__NR_Linux + 215)
882 #if !defined(__NR_pivot_root)
883 #define __NR_pivot_root (__NR_Linux + 216)
886 #if !defined(__NR_mincore)
887 #define __NR_mincore (__NR_Linux + 217)
890 #if !defined(__NR_madvise)
891 #define __NR_madvise (__NR_Linux + 218)
894 #if !defined(__NR_getdents64)
895 #define __NR_getdents64 (__NR_Linux + 219)
898 #if !defined(__NR_fcntl64)
899 #define __NR_fcntl64 (__NR_Linux + 220)
902 #if !defined(__NR_reserved221)
903 #define __NR_reserved221 (__NR_Linux + 221)
906 #if !defined(__NR_gettid)
907 #define __NR_gettid (__NR_Linux + 222)
910 #if !defined(__NR_readahead)
911 #define __NR_readahead (__NR_Linux + 223)
914 #if !defined(__NR_setxattr)
915 #define __NR_setxattr (__NR_Linux + 224)
918 #if !defined(__NR_lsetxattr)
919 #define __NR_lsetxattr (__NR_Linux + 225)
922 #if !defined(__NR_fsetxattr)
923 #define __NR_fsetxattr (__NR_Linux + 226)
926 #if !defined(__NR_getxattr)
927 #define __NR_getxattr (__NR_Linux + 227)
930 #if !defined(__NR_lgetxattr)
931 #define __NR_lgetxattr (__NR_Linux + 228)
934 #if !defined(__NR_fgetxattr)
935 #define __NR_fgetxattr (__NR_Linux + 229)
938 #if !defined(__NR_listxattr)
939 #define __NR_listxattr (__NR_Linux + 230)
942 #if !defined(__NR_llistxattr)
943 #define __NR_llistxattr (__NR_Linux + 231)
946 #if !defined(__NR_flistxattr)
947 #define __NR_flistxattr (__NR_Linux + 232)
950 #if !defined(__NR_removexattr)
951 #define __NR_removexattr (__NR_Linux + 233)
954 #if !defined(__NR_lremovexattr)
955 #define __NR_lremovexattr (__NR_Linux + 234)
958 #if !defined(__NR_fremovexattr)
959 #define __NR_fremovexattr (__NR_Linux + 235)
962 #if !defined(__NR_tkill)
963 #define __NR_tkill (__NR_Linux + 236)
966 #if !defined(__NR_sendfile64)
967 #define __NR_sendfile64 (__NR_Linux + 237)
970 #if !defined(__NR_futex)
971 #define __NR_futex (__NR_Linux + 238)
974 #if !defined(__NR_sched_setaffinity)
975 #define __NR_sched_setaffinity (__NR_Linux + 239)
978 #if !defined(__NR_sched_getaffinity)
979 #define __NR_sched_getaffinity (__NR_Linux + 240)
982 #if !defined(__NR_io_setup)
983 #define __NR_io_setup (__NR_Linux + 241)
986 #if !defined(__NR_io_destroy)
987 #define __NR_io_destroy (__NR_Linux + 242)
990 #if !defined(__NR_io_getevents)
991 #define __NR_io_getevents (__NR_Linux + 243)
994 #if !defined(__NR_io_submit)
995 #define __NR_io_submit (__NR_Linux + 244)
998 #if !defined(__NR_io_cancel)
999 #define __NR_io_cancel (__NR_Linux + 245)
1002 #if !defined(__NR_exit_group)
1003 #define __NR_exit_group (__NR_Linux + 246)
1006 #if !defined(__NR_lookup_dcookie)
1007 #define __NR_lookup_dcookie (__NR_Linux + 247)
1010 #if !defined(__NR_epoll_create)
1011 #define __NR_epoll_create (__NR_Linux + 248)
1014 #if !defined(__NR_epoll_ctl)
1015 #define __NR_epoll_ctl (__NR_Linux + 249)
1018 #if !defined(__NR_epoll_wait)
1019 #define __NR_epoll_wait (__NR_Linux + 250)
1022 #if !defined(__NR_remap_file_pages)
1023 #define __NR_remap_file_pages (__NR_Linux + 251)
1026 #if !defined(__NR_set_tid_address)
1027 #define __NR_set_tid_address (__NR_Linux + 252)
1030 #if !defined(__NR_restart_syscall)
1031 #define __NR_restart_syscall (__NR_Linux + 253)
1034 #if !defined(__NR_fadvise64)
1035 #define __NR_fadvise64 (__NR_Linux + 254)
1038 #if !defined(__NR_statfs64)
1039 #define __NR_statfs64 (__NR_Linux + 255)
1042 #if !defined(__NR_fstatfs64)
1043 #define __NR_fstatfs64 (__NR_Linux + 256)
1046 #if !defined(__NR_timer_create)
1047 #define __NR_timer_create (__NR_Linux + 257)
1050 #if !defined(__NR_timer_settime)
1051 #define __NR_timer_settime (__NR_Linux + 258)
1054 #if !defined(__NR_timer_gettime)
1055 #define __NR_timer_gettime (__NR_Linux + 259)
1058 #if !defined(__NR_timer_getoverrun)
1059 #define __NR_timer_getoverrun (__NR_Linux + 260)
1062 #if !defined(__NR_timer_delete)
1063 #define __NR_timer_delete (__NR_Linux + 261)
1066 #if !defined(__NR_clock_settime)
1067 #define __NR_clock_settime (__NR_Linux + 262)
1070 #if !defined(__NR_clock_gettime)
1071 #define __NR_clock_gettime (__NR_Linux + 263)
1074 #if !defined(__NR_clock_getres)
1075 #define __NR_clock_getres (__NR_Linux + 264)
1078 #if !defined(__NR_clock_nanosleep)
1079 #define __NR_clock_nanosleep (__NR_Linux + 265)
1082 #if !defined(__NR_tgkill)
1083 #define __NR_tgkill (__NR_Linux + 266)
1086 #if !defined(__NR_utimes)
1087 #define __NR_utimes (__NR_Linux + 267)
1090 #if !defined(__NR_mbind)
1091 #define __NR_mbind (__NR_Linux + 268)
1094 #if !defined(__NR_get_mempolicy)
1095 #define __NR_get_mempolicy (__NR_Linux + 269)
1098 #if !defined(__NR_set_mempolicy)
1099 #define __NR_set_mempolicy (__NR_Linux + 270)
1102 #if !defined(__NR_mq_open)
1103 #define __NR_mq_open (__NR_Linux + 271)
1106 #if !defined(__NR_mq_unlink)
1107 #define __NR_mq_unlink (__NR_Linux + 272)
1110 #if !defined(__NR_mq_timedsend)
1111 #define __NR_mq_timedsend (__NR_Linux + 273)
1114 #if !defined(__NR_mq_timedreceive)
1115 #define __NR_mq_timedreceive (__NR_Linux + 274)
1118 #if !defined(__NR_mq_notify)
1119 #define __NR_mq_notify (__NR_Linux + 275)
1122 #if !defined(__NR_mq_getsetattr)
1123 #define __NR_mq_getsetattr (__NR_Linux + 276)
1126 #if !defined(__NR_vserver)
1127 #define __NR_vserver (__NR_Linux + 277)
1130 #if !defined(__NR_waitid)
1131 #define __NR_waitid (__NR_Linux + 278)
1134 /* #define __NR_sys_setaltroot (__NR_Linux + 279) */
1136 #if !defined(__NR_add_key)
1137 #define __NR_add_key (__NR_Linux + 280)
1140 #if !defined(__NR_request_key)
1141 #define __NR_request_key (__NR_Linux + 281)
1144 #if !defined(__NR_keyctl)
1145 #define __NR_keyctl (__NR_Linux + 282)
1148 #if !defined(__NR_set_thread_area)
1149 #define __NR_set_thread_area (__NR_Linux + 283)
1152 #if !defined(__NR_inotify_init)
1153 #define __NR_inotify_init (__NR_Linux + 284)
1156 #if !defined(__NR_inotify_add_watch)
1157 #define __NR_inotify_add_watch (__NR_Linux + 285)
1160 #if !defined(__NR_inotify_rm_watch)
1161 #define __NR_inotify_rm_watch (__NR_Linux + 286)
1164 #if !defined(__NR_migrate_pages)
1165 #define __NR_migrate_pages (__NR_Linux + 287)
1168 #if !defined(__NR_openat)
1169 #define __NR_openat (__NR_Linux + 288)
1172 #if !defined(__NR_mkdirat)
1173 #define __NR_mkdirat (__NR_Linux + 289)
1176 #if !defined(__NR_mknodat)
1177 #define __NR_mknodat (__NR_Linux + 290)
1180 #if !defined(__NR_fchownat)
1181 #define __NR_fchownat (__NR_Linux + 291)
1184 #if !defined(__NR_futimesat)
1185 #define __NR_futimesat (__NR_Linux + 292)
1188 #if !defined(__NR_fstatat64)
1189 #define __NR_fstatat64 (__NR_Linux + 293)
1192 #if !defined(__NR_unlinkat)
1193 #define __NR_unlinkat (__NR_Linux + 294)
1196 #if !defined(__NR_renameat)
1197 #define __NR_renameat (__NR_Linux + 295)
1200 #if !defined(__NR_linkat)
1201 #define __NR_linkat (__NR_Linux + 296)
1204 #if !defined(__NR_symlinkat)
1205 #define __NR_symlinkat (__NR_Linux + 297)
1208 #if !defined(__NR_readlinkat)
1209 #define __NR_readlinkat (__NR_Linux + 298)
1212 #if !defined(__NR_fchmodat)
1213 #define __NR_fchmodat (__NR_Linux + 299)
1216 #if !defined(__NR_faccessat)
1217 #define __NR_faccessat (__NR_Linux + 300)
1220 #if !defined(__NR_pselect6)
1221 #define __NR_pselect6 (__NR_Linux + 301)
1224 #if !defined(__NR_ppoll)
1225 #define __NR_ppoll (__NR_Linux + 302)
1228 #if !defined(__NR_unshare)
1229 #define __NR_unshare (__NR_Linux + 303)
1232 #if !defined(__NR_splice)
1233 #define __NR_splice (__NR_Linux + 304)
1236 #if !defined(__NR_sync_file_range)
1237 #define __NR_sync_file_range (__NR_Linux + 305)
1240 #if !defined(__NR_tee)
1241 #define __NR_tee (__NR_Linux + 306)
1244 #if !defined(__NR_vmsplice)
1245 #define __NR_vmsplice (__NR_Linux + 307)
1248 #if !defined(__NR_move_pages)
1249 #define __NR_move_pages (__NR_Linux + 308)
1252 #if !defined(__NR_set_robust_list)
1253 #define __NR_set_robust_list (__NR_Linux + 309)
1256 #if !defined(__NR_get_robust_list)
1257 #define __NR_get_robust_list (__NR_Linux + 310)
1260 #if !defined(__NR_kexec_load)
1261 #define __NR_kexec_load (__NR_Linux + 311)
1264 #if !defined(__NR_getcpu)
1265 #define __NR_getcpu (__NR_Linux + 312)
1268 #if !defined(__NR_epoll_pwait)
1269 #define __NR_epoll_pwait (__NR_Linux + 313)
1272 #if !defined(__NR_ioprio_set)
1273 #define __NR_ioprio_set (__NR_Linux + 314)
1276 #if !defined(__NR_ioprio_get)
1277 #define __NR_ioprio_get (__NR_Linux + 315)
1280 #if !defined(__NR_utimensat)
1281 #define __NR_utimensat (__NR_Linux + 316)
1284 #if !defined(__NR_signalfd)
1285 #define __NR_signalfd (__NR_Linux + 317)
1288 #if !defined(__NR_timerfd)
1289 #define __NR_timerfd (__NR_Linux + 318)
1292 #if !defined(__NR_eventfd)
1293 #define __NR_eventfd (__NR_Linux + 319)
1296 #if !defined(__NR_eventfd)
1297 #define __NR_eventfd (__NR_Linux + 320)
1300 #if !defined(__NR_timerfd_create)
1301 #define __NR_timerfd_create (__NR_Linux + 321)
1304 #if !defined(__NR_timerfd_gettime)
1305 #define __NR_timerfd_gettime (__NR_Linux + 322)
1308 #if !defined(__NR_timerfd_settime)
1309 #define __NR_timerfd_settime (__NR_Linux + 323)
1312 #if !defined(__NR_signalfd4)
1313 #define __NR_signalfd4 (__NR_Linux + 324)
1316 #if !defined(__NR_eventfd2)
1317 #define __NR_eventfd2 (__NR_Linux + 325)
1320 #if !defined(__NR_epoll_create1)
1321 #define __NR_epoll_create1 (__NR_Linux + 326)
1324 #if !defined(__NR_dup3)
1325 #define __NR_dup3 (__NR_Linux + 327)
1328 #if !defined(__NR_pipe2)
1329 #define __NR_pipe2 (__NR_Linux + 328)
1332 #if !defined(__NR_inotify_init1)
1333 #define __NR_inotify_init1 (__NR_Linux + 329)
1336 #if !defined(__NR_preadv)
1337 #define __NR_preadv (__NR_Linux + 330)
1340 #if !defined(__NR_pwritev)
1341 #define __NR_pwritev (__NR_Linux + 331)
1344 #if !defined(__NR_rt_tgsigqueueinfo)
1345 #define __NR_rt_tgsigqueueinfo (__NR_Linux + 332)
1348 #if !defined(__NR_perf_event_open)
1349 #define __NR_perf_event_open (__NR_Linux + 333)
1352 #if !defined(__NR_accept4)
1353 #define __NR_accept4 (__NR_Linux + 334)
1356 #if !defined(__NR_recvmmsg)
1357 #define __NR_recvmmsg (__NR_Linux + 335)
1360 #if !defined(__NR_fanotify_init)
1361 #define __NR_fanotify_init (__NR_Linux + 336)
1364 #if !defined(__NR_fanotify_mark)
1365 #define __NR_fanotify_mark (__NR_Linux + 337)
1368 #if !defined(__NR_prlimit64)
1369 #define __NR_prlimit64 (__NR_Linux + 338)
1372 #if !defined(__NR_name_to_handle_at)
1373 #define __NR_name_to_handle_at (__NR_Linux + 339)
1376 #if !defined(__NR_open_by_handle_at)
1377 #define __NR_open_by_handle_at (__NR_Linux + 340)
1380 #if !defined(__NR_clock_adjtime)
1381 #define __NR_clock_adjtime (__NR_Linux + 341)
1384 #if !defined(__NR_syncfs)
1385 #define __NR_syncfs (__NR_Linux + 342)
1388 #if !defined(__NR_sendmmsg)
1389 #define __NR_sendmmsg (__NR_Linux + 343)
1392 #if !defined(__NR_setns)
1393 #define __NR_setns (__NR_Linux + 344)
1396 #if !defined(__NR_process_vm_readv)
1397 #define __NR_process_vm_readv (__NR_Linux + 345)
1400 #if !defined(__NR_process_vm_writev)
1401 #define __NR_process_vm_writev (__NR_Linux + 346)
1404 #if !defined(__NR_kcmp)
1405 #define __NR_kcmp (__NR_Linux + 347)
1408 #if !defined(__NR_finit_module)
1409 #define __NR_finit_module (__NR_Linux + 348)
1412 #if !defined(__NR_sched_setattr)
1413 #define __NR_sched_setattr (__NR_Linux + 349)
1416 #if !defined(__NR_sched_getattr)
1417 #define __NR_sched_getattr (__NR_Linux + 350)
1420 #if !defined(__NR_renameat2)
1421 #define __NR_renameat2 (__NR_Linux + 351)
1424 #if !defined(__NR_seccomp)
1425 #define __NR_seccomp (__NR_Linux + 352)
1428 #endif // SANDBOX_LINUX_SYSTEM_HEADERS_MIPS_LINUX_SYSCALLS_H_