1024 | ni_syscall | 0x400 | void | - | - | - | - | - | kernel/sys_ni.c:14 |
1025 | exit | 0x401 | int error_code | - | - | - | - | - | kernel/exit.c:1095 |
1026 | read | 0x402 | unsigned int fd | char *buf | size_t count | - | - | - | fs/read_write.c:460 |
1027 | write | 0x403 | unsigned int fd | const char *buf | size_t count | - | - | - | fs/read_write.c:477 |
1028 | open | 0x404 | const char *filename | int flags | umode_t mode | - | - | - | fs/open.c:1046 |
1029 | close | 0x405 | unsigned int fd | - | - | - | - | - | fs/open.c:1117 |
1030 | creat | 0x406 | const char *pathname | umode_t mode | - | - | - | - | fs/open.c:1079 |
1031 | link | 0x407 | const char *oldname | const char *newname | - | - | - | - | fs/namei.c:3152 |
1032 | unlink | 0x408 | const char *pathname | - | - | - | - | - | fs/namei.c:2979 |
1033 | execve | 0x409 | const char *const *argv const char *const *envp | - | - | - | - | - | arch/ia64/kernel/process.c:609 |
1034 | chdir | 0x40a | const char *filename | - | - | - | - | - | fs/open.c:375 |
1035 | fchdir | 0x40b | unsigned int fd | - | - | - | - | - | fs/open.c:396 |
1036 | utimes | 0x40c | char *filename | struct timeval *utimes | - | - | - | - | fs/utimes.c:221 |
1037 | mknod | 0x40d | const char *filename | umode_t mode | unsigned dev | - | - | - | fs/namei.c:2693 |
1038 | chmod | 0x40e | const char *filename | umode_t mode | - | - | - | - | fs/open.c:499 |
1039 | chown | 0x40f | const char *filename | uid_t user | gid_t group | - | - | - | fs/open.c:540 |
1040 | lseek | 0x410 | unsigned int fd | off_t offset | unsigned int origin | - | - | - | fs/read_write.c:230 |
1041 | getpid | 0x411 | - | - | - | - | - | - | kernel/timer.c:1413 |
1042 | getppid | 0x412 | - | - | - | - | - | - | kernel/timer.c:1424 |
1043 | mount | 0x413 | char *dev_name | char *dir_name | char *type | unsigned long flags | void *data | - | fs/namespace.c:2362 |
1044 | umount | 0x414 | char *name | int flags | - | - | - | - | fs/namespace.c:1190 |
1045 | setuid | 0x415 | uid_t uid | - | - | - | - | - | kernel/sys.c:761 |
1046 | getuid | 0x416 | - | - | - | - | - | - | kernel/timer.c:1435 |
1047 | geteuid | 0x417 | - | - | - | - | - | - | kernel/timer.c:1441 |
1048 | ptrace | 0x418 | long request | long pid | unsigned long addr | unsigned long data | - | - | kernel/ptrace.c:857 |
1049 | access | 0x419 | const char *filename | int mode | - | - | - | - | fs/open.c:370 |
1050 | sync | 0x41a | - | - | - | - | - | - | fs/sync.c:98 |
1051 | fsync | 0x41b | unsigned int fd | - | - | - | - | - | fs/sync.c:201 |
1052 | fdatasync | 0x41c | unsigned int fd | - | - | - | - | - | fs/sync.c:206 |
1053 | kill | 0x41d | pid_t pid | int sig | - | - | - | - | kernel/signal.c:2841 |
1054 | rename | 0x41e | const char *oldname | const char *newname | - | - | - | - | fs/namei.c:3403 |
1055 | mkdir | 0x41f | const char *pathname | umode_t mode | - | - | - | - | fs/namei.c:2751 |
1056 | rmdir | 0x420 | const char *pathname | - | - | - | - | - | fs/namei.c:2870 |
1057 | dup | 0x421 | unsigned int fildes | - | - | - | - | - | fs/fcntl.c:131 |
1058 | pipe | 0x422 | int *fildes | - | - | - | - | - | fs/pipe.c:1149 |
1059 | times | 0x423 | struct tms *tbuf | - | - | - | - | - | kernel/sys.c:1058 |
1060 | brk | 0x424 | unsigned long brk | - | - | - | - | - | mm/mmap.c:246 |
1061 | setgid | 0x425 | gid_t gid | - | - | - | - | - | kernel/sys.c:614 |
1062 | getgid | 0x426 | - | - | - | - | - | - | kernel/timer.c:1447 |
1063 | getegid | 0x427 | - | - | - | - | - | - | kernel/timer.c:1453 |
1064 | acct | 0x428 | const char *name | - | - | - | - | - | kernel/acct.c:255 |
1065 | ioctl | 0x429 | unsigned int fd | unsigned int cmd | unsigned long arg | - | - | - | fs/ioctl.c:604 |
1066 | fcntl | 0x42a | unsigned int fd | unsigned int cmd | unsigned long arg | - | - | - | fs/fcntl.c:442 |
1067 | umask | 0x42b | int mask | - | - | - | - | - | kernel/sys.c:1782 |
1068 | chroot | 0x42c | const char *filename | - | - | - | - | - | fs/open.c:422 |
1069 | ustat | 0x42d | unsigned dev | struct ustat *ubuf | - | - | - | - | fs/statfs.c:222 |
1070 | dup2 | 0x42e | unsigned int oldfd | unsigned int newfd | - | - | - | - | fs/fcntl.c:116 |
1071 | setreuid | 0x42f | uid_t ruid | uid_t euid | - | - | - | - | kernel/sys.c:690 |
1072 | setregid | 0x430 | gid_t rgid | gid_t egid | - | - | - | - | kernel/sys.c:557 |
1073 | getresuid | 0x431 | uid_t *ruidp | uid_t *euidp | uid_t *suidp | - | - | - | kernel/sys.c:873 |
1074 | setresuid | 0x432 | uid_t ruid | uid_t euid | uid_t suid | - | - | - | kernel/sys.c:808 |
1075 | getresgid | 0x433 | gid_t *rgidp | gid_t *egidp | gid_t *sgidp | - | - | - | kernel/sys.c:945 |
1076 | setresgid | 0x434 | gid_t rgid | gid_t egid | gid_t sgid | - | - | - | kernel/sys.c:893 |
1077 | getgroups | 0x435 | int gidsetsize | gid_t *grouplist | - | - | - | - | kernel/groups.c:202 |
1078 | setgroups | 0x436 | int gidsetsize | gid_t *grouplist | - | - | - | - | kernel/groups.c:231 |
1079 | getpgid | 0x437 | pid_t pid | - | - | - | - | - | kernel/sys.c:1154 |
1080 | setpgid | 0x438 | pid_t pid | pid_t pgid | - | - | - | - | kernel/sys.c:1083 |
1081 | setsid | 0x439 | - | - | - | - | - | - | kernel/sys.c:1219 |
1082 | getsid | 0x43a | pid_t pid | - | - | - | - | - | kernel/sys.c:1191 |
1083 | sethostname | 0x43b | char *name | int len | - | - | - | - | kernel/sys.c:1365 |
1084 | setrlimit | 0x43c | unsigned int resource | struct rlimit *rlim | - | - | - | - | kernel/sys.c:1641 |
1085 | getrlimit | 0x43d | unsigned int resource | struct rlimit *rlim | - | - | - | - | kernel/sys.c:1440 |
1086 | getrusage | 0x43e | int who | struct rusage *ru | - | - | - | - | kernel/sys.c:1774 |
1087 | gettimeofday | 0x43f | struct timeval *tv | struct timezone *tz | - | - | - | - | kernel/time.c:101 |
1088 | settimeofday | 0x440 | struct timeval *tv | struct timezone *tz | - | - | - | - | kernel/time.c:179 |
1089 | select | 0x441 | int n | fd_set *inp | fd_set *outp | fd_set *exp | struct timeval *tvp | - | fs/select.c:593 |
1090 | poll | 0x442 | struct pollfd *ufds | unsigned int nfds | int timeout_msecs | - | - | - | fs/select.c:908 |
1091 | symlink | 0x443 | const char *oldname | const char *newname | - | - | - | - | fs/namei.c:3039 |
1092 | readlink | 0x444 | const char *path | char *buf | int bufsiz | - | - | - | fs/stat.c:321 |
1093 | uselib | 0x445 | const char *library | - | - | - | - | - | fs/exec.c:116 |
1094 | swapon | 0x446 | const char *specialfile | int swap_flags | - | - | - | - | mm/swapfile.c:1996 |
1095 | swapoff | 0x447 | const char *specialfile | - | - | - | - | - | mm/swapfile.c:1539 |
1096 | reboot | 0x448 | int magic1 | int magic2 | unsigned int cmd | void *arg | - | - | kernel/sys.c:432 |
1097 | truncate | 0x449 | const char *path | long length | - | - | - | - | fs/open.c:128 |
1098 | ftruncate | 0x44a | unsigned int fd | unsigned long length | - | - | - | - | fs/open.c:178 |
1099 | fchmod | 0x44b | unsigned int fd | umode_t mode | - | - | - | - | fs/open.c:472 |
1100 | fchown | 0x44c | unsigned int fd | uid_t user | gid_t group | - | - | - | fs/open.c:605 |
1101 | getpriority | 0x44d | int which | int who | - | - | - | - | kernel/sys.c:241 |
1102 | setpriority | 0x44e | int which | int who | int niceval | - | - | - | kernel/sys.c:172 |
1103 | statfs | 0x44f | const char *pathname | struct statfs *buf | - | - | - | - | fs/statfs.c:166 |
1104 | fstatfs | 0x450 | unsigned int fd | struct statfs *buf | - | - | - | - | fs/statfs.c:187 |
1105 | gettid | 0x451 | - | - | - | - | - | - | kernel/timer.c:1569 |
1106 | semget | 0x452 | key_t key | int nsems | int semflg | - | - | - | ipc/sem.c:367 |
1107 | semop | 0x453 | int semid | struct sembuf *tsops | unsigned nsops | - | - | - | ipc/sem.c:1548 |
1108 | semctl | 0x454 | int semnum int cmd | union semun arg | - | - | - | - | ipc/sem.c:1121 |
1109 | msgget | 0x455 | key_t key | int msgflg | - | - | - | - | ipc/msg.c:312 |
1110 | msgsnd | 0x456 | int msqid | struct msgbuf *msgp | size_t msgsz | int msgflg | - | - | ipc/msg.c:726 |
1111 | msgrcv | 0x457 | int msqid | struct msgbuf *msgp | size_t msgsz | long msgtyp | int msgflg | - | ipc/msg.c:907 |
1112 | msgctl | 0x458 | int msqid | int cmd | struct msqid_ds *buf | - | - | - | ipc/msg.c:469 |
1113 | shmget | 0x459 | key_t key | size_t size | int shmflg | - | - | - | ipc/shm.c:574 |
1114 | shmat | 0x45a | int shmid | char *shmaddr | int shmflg | - | - | - | ipc/shm.c:1105 |
1115 | shmdt | 0x45b | char *shmaddr | - | - | - | - | - | ipc/shm.c:1121 |
1116 | shmctl | 0x45c | int shmid | int cmd | struct shmid_ds *buf | - | - | - | ipc/shm.c:774 |
1117 | syslog | 0x45d | int type | char *buf | int len | - | - | - | kernel/printk.c:1195 |
1118 | setitimer | 0x45e | int which | struct itimerval *value | struct itimerval *ovalue | - | - | - | kernel/itimer.c:278 |
1119 | getitimer | 0x45f | int which | struct itimerval *value | - | - | - | - | kernel/itimer.c:103 |
1123 | vhangup | 0x463 | - | - | - | - | - | - | fs/open.c:1156 |
1124 | lchown | 0x464 | const char *filename | uid_t user | gid_t group | - | - | - | fs/open.c:586 |
1125 | remap_file_pages | 0x465 | unsigned long start | unsigned long size | unsigned long prot | unsigned long pgoff | unsigned long flags | - | mm/fremap.c:122 |
1126 | wait4 | 0x466 | pid_t upid | int *stat_addr | int options | struct rusage *ru | - | - | kernel/exit.c:1834 |
1127 | sysinfo | 0x467 | struct sysinfo *info | - | - | - | - | - | kernel/timer.c:1641 |
1128 | clone | 0x468 | u64 flags | u64 ustack_base | u64 parent_tidptr | u64 child_tidptr | u64 tls | - | arch/ia64/kernel/entry.S:106 |
1129 | setdomainname | 0x469 | char *name | int len | - | - | - | - | kernel/sys.c:1416 |
1130 | uname | 0x46a | struct old_utsname *name | - | - | - | - | - | kernel/sys.c:1311 |
1131 | adjtimex | 0x46b | struct timex *txc_p | - | - | - | - | - | kernel/time.c:200 |
1133 | init_module | 0x46d | void *umod | unsigned long len | const char *uargs | - | - | - | kernel/module.c:3010 |
1134 | delete_module | 0x46e | const char *name_user | unsigned int flags | - | - | - | - | kernel/module.c:768 |
1137 | quotactl | 0x471 | unsigned int cmd | const char *special | qid_t id | void *addr | - | - | fs/quota/quota.c:346 |
1138 | bdflush | 0x472 | int func | long data | - | - | - | - | fs/buffer.c:3130 |
1139 | sysfs | 0x473 | int option | unsigned long arg1 | unsigned long arg2 | - | - | - | fs/filesystems.c:183 |
1140 | personality | 0x474 | unsigned int personality | - | - | - | - | - | kernel/exec_domain.c:182 |
1141 | afs_syscall | - | - | - | - | - | - | - | Not implemented |
1142 | setfsuid | 0x476 | uid_t uid | - | - | - | - | - | kernel/sys.c:969 |
1143 | setfsgid | 0x477 | gid_t gid | - | - | - | - | - | kernel/sys.c:1008 |
1144 | getdents | 0x478 | unsigned int fd | struct linux_dirent *dirent | unsigned int count | - | - | - | fs/readdir.c:191 |
1145 | flock | 0x479 | unsigned int fd | unsigned int cmd | - | - | - | - | fs/locks.c:1636 |
1146 | readv | 0x47a | unsigned long fd | const struct iovec *vec | unsigned long vlen | - | - | - | fs/read_write.c:787 |
1147 | writev | 0x47b | unsigned long fd | const struct iovec *vec | unsigned long vlen | - | - | - | fs/read_write.c:808 |
1148 | pread64 | 0x47c | char *buf size_t count | loff_t pos | - | - | - | - | fs/read_write.c:495 |
1149 | pwrite64 | 0x47d | const char *buf size_t count | loff_t pos | - | - | - | - | fs/read_write.c:524 |
1150 | _sysctl | 0x47e | struct __sysctl_args *args | - | - | - | - | - | kernel/sysctl_binary.c:1444 |
1151 | mmap | 0x47f | unsigned long len int prot | int flags int fd | long off | - | - | - | arch/ia64/kernel/sys_ia64.c:159 |
1152 | munmap | 0x480 | unsigned long addr | size_t len | - | - | - | - | mm/mmap.c:2141 |
1153 | mlock | 0x481 | unsigned long start | size_t len | - | - | - | - | mm/mlock.c:482 |
1154 | mlockall | 0x482 | int flags | - | - | - | - | - | mm/mlock.c:549 |
1155 | mprotect | 0x483 | unsigned long start | size_t len | unsigned long prot | - | - | - | mm/mprotect.c:232 |
1156 | mremap | 0x484 | unsigned long addr | unsigned long old_len | unsigned long new_len | unsigned long flags | unsigned long new_addr | - | mm/mremap.c:431 |
1157 | msync | 0x485 | unsigned long start | size_t len | int flags | - | - | - | mm/msync.c:31 |
1158 | munlock | 0x486 | unsigned long start | size_t len | - | - | - | - | mm/mlock.c:512 |
1159 | munlockall | 0x487 | - | - | - | - | - | - | mm/mlock.c:582 |
1160 | sched_getparam | 0x488 | pid_t pid | struct sched_param *param | - | - | - | - | kernel/sched/core.c:4512 |
1161 | sched_setparam | 0x489 | pid_t pid | struct sched_param *param | - | - | - | - | kernel/sched/core.c:4477 |
1162 | sched_getscheduler | 0x48a | pid_t pid | - | - | - | - | - | kernel/sched/core.c:4486 |
1163 | sched_setscheduler | 0x48b | pid_t pid | int policy | struct sched_param *param | - | - | - | kernel/sched/core.c:4462 |
1164 | sched_yield | 0x48c | - | - | - | - | - | - | kernel/sched/core.c:4711 |
1165 | sched_get_priority_max | 0x48d | int policy | - | - | - | - | - | kernel/sched/core.c:4935 |
1166 | sched_get_priority_min | 0x48e | int policy | - | - | - | - | - | kernel/sched/core.c:4960 |
1167 | sched_rr_get_interval | 0x48f | pid_t pid | struct timespec *interval | - | - | - | - | kernel/sched/core.c:4985 |
1168 | nanosleep | 0x490 | struct timespec *rqtp | struct timespec *rmtp | - | - | - | - | kernel/hrtimer.c:1621 |
1169 | nfsservctl | - | - | - | - | - | - | - | Not implemented |
1170 | prctl | 0x492 | int option | unsigned long arg2 | unsigned long arg3 | unsigned long arg4 | unsigned long arg5 | - | kernel/sys.c:1999 |
1172 | mmap2 | 0x494 | unsigned long len int prot | int flags int fd | long pgoff | - | - | - | arch/ia64/kernel/sys_ia64.c:150 |
1173 | pciconfig_read | 0x495 | unsigned long bus | unsigned long dfn | unsigned long off | unsigned long len | void *buf | - | drivers/pci/syscall.c:16 |
1174 | pciconfig_write | 0x496 | unsigned long bus | unsigned long dfn | unsigned long off | unsigned long len | void *buf | - | drivers/pci/syscall.c:86 |
1175 | perfmonctl | 0x497 | int cmd void *arg | int count | - | - | - | - | arch/ia64/kernel/perfmon.c:6817 |
1176 | sigaltstack | 0x498 | stack_t *uoss long arg2 | long arg3 long arg4 | long arg5 long arg6 | - | - | - | arch/ia64/kernel/signal.c:43 |
1177 | rt_sigaction | 0x499 | int sig | const struct sigaction *act | struct sigaction *oact | size_t sigsetsize | - | - | kernel/signal.c:3174 |
1178 | rt_sigpending | 0x49a | sigset_t *set | size_t sigsetsize | - | - | - | - | kernel/signal.c:2651 |
1179 | rt_sigprocmask | 0x49b | int how | sigset_t *nset | sigset_t *oset | size_t sigsetsize | - | - | kernel/signal.c:2591 |
1180 | rt_sigqueueinfo | 0x49c | pid_t pid | int sig | siginfo_t *uinfo | - | - | - | kernel/signal.c:2938 |
1181 | rt_sigreturn | - | - | - | - | - | - | - | Not implemented |
1182 | rt_sigsuspend | 0x49e | sigset_t *unewset | size_t sigsetsize | - | - | - | - | kernel/signal.c:3274 |
1183 | rt_sigtimedwait | 0x49f | const sigset_t *uthese | siginfo_t *uinfo | const struct timespec *uts | size_t sigsetsize | - | - | kernel/signal.c:2805 |
1184 | getcwd | 0x4a0 | char *buf | unsigned long size | - | - | - | - | fs/dcache.c:2885 |
1185 | capget | 0x4a1 | cap_user_header_t header | cap_user_data_t dataptr | - | - | - | - | kernel/capability.c:158 |
1186 | capset | 0x4a2 | cap_user_header_t header | const cap_user_data_t data | - | - | - | - | kernel/capability.c:232 |
1187 | sendfile | 0x4a3 | int out_fd | int in_fd | off_t *offset | size_t count | - | - | fs/read_write.c:973 |
1188 | getpmsg | - | - | - | - | - | - | - | Not implemented |
1189 | putpmsg | - | - | - | - | - | - | - | Not implemented |
1190 | socket | 0x4a6 | int family | int type | int protocol | - | - | - | net/socket.c:1324 |
1191 | bind | 0x4a7 | int fd | struct sockaddr *umyaddr | int addrlen | - | - | - | net/socket.c:1446 |
1192 | connect | 0x4a8 | int fd | struct sockaddr *uservaddr | int addrlen | - | - | - | net/socket.c:1600 |
1193 | listen | 0x4a9 | int fd | int backlog | - | - | - | - | net/socket.c:1475 |
1194 | accept | 0x4aa | int fd | struct sockaddr *upeer_sockaddr | int *upeer_addrlen | - | - | - | net/socket.c:1582 |
1195 | getsockname | 0x4ab | int fd | struct sockaddr *usockaddr | int *usockaddr_len | - | - | - | net/socket.c:1632 |
1196 | getpeername | 0x4ac | int fd | struct sockaddr *usockaddr | int *usockaddr_len | - | - | - | net/socket.c:1663 |
1197 | socketpair | 0x4ad | int family | int type | int protocol | int *usockvec | - | - | net/socket.c:1365 |
1198 | send | 0x4ae | int fd | void *buff | size_t len | unsigned int flags | - | - | net/socket.c:1742 |
1199 | sendto | 0x4af | int fd | void *buff | size_t len | unsigned int flags | struct sockaddr *addr | int addr_len | net/socket.c:1695 |
1200 | recv | 0x4b0 | int fd | void *ubuf | size_t size | unsigned int flags | - | - | net/socket.c:1799 |
1201 | recvfrom | 0x4b1 | int fd | void *ubuf | size_t size | unsigned int flags | struct sockaddr *addr | int *addr_len | net/socket.c:1754 |
1202 | shutdown | 0x4b2 | int fd | int how | - | - | - | - | net/socket.c:1874 |
1203 | setsockopt | 0x4b3 | int fd | int level | int optname | char *optval | int optlen | - | net/socket.c:1810 |
1204 | getsockopt | 0x4b4 | int fd | int level | int optname | char *optval | int *optlen | - | net/socket.c:1844 |
1205 | sendmsg | 0x4b5 | int fd | struct msghdr *msg | unsigned int flags | - | - | - | net/socket.c:2016 |
1206 | recvmsg | 0x4b6 | int fd | struct msghdr *msg | unsigned int flags | - | - | - | net/socket.c:2189 |
1207 | pivot_root | 0x4b7 | const char *new_root | const char *put_old | - | - | - | - | fs/namespace.c:2453 |
1208 | mincore | 0x4b8 | unsigned long start | size_t len | unsigned char *vec | - | - | - | mm/mincore.c:266 |
1209 | madvise | 0x4b9 | unsigned long start | size_t len_in | int behavior | - | - | - | mm/madvise.c:362 |
1210 | stat | 0x4ba | const char *filename | struct __old_kernel_stat *statbuf | - | - | - | - | fs/stat.c:155 |
1211 | lstat | 0x4bb | const char *filename | struct __old_kernel_stat *statbuf | - | - | - | - | fs/stat.c:168 |
1212 | fstat | 0x4bc | unsigned int fd | struct __old_kernel_stat *statbuf | - | - | - | - | fs/stat.c:181 |
1213 | clone2 | 0x4bd | u64 flags | u64 ustack_base | u64 ustack_size | u64 parent_tidptr | u64 child_tidptr | u64 tls | arch/ia64/kernel/entry.S:138 |
1214 | getdents64 | 0x4be | unsigned int fd | struct linux_dirent64 *dirent | unsigned int count | - | - | - | fs/readdir.c:272 |
1215 | getunwind | 0x4bf | size_t buf_size | - | - | - | - | - | arch/ia64/kernel/unwind.c:2313 |
1216 | readahead | 0x4c0 | loff_t offset size_t count | - | - | - | - | - | mm/readahead.c:579 |
1217 | setxattr | 0x4c1 | const char *pathname | const char *name | const void *value | size_t size | int flags | - | fs/xattr.c:361 |
1218 | lsetxattr | 0x4c2 | const char *pathname | const char *name | const void *value | size_t size | int flags | - | fs/xattr.c:380 |
1219 | fsetxattr | 0x4c3 | int fd | const char *name | const void *value | size_t size | int flags | - | fs/xattr.c:399 |
1220 | getxattr | 0x4c4 | const char *pathname | const char *name | void *value | size_t size | - | - | fs/xattr.c:459 |
1221 | lgetxattr | 0x4c5 | const char *pathname | const char *name | void *value | size_t size | - | - | fs/xattr.c:473 |
1222 | fgetxattr | 0x4c6 | int fd | const char *name | void *value | size_t size | - | - | fs/xattr.c:487 |
1223 | listxattr | 0x4c7 | const char *pathname | char *list | size_t size | - | - | - | fs/xattr.c:541 |
1224 | llistxattr | 0x4c8 | const char *pathname | char *list | size_t size | - | - | - | fs/xattr.c:555 |
1225 | flistxattr | 0x4c9 | int fd | char *list | size_t size | - | - | - | fs/xattr.c:569 |
1226 | removexattr | 0x4ca | const char *pathname | const char *name | - | - | - | - | fs/xattr.c:602 |
1227 | lremovexattr | 0x4cb | const char *pathname | const char *name | - | - | - | - | fs/xattr.c:620 |
1228 | fremovexattr | 0x4cc | int fd | const char *name | - | - | - | - | fs/xattr.c:638 |
1229 | tkill | 0x4cd | pid_t pid | int sig | - | - | - | - | kernel/signal.c:2923 |
1230 | futex | 0x4ce | u32 *uaddr | int op | u32 val | struct timespec *utime | u32 *uaddr2 | u32 val3 | kernel/futex.c:2680 |
1231 | sched_setaffinity | 0x4cf | pid_t pid | unsigned int len | unsigned long *user_mask_ptr | - | - | - | kernel/sched/core.c:4626 |
1232 | sched_getaffinity | 0x4d0 | pid_t pid | unsigned int len | unsigned long *user_mask_ptr | - | - | - | kernel/sched/core.c:4677 |
1233 | set_tid_address | 0x4d1 | int *tidptr | - | - | - | - | - | kernel/fork.c:1109 |
1234 | fadvise64 | 0x4d2 | loff_t offset size_t len | int advice | - | - | - | - | mm/fadvise.c:148 |
1235 | tgkill | 0x4d3 | pid_t tgid | pid_t pid | int sig | - | - | - | kernel/signal.c:2907 |
1236 | exit_group | 0x4d4 | int error_code | - | - | - | - | - | kernel/exit.c:1136 |
1237 | lookup_dcookie | 0x4d5 | char *buf size_t len | - | - | - | - | - | fs/dcookies.c:148 |
1238 | io_setup | 0x4d6 | unsigned nr_events | aio_context_t *ctxp | - | - | - | - | fs/aio.c:1298 |
1239 | io_destroy | 0x4d7 | aio_context_t ctx | - | - | - | - | - | fs/aio.c:1334 |
1240 | io_getevents | 0x4d8 | aio_context_t ctx_id | long min_nr | long nr | struct io_event *events | struct timespec *timeout | - | fs/aio.c:1844 |
1241 | io_submit | 0x4d9 | aio_context_t ctx_id | long nr | struct iocb * *iocbpp | - | - | - | fs/aio.c:1746 |
1242 | io_cancel | 0x4da | aio_context_t ctx_id | struct iocb *iocb | struct io_event *result | - | - | - | fs/aio.c:1781 |
1243 | epoll_create | 0x4db | int size | - | - | - | - | - | fs/eventpoll.c:1668 |
1244 | epoll_ctl | 0x4dc | int epfd | int op | int fd | struct epoll_event *event | - | - | fs/eventpoll.c:1681 |
1245 | epoll_wait | 0x4dd | int epfd | struct epoll_event *events | int maxevents | int timeout | - | - | fs/eventpoll.c:1809 |
1246 | restart_syscall | 0x4de | - | - | - | - | - | - | kernel/signal.c:2501 |
1247 | semtimedop | 0x4df | int semid | struct sembuf *tsops | unsigned nsops | const struct timespec *timeout | - | - | ipc/sem.c:1330 |
1248 | timer_create | 0x4e0 | const clockid_t which_clock | struct sigevent *timer_event_spec | timer_t *created_timer_id | - | - | - | kernel/posix-timers.c:535 |
1249 | timer_settime | 0x4e1 | timer_t timer_id | int flags | const struct itimerspec *new_setting | struct itimerspec *old_setting | - | - | kernel/posix-timers.c:819 |
1250 | timer_gettime | 0x4e2 | timer_t timer_id | struct itimerspec *setting | - | - | - | - | kernel/posix-timers.c:715 |
1251 | timer_getoverrun | 0x4e3 | timer_t timer_id | - | - | - | - | - | kernel/posix-timers.c:751 |
1252 | timer_delete | 0x4e4 | timer_t timer_id | - | - | - | - | - | kernel/posix-timers.c:882 |
1253 | clock_settime | 0x4e5 | const clockid_t which_clock | const struct timespec *tp | - | - | - | - | kernel/posix-timers.c:950 |
1254 | clock_gettime | 0x4e6 | const clockid_t which_clock | struct timespec *tp | - | - | - | - | kernel/posix-timers.c:965 |
1255 | clock_getres | 0x4e7 | const clockid_t which_clock | struct timespec *tp | - | - | - | - | kernel/posix-timers.c:1006 |
1256 | clock_nanosleep | 0x4e8 | const clockid_t which_clock | int flags | const struct timespec *rqtp | struct timespec *rmtp | - | - | kernel/posix-timers.c:1035 |
1257 | fstatfs64 | 0x4e9 | unsigned int fd | size_t sz | struct statfs64 *buf | - | - | - | fs/statfs.c:196 |
1258 | statfs64 | 0x4ea | const char *pathname | size_t sz | struct statfs64 *buf | - | - | - | fs/statfs.c:175 |
1259 | mbind | 0x4eb | unsigned long start | unsigned long len | unsigned long mode | unsigned long *nmask | unsigned long maxnode | unsigned flags | mm/mempolicy.c:1263 |
1260 | get_mempolicy | 0x4ec | int *policy | unsigned long *nmask | unsigned long maxnode | unsigned long addr | unsigned long flags | - | mm/mempolicy.c:1400 |
1261 | set_mempolicy | 0x4ed | int mode | unsigned long *nmask | unsigned long maxnode | - | - | - | mm/mempolicy.c:1285 |
1262 | mq_open | 0x4ee | const char *u_name | int oflag | umode_t mode | struct mq_attr *u_attr | - | - | ipc/mqueue.c:803 |
1263 | mq_unlink | 0x4ef | const char *u_name | - | - | - | - | - | ipc/mqueue.c:876 |
1264 | mq_timedsend | 0x4f0 | 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 |
1265 | mq_timedreceive | 0x4f1 | 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 |
1266 | mq_notify | 0x4f2 | mqd_t mqdes | const struct sigevent *u_notification | - | - | - | - | ipc/mqueue.c:1201 |
1267 | mq_getsetattr | 0x4f3 | mqd_t mqdes | const struct mq_attr *u_mqstat | struct mq_attr *u_omqstat | - | - | - | ipc/mqueue.c:1333 |
1268 | kexec_load | 0x4f4 | unsigned long entry | unsigned long nr_segments | struct kexec_segment *segments | unsigned long flags | - | - | kernel/kexec.c:940 |
1269 | vserver | - | - | - | - | - | - | - | Not implemented |
1270 | waitid | 0x4f6 | int which | pid_t upid | struct siginfo *infop | int options | struct rusage *ru | - | kernel/exit.c:1763 |
1271 | add_key | 0x4f7 | const char *_type | const char *_description | const void *_payload | size_t plen | key_serial_t ringid | - | security/keys/keyctl.c:54 |
1272 | request_key | 0x4f8 | const char *_type | const char *_description | const char *_callout_info | key_serial_t destringid | - | - | security/keys/keyctl.c:147 |
1273 | keyctl | 0x4f9 | int option | unsigned long arg2 | unsigned long arg3 | unsigned long arg4 | unsigned long arg5 | - | security/keys/keyctl.c:1556 |
1274 | ioprio_set | 0x4fa | int which | int who | int ioprio | - | - | - | fs/ioprio.c:61 |
1275 | ioprio_get | 0x4fb | int which | int who | - | - | - | - | fs/ioprio.c:176 |
1276 | move_pages | 0x4fc | pid_t pid | unsigned long nr_pages | const void * *pages | const int *nodes | int *status | int flags | mm/migrate.c:1343 |
1277 | inotify_init | 0x4fd | - | - | - | - | - | - | fs/notify/inotify/inotify_user.c:749 |
1278 | inotify_add_watch | 0x4fe | int fd | const char *pathname | u32 mask | - | - | - | fs/notify/inotify/inotify_user.c:754 |
1279 | inotify_rm_watch | 0x4ff | int fd | __s32 wd | - | - | - | - | fs/notify/inotify/inotify_user.c:795 |
1280 | migrate_pages | 0x500 | pid_t pid | unsigned long maxnode | const unsigned long *old_nodes | const unsigned long *new_nodes | - | - | mm/mempolicy.c:1304 |
1281 | openat | 0x501 | int dfd | const char *filename | int flags | umode_t mode | - | - | fs/open.c:1059 |
1282 | mkdirat | 0x502 | int dfd | const char *pathname | umode_t mode | - | - | - | fs/namei.c:2723 |
1283 | mknodat | 0x503 | int dfd | const char *filename | umode_t mode | unsigned dev | - | - | fs/namei.c:2646 |
1284 | fchownat | 0x504 | int dfd | const char *filename | uid_t user | gid_t group | int flag | - | fs/open.c:559 |
1285 | futimesat | 0x505 | int dfd | const char *filename | struct timeval *utimes | - | - | - | fs/utimes.c:193 |
1286 | newfstatat | 0x506 | int dfd | const char *filename | struct stat *statbuf | int flag | - | - | fs/stat.c:269 |
1287 | unlinkat | 0x507 | int dfd | const char *pathname | int flag | - | - | - | fs/namei.c:2968 |
1288 | renameat | 0x508 | int olddfd | const char *oldname | int newdfd | const char *newname | - | - | fs/namei.c:3309 |
1289 | linkat | 0x509 | int olddfd | const char *oldname | int newdfd | const char *newname | int flags | - | fs/namei.c:3097 |
1290 | symlinkat | 0x50a | const char *oldname | int newdfd | const char *newname | - | - | - | fs/namei.c:3004 |
1291 | readlinkat | 0x50b | int dfd | const char *pathname | char *buf | int bufsiz | - | - | fs/stat.c:293 |
1292 | fchmodat | 0x50c | int dfd | const char *filename | umode_t mode | - | - | - | fs/open.c:486 |
1293 | faccessat | 0x50d | int dfd | const char *filename | int mode | - | - | - | fs/open.c:299 |
1294 | pselect6 | 0x50e | int n | fd_set *inp | fd_set *outp | fd_set *exp | struct timespec *tsp | void *sig | fs/select.c:671 |
1295 | ppoll | 0x50f | struct pollfd *ufds | unsigned int nfds | struct timespec *tsp | const sigset_t *sigmask | size_t sigsetsize | - | fs/select.c:942 |
1296 | unshare | 0x510 | unsigned long unshare_flags | - | - | - | - | - | kernel/fork.c:1778 |
1297 | splice | 0x511 | int fd_in | loff_t *off_in | int fd_out | loff_t *off_out | size_t len | unsigned int flags | fs/splice.c:1689 |
1298 | set_robust_list | 0x512 | struct robust_list_head *head | size_t len | - | - | - | - | kernel/futex.c:2422 |
1299 | get_robust_list | 0x513 | int pid | struct robust_list_head * *head_ptr | size_t *len_ptr | - | - | - | kernel/futex.c:2444 |
1300 | sync_file_range | 0x514 | loff_t offset loff_t nbytes | unsigned int flags | - | - | - | - | fs/sync.c:275 |
1301 | tee | 0x515 | int fdin | int fdout | size_t len | unsigned int flags | - | - | fs/splice.c:2025 |
1302 | vmsplice | 0x516 | int fd | const struct iovec *iov | unsigned long nr_segs | unsigned int flags | - | - | fs/splice.c:1663 |
1303 | fallocate | 0x517 | int mode loff_t offset | loff_t len | - | - | - | - | fs/open.c:272 |
1304 | getcpu | 0x518 | unsigned *cpup | unsigned *nodep | struct getcpu_cache *unused | - | - | - | kernel/sys.c:2179 |
1305 | epoll_pwait | 0x519 | int epfd | struct epoll_event *events | int maxevents | int timeout | const sigset_t *sigmask | size_t sigsetsize | fs/eventpoll.c:1860 |
1306 | utimensat | 0x51a | int dfd | const char *filename | struct timespec *utimes | int flags | - | - | fs/utimes.c:175 |
1307 | signalfd | 0x51b | int ufd | sigset_t *user_mask | size_t sizemask | - | - | - | fs/signalfd.c:292 |
1308 | timerfd | - | - | - | - | - | - | - | Not implemented |
1309 | eventfd | 0x51d | unsigned int count | - | - | - | - | - | fs/eventfd.c:431 |
1310 | timerfd_create | 0x51e | int clockid | int flags | - | - | - | - | fs/timerfd.c:252 |
1311 | timerfd_settime | 0x51f | int ufd | int flags | const struct itimerspec *utmr | struct itimerspec *otmr | - | - | fs/timerfd.c:283 |
1312 | timerfd_gettime | 0x520 | int ufd | struct itimerspec *otmr | - | - | - | - | fs/timerfd.c:344 |
1313 | signalfd4 | 0x521 | int ufd | sigset_t *user_mask | size_t sizemask | int flags | - | - | fs/signalfd.c:237 |
1314 | eventfd2 | 0x522 | unsigned int count | int flags | - | - | - | - | fs/eventfd.c:406 |
1315 | epoll_create1 | 0x523 | int flags | - | - | - | - | - | fs/eventpoll.c:1625 |
1316 | dup3 | 0x524 | unsigned int oldfd | unsigned int newfd | int flags | - | - | - | fs/fcntl.c:53 |
1317 | pipe2 | 0x525 | int *fildes | int flags | - | - | - | - | fs/pipe.c:1133 |
1318 | inotify_init1 | 0x526 | int flags | - | - | - | - | - | fs/notify/inotify/inotify_user.c:724 |
1319 | preadv | 0x527 | unsigned long fd | const struct iovec *vec | unsigned long vlen | unsigned long pos_l | unsigned long pos_h | - | fs/read_write.c:835 |
1320 | pwritev | 0x528 | unsigned long fd | const struct iovec *vec | unsigned long vlen | unsigned long pos_l | unsigned long pos_h | - | fs/read_write.c:860 |
1321 | rt_tgsigqueueinfo | 0x529 | pid_t tgid | pid_t pid | int sig | siginfo_t *uinfo | - | - | kernel/signal.c:2979 |
1322 | recvmmsg | 0x52a | int fd | struct mmsghdr *mmsg | unsigned int vlen | unsigned int flags | struct timespec *timeout | - | net/socket.c:2313 |
1323 | fanotify_init | 0x52b | unsigned int flags | unsigned int event_f_flags | - | - | - | - | fs/notify/fanotify/fanotify_user.c:679 |
1324 | fanotify_mark | 0x52c | unsigned int flags __u64 mask | int dfd const char *pathname | - | - | - | - | fs/notify/fanotify/fanotify_user.c:767 |
1325 | prlimit64 | 0x52d | pid_t pid | unsigned int resource | const struct rlimit64 *new_rlim | struct rlimit64 *old_rlim | - | - | kernel/sys.c:1599 |
1326 | name_to_handle_at | 0x52e | int dfd | const char *name | struct file_handle *handle | int *mnt_id | int flag | - | fs/fhandle.c:92 |
1327 | open_by_handle_at | 0x52f | int mountdirfd | struct file_handle *handle | int flags | - | - | - | fs/fhandle.c:257 |
1328 | clock_adjtime | 0x530 | const clockid_t which_clock | struct timex *utx | - | - | - | - | kernel/posix-timers.c:983 |
1329 | syncfs | 0x531 | int fd | - | - | - | - | - | fs/sync.c:134 |
1330 | setns | 0x532 | int fd | int nstype | - | - | - | - | kernel/nsproxy.c:235 |
1331 | sendmmsg | 0x533 | int fd | struct mmsghdr *mmsg | unsigned int vlen | unsigned int flags | - | - | net/socket.c:2091 |
1332 | process_vm_readv | 0x534 | 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 |
1333 | process_vm_writev | 0x535 | 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 |
1334 | accept4 | 0x536 | int fd | struct sockaddr *upeer_sockaddr | int *upeer_addrlen | int flags | - | - | net/socket.c:1508 |