4000 | syscall | - | - | - | - | - | - | - | Not implemented |
4001 | exit | 0xfa1 | int error_code | - | - | - | - | - | kernel/exit.c:1095 |
4002 | fork | 0xfa2 | - | - | - | - | - | - | arch/mips/kernel/syscall.c:93 |
4003 | read | 0xfa3 | unsigned int fd | char *buf | size_t count | - | - | - | fs/read_write.c:460 |
4004 | write | 0xfa4 | unsigned int fd | const char *buf | size_t count | - | - | - | fs/read_write.c:477 |
4005 | open | 0xfa5 | const char *filename | int flags | umode_t mode | - | - | - | fs/open.c:1046 |
4006 | close | 0xfa6 | unsigned int fd | - | - | - | - | - | fs/open.c:1117 |
4007 | waitpid | 0xfa7 | pid_t pid | int *stat_addr | int options | - | - | - | kernel/exit.c:1879 |
4008 | creat | 0xfa8 | const char *pathname | umode_t mode | - | - | - | - | fs/open.c:1079 |
4009 | link | 0xfa9 | const char *oldname | const char *newname | - | - | - | - | fs/namei.c:3152 |
4010 | unlink | 0xfaa | const char *pathname | - | - | - | - | - | fs/namei.c:2979 |
4011 | execve | 0xfab | - | - | - | - | - | - | arch/mips/kernel/syscall.c:133 |
4012 | chdir | 0xfac | const char *filename | - | - | - | - | - | fs/open.c:375 |
4013 | time | 0xfad | time_t *tloc | - | - | - | - | - | kernel/time.c:62 |
4014 | mknod | 0xfae | const char *filename | umode_t mode | unsigned dev | - | - | - | fs/namei.c:2693 |
4015 | chmod | 0xfaf | const char *filename | umode_t mode | - | - | - | - | fs/open.c:499 |
4016 | lchown | 0xfb0 | const char *filename | uid_t user | gid_t group | - | - | - | fs/open.c:586 |
4017 | break | - | - | - | - | - | - | - | Not implemented |
4018 | unused18 | - | - | - | - | - | - | - | Not implemented |
4019 | lseek | 0xfb3 | unsigned int fd | off_t offset | unsigned int origin | - | - | - | fs/read_write.c:230 |
4020 | getpid | 0xfb4 | - | - | - | - | - | - | kernel/timer.c:1413 |
4021 | mount | 0xfb5 | char *dev_name | char *dir_name | char *type | unsigned long flags | void *data | - | fs/namespace.c:2362 |
4022 | umount | 0xfb6 | char *name | int flags | - | - | - | - | fs/namespace.c:1190 |
4023 | setuid | 0xfb7 | uid_t uid | - | - | - | - | - | kernel/sys.c:761 |
4024 | getuid | 0xfb8 | - | - | - | - | - | - | kernel/timer.c:1435 |
4025 | stime | 0xfb9 | time_t *tptr | - | - | - | - | - | kernel/time.c:81 |
4026 | ptrace | 0xfba | long request | long pid | unsigned long addr | unsigned long data | - | - | kernel/ptrace.c:857 |
4027 | alarm | 0xfbb | unsigned int seconds | - | - | - | - | - | kernel/timer.c:1390 |
4028 | unused28 | - | - | - | - | - | - | - | Not implemented |
4029 | pause | 0xfbd | - | - | - | - | - | - | kernel/signal.c:3245 |
4030 | utime | 0xfbe | char *filename | struct utimbuf *times | - | - | - | - | fs/utimes.c:27 |
4031 | stty | - | - | - | - | - | - | - | Not implemented |
4032 | gtty | - | - | - | - | - | - | - | Not implemented |
4033 | access | 0xfc1 | const char *filename | int mode | - | - | - | - | fs/open.c:370 |
4034 | nice | 0xfc2 | int increment | - | - | - | - | - | kernel/sched/core.c:4119 |
4035 | ftime | - | - | - | - | - | - | - | Not implemented |
4036 | sync | 0xfc4 | - | - | - | - | - | - | fs/sync.c:98 |
4037 | kill | 0xfc5 | pid_t pid | int sig | - | - | - | - | kernel/signal.c:2841 |
4038 | rename | 0xfc6 | const char *oldname | const char *newname | - | - | - | - | fs/namei.c:3403 |
4039 | mkdir | 0xfc7 | const char *pathname | umode_t mode | - | - | - | - | fs/namei.c:2751 |
4040 | rmdir | 0xfc8 | const char *pathname | - | - | - | - | - | fs/namei.c:2870 |
4041 | dup | 0xfc9 | unsigned int fildes | - | - | - | - | - | fs/fcntl.c:131 |
4042 | pipe | 0xfca | int *fildes | - | - | - | - | - | fs/pipe.c:1149 |
4043 | times | 0xfcb | struct tms *tbuf | - | - | - | - | - | kernel/sys.c:1058 |
4044 | prof | - | - | - | - | - | - | - | Not implemented |
4045 | brk | 0xfcd | unsigned long brk | - | - | - | - | - | mm/mmap.c:246 |
4046 | setgid | 0xfce | gid_t gid | - | - | - | - | - | kernel/sys.c:614 |
4047 | getgid | 0xfcf | - | - | - | - | - | - | kernel/timer.c:1447 |
4048 | signal | 0xfd0 | int sig | __sighandler_t handler | - | - | - | - | kernel/signal.c:3228 |
4049 | geteuid | 0xfd1 | - | - | - | - | - | - | kernel/timer.c:1441 |
4050 | getegid | 0xfd2 | - | - | - | - | - | - | kernel/timer.c:1453 |
4051 | acct | 0xfd3 | const char *name | - | - | - | - | - | kernel/acct.c:255 |
4052 | umount2 | 0xfd4 | char *name | int flags | - | - | - | - | fs/namespace.c:1190 |
4053 | lock | - | - | - | - | - | - | - | Not implemented |
4054 | ioctl | 0xfd6 | unsigned int fd | unsigned int cmd | unsigned long arg | - | - | - | fs/ioctl.c:604 |
4055 | fcntl | 0xfd7 | unsigned int fd | unsigned int cmd | unsigned long arg | - | - | - | fs/fcntl.c:442 |
4056 | mpx | - | - | - | - | - | - | - | Not implemented |
4057 | setpgid | 0xfd9 | pid_t pid | pid_t pgid | - | - | - | - | kernel/sys.c:1083 |
4058 | ulimit | - | - | - | - | - | - | - | Not implemented |
4059 | unused59 | - | - | - | - | - | - | - | Not implemented |
4060 | umask | 0xfdc | int mask | - | - | - | - | - | kernel/sys.c:1782 |
4061 | chroot | 0xfdd | const char *filename | - | - | - | - | - | fs/open.c:422 |
4062 | ustat | 0xfde | unsigned dev | struct ustat *ubuf | - | - | - | - | fs/statfs.c:222 |
4063 | dup2 | 0xfdf | unsigned int oldfd | unsigned int newfd | - | - | - | - | fs/fcntl.c:116 |
4064 | getppid | 0xfe0 | - | - | - | - | - | - | kernel/timer.c:1424 |
4065 | getpgrp | 0xfe1 | - | - | - | - | - | - | kernel/sys.c:1184 |
4066 | setsid | 0xfe2 | - | - | - | - | - | - | kernel/sys.c:1219 |
4067 | sigaction | 0xfe3 | int sig | const struct sigaction *act | struct sigaction *oact | - | - | - | arch/mips/kernel/signal.c:280 |
4068 | sgetmask | 0xfe4 | - | - | - | - | - | - | kernel/signal.c:3207 |
4069 | ssetmask | 0xfe5 | int newmask | - | - | - | - | - | kernel/signal.c:3213 |
4070 | setreuid | 0xfe6 | uid_t ruid | uid_t euid | - | - | - | - | kernel/sys.c:690 |
4071 | setregid | 0xfe7 | gid_t rgid | gid_t egid | - | - | - | - | kernel/sys.c:557 |
4072 | sigsuspend | 0xfe8 | - | - | - | - | - | - | arch/mips/kernel/signal.c:250 |
4073 | sigpending | 0xfe9 | old_sigset_t *set | - | - | - | - | - | kernel/signal.c:3107 |
4074 | sethostname | 0xfea | char *name | int len | - | - | - | - | kernel/sys.c:1365 |
4075 | setrlimit | 0xfeb | unsigned int resource | struct rlimit *rlim | - | - | - | - | kernel/sys.c:1641 |
4076 | getrlimit | 0xfec | unsigned int resource | struct rlimit *rlim | - | - | - | - | kernel/sys.c:1440 |
4077 | getrusage | 0xfed | int who | struct rusage *ru | - | - | - | - | kernel/sys.c:1774 |
4078 | gettimeofday | 0xfee | struct timeval *tv | struct timezone *tz | - | - | - | - | kernel/time.c:101 |
4079 | settimeofday | 0xfef | struct timeval *tv | struct timezone *tz | - | - | - | - | kernel/time.c:179 |
4080 | getgroups | 0xff0 | int gidsetsize | gid_t *grouplist | - | - | - | - | kernel/groups.c:202 |
4081 | setgroups | 0xff1 | int gidsetsize | gid_t *grouplist | - | - | - | - | kernel/groups.c:231 |
4082 | reserved82 | - | - | - | - | - | - | - | Not implemented |
4083 | symlink | 0xff3 | const char *oldname | const char *newname | - | - | - | - | fs/namei.c:3039 |
4084 | unused84 | - | - | - | - | - | - | - | Not implemented |
4085 | readlink | 0xff5 | const char *path | char *buf | int bufsiz | - | - | - | fs/stat.c:321 |
4086 | uselib | 0xff6 | const char *library | - | - | - | - | - | fs/exec.c:116 |
4087 | swapon | 0xff7 | const char *specialfile | int swap_flags | - | - | - | - | mm/swapfile.c:1996 |
4088 | reboot | 0xff8 | int magic1 | int magic2 | unsigned int cmd | void *arg | - | - | kernel/sys.c:432 |
4089 | readdir | 0xff9 | unsigned int fd | struct old_linux_dirent *dirent | unsigned int count | - | - | - | fs/readdir.c:105 |
4090 | mmap | 0xffa | struct mmap_arg_struct *arg | - | - | - | - | - | mm/mmap.c:1153 |
4091 | munmap | 0xffb | unsigned long addr | size_t len | - | - | - | - | mm/mmap.c:2141 |
4092 | truncate | 0xffc | const char *path | long length | - | - | - | - | fs/open.c:128 |
4093 | ftruncate | 0xffd | unsigned int fd | unsigned long length | - | - | - | - | fs/open.c:178 |
4094 | fchmod | 0xffe | unsigned int fd | umode_t mode | - | - | - | - | fs/open.c:472 |
4095 | fchown | 0xfff | unsigned int fd | uid_t user | gid_t group | - | - | - | fs/open.c:605 |
4096 | getpriority | 0x1000 | int which | int who | - | - | - | - | kernel/sys.c:241 |
4097 | setpriority | 0x1001 | int which | int who | int niceval | - | - | - | kernel/sys.c:172 |
4098 | profil | - | - | - | - | - | - | - | Not implemented |
4099 | statfs | 0x1003 | const char *pathname | struct statfs *buf | - | - | - | - | fs/statfs.c:166 |
4100 | fstatfs | 0x1004 | unsigned int fd | struct statfs *buf | - | - | - | - | fs/statfs.c:187 |
4101 | ioperm | - | - | - | - | - | - | - | Not implemented |
4102 | socketcall | 0x1006 | int call | unsigned long *args | - | - | - | - | net/socket.c:2355 |
4103 | syslog | 0x1007 | int type | char *buf | int len | - | - | - | kernel/printk.c:1195 |
4104 | setitimer | 0x1008 | int which | struct itimerval *value | struct itimerval *ovalue | - | - | - | kernel/itimer.c:278 |
4105 | getitimer | 0x1009 | int which | struct itimerval *value | - | - | - | - | kernel/itimer.c:103 |
4106 | stat | 0x100a | const char *filename | struct __old_kernel_stat *statbuf | - | - | - | - | fs/stat.c:155 |
4107 | lstat | 0x100b | const char *filename | struct __old_kernel_stat *statbuf | - | - | - | - | fs/stat.c:168 |
4108 | fstat | 0x100c | unsigned int fd | struct __old_kernel_stat *statbuf | - | - | - | - | fs/stat.c:181 |
4109 | unused109 | - | - | - | - | - | - | - | Not implemented |
4110 | iopl | - | - | - | - | - | - | - | Not implemented |
4111 | vhangup | 0x100f | - | - | - | - | - | - | fs/open.c:1156 |
4112 | idle | - | - | - | - | - | - | - | Not implemented |
4113 | vm86 | - | - | - | - | - | - | - | Not implemented |
4114 | wait4 | 0x1012 | pid_t upid | int *stat_addr | int options | struct rusage *ru | - | - | kernel/exit.c:1834 |
4115 | swapoff | 0x1013 | const char *specialfile | - | - | - | - | - | mm/swapfile.c:1539 |
4116 | sysinfo | 0x1014 | struct sysinfo *info | - | - | - | - | - | kernel/timer.c:1641 |
4117 | ipc | 0x1015 | unsigned int call | int first | unsigned long second | unsigned long third | void *ptr | long fifth | ipc/syscall.c:16 |
4118 | fsync | 0x1016 | unsigned int fd | - | - | - | - | - | fs/sync.c:201 |
4119 | sigreturn | 0x1017 | - | - | - | - | - | - | arch/mips/kernel/signal.c:330 |
4120 | clone | 0x1018 | - | - | - | - | - | - | arch/mips/kernel/syscall.c:100 |
4121 | setdomainname | 0x1019 | char *name | int len | - | - | - | - | kernel/sys.c:1416 |
4122 | uname | 0x101a | struct old_utsname *name | - | - | - | - | - | kernel/sys.c:1311 |
4123 | modify_ldt | - | - | - | - | - | - | - | Not implemented |
4124 | adjtimex | 0x101c | struct timex *txc_p | - | - | - | - | - | kernel/time.c:200 |
4125 | mprotect | 0x101d | unsigned long start | size_t len | unsigned long prot | - | - | - | mm/mprotect.c:232 |
4126 | sigprocmask | 0x101e | int how | old_sigset_t *nset | old_sigset_t *oset | - | - | - | kernel/signal.c:3125 |
4127 | create_module | - | - | - | - | - | - | - | Not implemented |
4128 | init_module | 0x1020 | void *umod | unsigned long len | const char *uargs | - | - | - | kernel/module.c:3010 |
4129 | delete_module | 0x1021 | const char *name_user | unsigned int flags | - | - | - | - | kernel/module.c:768 |
4130 | get_kernel_syms | - | - | - | - | - | - | - | Not implemented |
4131 | quotactl | 0x1023 | unsigned int cmd | const char *special | qid_t id | void *addr | - | - | fs/quota/quota.c:346 |
4132 | getpgid | 0x1024 | pid_t pid | - | - | - | - | - | kernel/sys.c:1154 |
4133 | fchdir | 0x1025 | unsigned int fd | - | - | - | - | - | fs/open.c:396 |
4134 | bdflush | 0x1026 | int func | long data | - | - | - | - | fs/buffer.c:3130 |
4135 | sysfs | 0x1027 | int option | unsigned long arg1 | unsigned long arg2 | - | - | - | fs/filesystems.c:183 |
4136 | personality | 0x1028 | unsigned int personality | - | - | - | - | - | kernel/exec_domain.c:182 |
4137 | afs_syscall | - | - | - | - | - | - | - | Not implemented |
4138 | setfsuid | 0x102a | uid_t uid | - | - | - | - | - | kernel/sys.c:969 |
4139 | setfsgid | 0x102b | gid_t gid | - | - | - | - | - | kernel/sys.c:1008 |
4140 | _llseek | 0x102c | unsigned int fd | unsigned long offset_high | unsigned long offset_low | loff_t *result | unsigned int origin | - | fs/read_write.c:254 |
4141 | getdents | 0x102d | unsigned int fd | struct linux_dirent *dirent | unsigned int count | - | - | - | fs/readdir.c:191 |
4142 | _newselect | 0x102e | int n | fd_set *inp | fd_set *outp | fd_set *exp | struct timeval *tvp | - | fs/select.c:593 |
4143 | flock | 0x102f | unsigned int fd | unsigned int cmd | - | - | - | - | fs/locks.c:1636 |
4144 | msync | 0x1030 | unsigned long start | size_t len | int flags | - | - | - | mm/msync.c:31 |
4145 | readv | 0x1031 | unsigned long fd | const struct iovec *vec | unsigned long vlen | - | - | - | fs/read_write.c:787 |
4146 | writev | 0x1032 | unsigned long fd | const struct iovec *vec | unsigned long vlen | - | - | - | fs/read_write.c:808 |
4147 | cacheflush | 0x1033 | unsigned long addr | unsigned long bytes | unsigned int cache | - | - | - | arch/mips/mm/cache.c:67 |
4148 | cachectl | 0x1034 | char *addr | int nbytes | int op | - | - | - | arch/mips/kernel/syscall.c:303 |
4149 | sysmips | 0x1035 | - | - | - | - | - | - | arch/mips/kernel/syscall.c:265 |
4150 | unused150 | - | - | - | - | - | - | - | Not implemented |
4151 | getsid | 0x1037 | pid_t pid | - | - | - | - | - | kernel/sys.c:1191 |
4152 | fdatasync | 0x1038 | unsigned int fd | - | - | - | - | - | fs/sync.c:206 |
4153 | _sysctl | 0x1039 | struct __sysctl_args *args | - | - | - | - | - | kernel/sysctl_binary.c:1444 |
4154 | mlock | 0x103a | unsigned long start | size_t len | - | - | - | - | mm/mlock.c:482 |
4155 | munlock | 0x103b | unsigned long start | size_t len | - | - | - | - | mm/mlock.c:512 |
4156 | mlockall | 0x103c | int flags | - | - | - | - | - | mm/mlock.c:549 |
4157 | munlockall | 0x103d | - | - | - | - | - | - | mm/mlock.c:582 |
4158 | sched_setparam | 0x103e | pid_t pid | struct sched_param *param | - | - | - | - | kernel/sched/core.c:4477 |
4159 | sched_getparam | 0x103f | pid_t pid | struct sched_param *param | - | - | - | - | kernel/sched/core.c:4512 |
4160 | sched_setscheduler | 0x1040 | pid_t pid | int policy | struct sched_param *param | - | - | - | kernel/sched/core.c:4462 |
4161 | sched_getscheduler | 0x1041 | pid_t pid | - | - | - | - | - | kernel/sched/core.c:4486 |
4162 | sched_yield | 0x1042 | - | - | - | - | - | - | kernel/sched/core.c:4711 |
4163 | sched_get_priority_max | 0x1043 | int policy | - | - | - | - | - | kernel/sched/core.c:4935 |
4164 | sched_get_priority_min | 0x1044 | int policy | - | - | - | - | - | kernel/sched/core.c:4960 |
4165 | sched_rr_get_interval | 0x1045 | pid_t pid | struct timespec *interval | - | - | - | - | kernel/sched/core.c:4985 |
4166 | nanosleep | 0x1046 | struct timespec *rqtp | struct timespec *rmtp | - | - | - | - | kernel/hrtimer.c:1621 |
4167 | mremap | 0x1047 | unsigned long addr | unsigned long old_len | unsigned long new_len | unsigned long flags | unsigned long new_addr | - | mm/mremap.c:431 |
4168 | accept | 0x1048 | int fd | struct sockaddr *upeer_sockaddr | int *upeer_addrlen | - | - | - | net/socket.c:1582 |
4169 | bind | 0x1049 | int fd | struct sockaddr *umyaddr | int addrlen | - | - | - | net/socket.c:1446 |
4170 | connect | 0x104a | int fd | struct sockaddr *uservaddr | int addrlen | - | - | - | net/socket.c:1600 |
4171 | getpeername | 0x104b | int fd | struct sockaddr *usockaddr | int *usockaddr_len | - | - | - | net/socket.c:1663 |
4172 | getsockname | 0x104c | int fd | struct sockaddr *usockaddr | int *usockaddr_len | - | - | - | net/socket.c:1632 |
4173 | getsockopt | 0x104d | int fd | int level | int optname | char *optval | int *optlen | - | net/socket.c:1844 |
4174 | listen | 0x104e | int fd | int backlog | - | - | - | - | net/socket.c:1475 |
4175 | recv | 0x104f | int fd | void *ubuf | size_t size | unsigned int flags | - | - | net/socket.c:1799 |
4176 | recvfrom | 0x1050 | int fd | void *ubuf | size_t size | unsigned int flags | struct sockaddr *addr | int *addr_len | net/socket.c:1754 |
4177 | recvmsg | 0x1051 | int fd | struct msghdr *msg | unsigned int flags | - | - | - | net/socket.c:2189 |
4178 | send | 0x1052 | int fd | void *buff | size_t len | unsigned int flags | - | - | net/socket.c:1742 |
4179 | sendmsg | 0x1053 | int fd | struct msghdr *msg | unsigned int flags | - | - | - | net/socket.c:2016 |
4180 | sendto | 0x1054 | int fd | void *buff | size_t len | unsigned int flags | struct sockaddr *addr | int addr_len | net/socket.c:1695 |
4181 | setsockopt | 0x1055 | int fd | int level | int optname | char *optval | int optlen | - | net/socket.c:1810 |
4182 | shutdown | 0x1056 | int fd | int how | - | - | - | - | net/socket.c:1874 |
4183 | socket | 0x1057 | int family | int type | int protocol | - | - | - | net/socket.c:1324 |
4184 | socketpair | 0x1058 | int family | int type | int protocol | int *usockvec | - | - | net/socket.c:1365 |
4185 | setresuid | 0x1059 | uid_t ruid | uid_t euid | uid_t suid | - | - | - | kernel/sys.c:808 |
4186 | getresuid | 0x105a | uid_t *ruidp | uid_t *euidp | uid_t *suidp | - | - | - | kernel/sys.c:873 |
4187 | query_module | - | - | - | - | - | - | - | Not implemented |
4188 | poll | 0x105c | struct pollfd *ufds | unsigned int nfds | int timeout_msecs | - | - | - | fs/select.c:908 |
4189 | nfsservctl | - | - | - | - | - | - | - | Not implemented |
4190 | setresgid | 0x105e | gid_t rgid | gid_t egid | gid_t sgid | - | - | - | kernel/sys.c:893 |
4191 | getresgid | 0x105f | gid_t *rgidp | gid_t *egidp | gid_t *sgidp | - | - | - | kernel/sys.c:945 |
4192 | prctl | 0x1060 | int option | unsigned long arg2 | unsigned long arg3 | unsigned long arg4 | unsigned long arg5 | - | kernel/sys.c:1999 |
4193 | rt_sigreturn | 0x1061 | - | - | - | - | - | - | arch/mips/kernel/signal.c:365 |
4194 | rt_sigaction | 0x1062 | int sig | const struct sigaction *act | struct sigaction *oact | size_t sigsetsize | - | - | kernel/signal.c:3174 |
4195 | rt_sigprocmask | 0x1063 | int how | sigset_t *nset | sigset_t *oset | size_t sigsetsize | - | - | kernel/signal.c:2591 |
4196 | rt_sigpending | 0x1064 | sigset_t *set | size_t sigsetsize | - | - | - | - | kernel/signal.c:2651 |
4197 | rt_sigtimedwait | 0x1065 | const sigset_t *uthese | siginfo_t *uinfo | const struct timespec *uts | size_t sigsetsize | - | - | kernel/signal.c:2805 |
4198 | rt_sigqueueinfo | 0x1066 | pid_t pid | int sig | siginfo_t *uinfo | - | - | - | kernel/signal.c:2938 |
4199 | rt_sigsuspend | 0x1067 | sigset_t *unewset | size_t sigsetsize | - | - | - | - | kernel/signal.c:3274 |
4200 | pread64 | 0x1068 | char *buf size_t count | loff_t pos | - | - | - | - | fs/read_write.c:495 |
4201 | pwrite64 | 0x1069 | const char *buf size_t count | loff_t pos | - | - | - | - | fs/read_write.c:524 |
4202 | chown | 0x106a | const char *filename | uid_t user | gid_t group | - | - | - | fs/open.c:540 |
4203 | getcwd | 0x106b | char *buf | unsigned long size | - | - | - | - | fs/dcache.c:2885 |
4204 | capget | 0x106c | cap_user_header_t header | cap_user_data_t dataptr | - | - | - | - | kernel/capability.c:158 |
4205 | capset | 0x106d | cap_user_header_t header | const cap_user_data_t data | - | - | - | - | kernel/capability.c:232 |
4206 | sigaltstack | 0x106e | - | - | - | - | - | - | arch/mips/kernel/signal.c:320 |
4207 | sendfile | 0x106f | int out_fd | int in_fd | off_t *offset | size_t count | - | - | fs/read_write.c:973 |
4208 | getpmsg | - | - | - | - | - | - | - | Not implemented |
4209 | putpmsg | - | - | - | - | - | - | - | Not implemented |
4210 | mmap2 | 0x1072 | unsigned long addr | unsigned long len | unsigned long prot | unsigned long flags | unsigned long fd | unsigned long pgoff | mm/mmap.c:1105 |
4211 | truncate64 | 0x1073 | loff_t length | - | - | - | - | - | fs/open.c:188 |
4212 | ftruncate64 | 0x1074 | loff_t length | - | - | - | - | - | fs/open.c:200 |
4213 | stat64 | 0x1075 | const char *filename | struct stat64 *statbuf | - | - | - | - | fs/stat.c:372 |
4214 | lstat64 | 0x1076 | const char *filename | struct stat64 *statbuf | - | - | - | - | fs/stat.c:384 |
4215 | fstat64 | 0x1077 | unsigned long fd | struct stat64 *statbuf | - | - | - | - | fs/stat.c:396 |
4216 | pivot_root | 0x1078 | const char *new_root | const char *put_old | - | - | - | - | fs/namespace.c:2453 |
4217 | mincore | 0x1079 | unsigned long start | size_t len | unsigned char *vec | - | - | - | mm/mincore.c:266 |
4218 | madvise | 0x107a | unsigned long start | size_t len_in | int behavior | - | - | - | mm/madvise.c:362 |
4219 | getdents64 | 0x107b | unsigned int fd | struct linux_dirent64 *dirent | unsigned int count | - | - | - | fs/readdir.c:272 |
4220 | fcntl64 | 0x107c | unsigned int fd | unsigned int cmd | unsigned long arg | - | - | - | fs/fcntl.c:468 |
4221 | reserved221 | - | - | - | - | - | - | - | Not implemented |
4222 | gettid | 0x107e | - | - | - | - | - | - | kernel/timer.c:1569 |
4223 | readahead | 0x107f | loff_t offset size_t count | - | - | - | - | - | mm/readahead.c:579 |
4224 | setxattr | 0x1080 | const char *pathname | const char *name | const void *value | size_t size | int flags | - | fs/xattr.c:361 |
4225 | lsetxattr | 0x1081 | const char *pathname | const char *name | const void *value | size_t size | int flags | - | fs/xattr.c:380 |
4226 | fsetxattr | 0x1082 | int fd | const char *name | const void *value | size_t size | int flags | - | fs/xattr.c:399 |
4227 | getxattr | 0x1083 | const char *pathname | const char *name | void *value | size_t size | - | - | fs/xattr.c:459 |
4228 | lgetxattr | 0x1084 | const char *pathname | const char *name | void *value | size_t size | - | - | fs/xattr.c:473 |
4229 | fgetxattr | 0x1085 | int fd | const char *name | void *value | size_t size | - | - | fs/xattr.c:487 |
4230 | listxattr | 0x1086 | const char *pathname | char *list | size_t size | - | - | - | fs/xattr.c:541 |
4231 | llistxattr | 0x1087 | const char *pathname | char *list | size_t size | - | - | - | fs/xattr.c:555 |
4232 | flistxattr | 0x1088 | int fd | char *list | size_t size | - | - | - | fs/xattr.c:569 |
4233 | removexattr | 0x1089 | const char *pathname | const char *name | - | - | - | - | fs/xattr.c:602 |
4234 | lremovexattr | 0x108a | const char *pathname | const char *name | - | - | - | - | fs/xattr.c:620 |
4235 | fremovexattr | 0x108b | int fd | const char *name | - | - | - | - | fs/xattr.c:638 |
4236 | tkill | 0x108c | pid_t pid | int sig | - | - | - | - | kernel/signal.c:2923 |
4237 | sendfile64 | 0x108d | int out_fd | int in_fd | loff_t *offset | size_t count | - | - | fs/read_write.c:992 |
4238 | futex | 0x108e | u32 *uaddr | int op | u32 val | struct timespec *utime | u32 *uaddr2 | u32 val3 | kernel/futex.c:2680 |
4239 | sched_setaffinity | 0x108f | pid_t pid | unsigned int len | unsigned long *user_mask_ptr | - | - | - | kernel/sched/core.c:4626 |
4240 | sched_getaffinity | 0x1090 | pid_t pid | unsigned int len | unsigned long *user_mask_ptr | - | - | - | kernel/sched/core.c:4677 |
4241 | io_setup | 0x1091 | unsigned nr_events | aio_context_t *ctxp | - | - | - | - | fs/aio.c:1298 |
4242 | io_destroy | 0x1092 | aio_context_t ctx | - | - | - | - | - | fs/aio.c:1334 |
4243 | io_getevents | 0x1093 | aio_context_t ctx_id | long min_nr | long nr | struct io_event *events | struct timespec *timeout | - | fs/aio.c:1844 |
4244 | io_submit | 0x1094 | aio_context_t ctx_id | long nr | struct iocb * *iocbpp | - | - | - | fs/aio.c:1746 |
4245 | io_cancel | 0x1095 | aio_context_t ctx_id | struct iocb *iocb | struct io_event *result | - | - | - | fs/aio.c:1781 |
4246 | exit_group | 0x1096 | int error_code | - | - | - | - | - | kernel/exit.c:1136 |
4247 | lookup_dcookie | 0x1097 | char *buf size_t len | - | - | - | - | - | fs/dcookies.c:148 |
4248 | epoll_create | 0x1098 | int size | - | - | - | - | - | fs/eventpoll.c:1668 |
4249 | epoll_ctl | 0x1099 | int epfd | int op | int fd | struct epoll_event *event | - | - | fs/eventpoll.c:1681 |
4250 | epoll_wait | 0x109a | int epfd | struct epoll_event *events | int maxevents | int timeout | - | - | fs/eventpoll.c:1809 |
4251 | remap_file_pages | 0x109b | unsigned long start | unsigned long size | unsigned long prot | unsigned long pgoff | unsigned long flags | - | mm/fremap.c:122 |
4252 | set_tid_address | 0x109c | int *tidptr | - | - | - | - | - | kernel/fork.c:1109 |
4253 | restart_syscall | 0x109d | - | - | - | - | - | - | kernel/signal.c:2501 |
4254 | fadvise64 | 0x109e | loff_t offset size_t len | int advice | - | - | - | - | mm/fadvise.c:148 |
4255 | statfs64 | 0x109f | const char *pathname | size_t sz | struct statfs64 *buf | - | - | - | fs/statfs.c:175 |
4256 | fstatfs64 | 0x10a0 | unsigned int fd | size_t sz | struct statfs64 *buf | - | - | - | fs/statfs.c:196 |
4257 | timer_create | 0x10a1 | const clockid_t which_clock | struct sigevent *timer_event_spec | timer_t *created_timer_id | - | - | - | kernel/posix-timers.c:535 |
4258 | timer_settime | 0x10a2 | timer_t timer_id | int flags | const struct itimerspec *new_setting | struct itimerspec *old_setting | - | - | kernel/posix-timers.c:819 |
4259 | timer_gettime | 0x10a3 | timer_t timer_id | struct itimerspec *setting | - | - | - | - | kernel/posix-timers.c:715 |
4260 | timer_getoverrun | 0x10a4 | timer_t timer_id | - | - | - | - | - | kernel/posix-timers.c:751 |
4261 | timer_delete | 0x10a5 | timer_t timer_id | - | - | - | - | - | kernel/posix-timers.c:882 |
4262 | clock_settime | 0x10a6 | const clockid_t which_clock | const struct timespec *tp | - | - | - | - | kernel/posix-timers.c:950 |
4263 | clock_gettime | 0x10a7 | const clockid_t which_clock | struct timespec *tp | - | - | - | - | kernel/posix-timers.c:965 |
4264 | clock_getres | 0x10a8 | const clockid_t which_clock | struct timespec *tp | - | - | - | - | kernel/posix-timers.c:1006 |
4265 | clock_nanosleep | 0x10a9 | const clockid_t which_clock | int flags | const struct timespec *rqtp | struct timespec *rmtp | - | - | kernel/posix-timers.c:1035 |
4266 | tgkill | 0x10aa | pid_t tgid | pid_t pid | int sig | - | - | - | kernel/signal.c:2907 |
4267 | utimes | 0x10ab | char *filename | struct timeval *utimes | - | - | - | - | fs/utimes.c:221 |
4268 | mbind | 0x10ac | unsigned long start | unsigned long len | unsigned long mode | unsigned long *nmask | unsigned long maxnode | unsigned flags | mm/mempolicy.c:1263 |
4269 | get_mempolicy | 0x10ad | int *policy | unsigned long *nmask | unsigned long maxnode | unsigned long addr | unsigned long flags | - | mm/mempolicy.c:1400 |
4270 | set_mempolicy | 0x10ae | int mode | unsigned long *nmask | unsigned long maxnode | - | - | - | mm/mempolicy.c:1285 |
4271 | mq_open | 0x10af | const char *u_name | int oflag | umode_t mode | struct mq_attr *u_attr | - | - | ipc/mqueue.c:803 |
4272 | mq_unlink | 0x10b0 | const char *u_name | - | - | - | - | - | ipc/mqueue.c:876 |
4273 | mq_timedsend | 0x10b1 | mqd_t mqdes | const char *u_msg_ptr | size_t msg_len | unsigned int msg_prio | const struct timespec *u_abs_timeout | - | ipc/mqueue.c:971 |
4274 | mq_timedreceive | 0x10b2 | mqd_t mqdes | char *u_msg_ptr | size_t msg_len | unsigned int *u_msg_prio | const struct timespec *u_abs_timeout | - | ipc/mqueue.c:1092 |
4275 | mq_notify | 0x10b3 | mqd_t mqdes | const struct sigevent *u_notification | - | - | - | - | ipc/mqueue.c:1201 |
4276 | mq_getsetattr | 0x10b4 | mqd_t mqdes | const struct mq_attr *u_mqstat | struct mq_attr *u_omqstat | - | - | - | ipc/mqueue.c:1333 |
4277 | vserver | - | - | - | - | - | - | - | Not implemented |
4278 | waitid | 0x10b6 | int which | pid_t upid | struct siginfo *infop | int options | struct rusage *ru | - | kernel/exit.c:1763 |
4280 | add_key | 0x10b8 | const char *_type | const char *_description | const void *_payload | size_t plen | key_serial_t ringid | - | security/keys/keyctl.c:54 |
4281 | request_key | 0x10b9 | const char *_type | const char *_description | const char *_callout_info | key_serial_t destringid | - | - | security/keys/keyctl.c:147 |
4282 | keyctl | 0x10ba | int option | unsigned long arg2 | unsigned long arg3 | unsigned long arg4 | unsigned long arg5 | - | security/keys/keyctl.c:1556 |
4283 | set_thread_area | 0x10bb | unsigned long addr | - | - | - | - | - | arch/mips/kernel/syscall.c:152 |
4284 | inotify_init | 0x10bc | - | - | - | - | - | - | fs/notify/inotify/inotify_user.c:749 |
4285 | inotify_add_watch | 0x10bd | int fd | const char *pathname | u32 mask | - | - | - | fs/notify/inotify/inotify_user.c:754 |
4286 | inotify_rm_watch | 0x10be | int fd | __s32 wd | - | - | - | - | fs/notify/inotify/inotify_user.c:795 |
4287 | migrate_pages | 0x10bf | pid_t pid | unsigned long maxnode | const unsigned long *old_nodes | const unsigned long *new_nodes | - | - | mm/mempolicy.c:1304 |
4288 | openat | 0x10c0 | int dfd | const char *filename | int flags | umode_t mode | - | - | fs/open.c:1059 |
4289 | mkdirat | 0x10c1 | int dfd | const char *pathname | umode_t mode | - | - | - | fs/namei.c:2723 |
4290 | mknodat | 0x10c2 | int dfd | const char *filename | umode_t mode | unsigned dev | - | - | fs/namei.c:2646 |
4291 | fchownat | 0x10c3 | int dfd | const char *filename | uid_t user | gid_t group | int flag | - | fs/open.c:559 |
4292 | futimesat | 0x10c4 | int dfd | const char *filename | struct timeval *utimes | - | - | - | fs/utimes.c:193 |
4293 | fstatat64 | 0x10c5 | int dfd | const char *filename | struct stat64 *statbuf | int flag | - | - | fs/stat.c:407 |
4294 | unlinkat | 0x10c6 | int dfd | const char *pathname | int flag | - | - | - | fs/namei.c:2968 |
4295 | renameat | 0x10c7 | int olddfd | const char *oldname | int newdfd | const char *newname | - | - | fs/namei.c:3309 |
4296 | linkat | 0x10c8 | int olddfd | const char *oldname | int newdfd | const char *newname | int flags | - | fs/namei.c:3097 |
4297 | symlinkat | 0x10c9 | const char *oldname | int newdfd | const char *newname | - | - | - | fs/namei.c:3004 |
4298 | readlinkat | 0x10ca | int dfd | const char *pathname | char *buf | int bufsiz | - | - | fs/stat.c:293 |
4299 | fchmodat | 0x10cb | int dfd | const char *filename | umode_t mode | - | - | - | fs/open.c:486 |
4300 | faccessat | 0x10cc | int dfd | const char *filename | int mode | - | - | - | fs/open.c:299 |
4301 | pselect6 | 0x10cd | int n | fd_set *inp | fd_set *outp | fd_set *exp | struct timespec *tsp | void *sig | fs/select.c:671 |
4302 | ppoll | 0x10ce | struct pollfd *ufds | unsigned int nfds | struct timespec *tsp | const sigset_t *sigmask | size_t sigsetsize | - | fs/select.c:942 |
4303 | unshare | 0x10cf | unsigned long unshare_flags | - | - | - | - | - | kernel/fork.c:1778 |
4304 | splice | 0x10d0 | int fd_in | loff_t *off_in | int fd_out | loff_t *off_out | size_t len | unsigned int flags | fs/splice.c:1689 |
4305 | sync_file_range | 0x10d1 | loff_t offset loff_t nbytes | unsigned int flags | - | - | - | - | fs/sync.c:275 |
4306 | tee | 0x10d2 | int fdin | int fdout | size_t len | unsigned int flags | - | - | fs/splice.c:2025 |
4307 | vmsplice | 0x10d3 | int fd | const struct iovec *iov | unsigned long nr_segs | unsigned int flags | - | - | fs/splice.c:1663 |
4308 | move_pages | 0x10d4 | pid_t pid | unsigned long nr_pages | const void * *pages | const int *nodes | int *status | int flags | mm/migrate.c:1343 |
4309 | set_robust_list | 0x10d5 | struct robust_list_head *head | size_t len | - | - | - | - | kernel/futex.c:2422 |
4310 | get_robust_list | 0x10d6 | int pid | struct robust_list_head * *head_ptr | size_t *len_ptr | - | - | - | kernel/futex.c:2444 |
4311 | kexec_load | 0x10d7 | unsigned long entry | unsigned long nr_segments | struct kexec_segment *segments | unsigned long flags | - | - | kernel/kexec.c:940 |
4312 | getcpu | 0x10d8 | unsigned *cpup | unsigned *nodep | struct getcpu_cache *unused | - | - | - | kernel/sys.c:2179 |
4313 | epoll_pwait | 0x10d9 | int epfd | struct epoll_event *events | int maxevents | int timeout | const sigset_t *sigmask | size_t sigsetsize | fs/eventpoll.c:1860 |
4314 | ioprio_set | 0x10da | int which | int who | int ioprio | - | - | - | fs/ioprio.c:61 |
4315 | ioprio_get | 0x10db | int which | int who | - | - | - | - | fs/ioprio.c:176 |
4316 | utimensat | 0x10dc | int dfd | const char *filename | struct timespec *utimes | int flags | - | - | fs/utimes.c:175 |
4317 | signalfd | 0x10dd | int ufd | sigset_t *user_mask | size_t sizemask | - | - | - | fs/signalfd.c:292 |
4318 | timerfd | - | - | - | - | - | - | - | Not implemented |
4319 | eventfd | 0x10df | unsigned int count | - | - | - | - | - | fs/eventfd.c:431 |
4320 | fallocate | 0x10e0 | int mode loff_t offset | loff_t len | - | - | - | - | fs/open.c:272 |
4321 | timerfd_create | 0x10e1 | int clockid | int flags | - | - | - | - | fs/timerfd.c:252 |
4322 | timerfd_gettime | 0x10e2 | int ufd | struct itimerspec *otmr | - | - | - | - | fs/timerfd.c:344 |
4323 | timerfd_settime | 0x10e3 | int ufd | int flags | const struct itimerspec *utmr | struct itimerspec *otmr | - | - | fs/timerfd.c:283 |
4324 | signalfd4 | 0x10e4 | int ufd | sigset_t *user_mask | size_t sizemask | int flags | - | - | fs/signalfd.c:237 |
4325 | eventfd2 | 0x10e5 | unsigned int count | int flags | - | - | - | - | fs/eventfd.c:406 |
4326 | epoll_create1 | 0x10e6 | int flags | - | - | - | - | - | fs/eventpoll.c:1625 |
4327 | dup3 | 0x10e7 | unsigned int oldfd | unsigned int newfd | int flags | - | - | - | fs/fcntl.c:53 |
4328 | pipe2 | 0x10e8 | int *fildes | int flags | - | - | - | - | fs/pipe.c:1133 |
4329 | inotify_init1 | 0x10e9 | int flags | - | - | - | - | - | fs/notify/inotify/inotify_user.c:724 |
4330 | preadv | 0x10ea | unsigned long fd | const struct iovec *vec | unsigned long vlen | unsigned long pos_l | unsigned long pos_h | - | fs/read_write.c:835 |
4331 | pwritev | 0x10eb | unsigned long fd | const struct iovec *vec | unsigned long vlen | unsigned long pos_l | unsigned long pos_h | - | fs/read_write.c:860 |
4332 | rt_tgsigqueueinfo | 0x10ec | pid_t tgid | pid_t pid | int sig | siginfo_t *uinfo | - | - | kernel/signal.c:2979 |
4333 | perf_event_open | 0x10ed | struct perf_event_attr *attr_uptr | pid_t pid | int cpu | int group_fd | unsigned long flags | - | kernel/events/core.c:6186 |
4334 | accept4 | 0x10ee | int fd | struct sockaddr *upeer_sockaddr | int *upeer_addrlen | int flags | - | - | net/socket.c:1508 |
4335 | recvmmsg | 0x10ef | int fd | struct mmsghdr *mmsg | unsigned int vlen | unsigned int flags | struct timespec *timeout | - | net/socket.c:2313 |
4336 | fanotify_init | 0x10f0 | unsigned int flags | unsigned int event_f_flags | - | - | - | - | fs/notify/fanotify/fanotify_user.c:679 |
4337 | fanotify_mark | 0x10f1 | unsigned int flags __u64 mask | int dfd const char *pathname | - | - | - | - | fs/notify/fanotify/fanotify_user.c:767 |
4338 | prlimit64 | 0x10f2 | pid_t pid | unsigned int resource | const struct rlimit64 *new_rlim | struct rlimit64 *old_rlim | - | - | kernel/sys.c:1599 |
4339 | name_to_handle_at | 0x10f3 | int dfd | const char *name | struct file_handle *handle | int *mnt_id | int flag | - | fs/fhandle.c:92 |
4340 | open_by_handle_at | 0x10f4 | int mountdirfd | struct file_handle *handle | int flags | - | - | - | fs/fhandle.c:257 |
4341 | clock_adjtime | 0x10f5 | const clockid_t which_clock | struct timex *utx | - | - | - | - | kernel/posix-timers.c:983 |
4342 | syncfs | 0x10f6 | int fd | - | - | - | - | - | fs/sync.c:134 |
4343 | sendmmsg | 0x10f7 | int fd | struct mmsghdr *mmsg | unsigned int vlen | unsigned int flags | - | - | net/socket.c:2091 |
4344 | setns | 0x10f8 | int fd | int nstype | - | - | - | - | kernel/nsproxy.c:235 |
4345 | process_vm_readv | 0x10f9 | pid_t pid | const struct iovec *lvec | unsigned long liovcnt | const struct iovec *rvec | unsigned long riovcnt | unsigned long flags | mm/process_vm_access.c:398 |
4346 | process_vm_writev | 0x10fa | pid_t pid | const struct iovec *lvec | unsigned long liovcnt | const struct iovec *rvec | unsigned long riovcnt | unsigned long flags | mm/process_vm_access.c:405 |