Cleanup: Move instrumentation/ headers to include/instrumentation/
[lttng-modules.git] / include / instrumentation / syscalls / 3.0.34 / powerpc-32-syscalls
1 syscall sys_restart_syscall nr 0 nbargs 0 types: () args: ()
2 syscall sys_exit nr 1 nbargs 1 types: (int) args: (error_code)
3 syscall sys_read nr 3 nbargs 3 types: (unsigned int, char *, size_t) args: (fd, buf, count)
4 syscall sys_write nr 4 nbargs 3 types: (unsigned int, const char *, size_t) args: (fd, buf, count)
5 syscall sys_open nr 5 nbargs 3 types: (const char *, int, int) args: (filename, flags, mode)
6 syscall sys_close nr 6 nbargs 1 types: (unsigned int) args: (fd)
7 syscall sys_waitpid nr 7 nbargs 3 types: (pid_t, int *, int) args: (pid, stat_addr, options)
8 syscall sys_creat nr 8 nbargs 2 types: (const char *, int) args: (pathname, mode)
9 syscall sys_link nr 9 nbargs 2 types: (const char *, const char *) args: (oldname, newname)
10 syscall sys_unlink nr 10 nbargs 1 types: (const char *) args: (pathname)
11 syscall sys_chdir nr 12 nbargs 1 types: (const char *) args: (filename)
12 syscall sys_time nr 13 nbargs 1 types: (time_t *) args: (tloc)
13 syscall sys_mknod nr 14 nbargs 3 types: (const char *, int, unsigned) args: (filename, mode, dev)
14 syscall sys_chmod nr 15 nbargs 2 types: (const char *, mode_t) args: (filename, mode)
15 syscall sys_lchown nr 16 nbargs 3 types: (const char *, uid_t, gid_t) args: (filename, user, group)
16 syscall sys_stat nr 18 nbargs 2 types: (const char *, struct __old_kernel_stat *) args: (filename, statbuf)
17 syscall sys_lseek nr 19 nbargs 3 types: (unsigned int, off_t, unsigned int) args: (fd, offset, origin)
18 syscall sys_getpid nr 20 nbargs 0 types: () args: ()
19 syscall sys_mount nr 21 nbargs 5 types: (char *, char *, char *, unsigned long, void *) args: (dev_name, dir_name, type, flags, data)
20 syscall sys_oldumount nr 22 nbargs 1 types: (char *) args: (name)
21 syscall sys_setuid nr 23 nbargs 1 types: (uid_t) args: (uid)
22 syscall sys_getuid nr 24 nbargs 0 types: () args: ()
23 syscall sys_stime nr 25 nbargs 1 types: (time_t *) args: (tptr)
24 syscall sys_ptrace nr 26 nbargs 4 types: (long, long, unsigned long, unsigned long) args: (request, pid, addr, data)
25 syscall sys_alarm nr 27 nbargs 1 types: (unsigned int) args: (seconds)
26 syscall sys_fstat nr 28 nbargs 2 types: (unsigned int, struct __old_kernel_stat *) args: (fd, statbuf)
27 syscall sys_pause nr 29 nbargs 0 types: () args: ()
28 syscall sys_utime nr 30 nbargs 2 types: (char *, struct utimbuf *) args: (filename, times)
29 syscall sys_access nr 33 nbargs 2 types: (const char *, int) args: (filename, mode)
30 syscall sys_nice nr 34 nbargs 1 types: (int) args: (increment)
31 syscall sys_sync nr 36 nbargs 0 types: () args: ()
32 syscall sys_kill nr 37 nbargs 2 types: (pid_t, int) args: (pid, sig)
33 syscall sys_rename nr 38 nbargs 2 types: (const char *, const char *) args: (oldname, newname)
34 syscall sys_mkdir nr 39 nbargs 2 types: (const char *, int) args: (pathname, mode)
35 syscall sys_rmdir nr 40 nbargs 1 types: (const char *) args: (pathname)
36 syscall sys_dup nr 41 nbargs 1 types: (unsigned int) args: (fildes)
37 syscall sys_pipe nr 42 nbargs 1 types: (int *) args: (fildes)
38 syscall sys_times nr 43 nbargs 1 types: (struct tms *) args: (tbuf)
39 syscall sys_brk nr 45 nbargs 1 types: (unsigned long) args: (brk)
40 syscall sys_setgid nr 46 nbargs 1 types: (gid_t) args: (gid)
41 syscall sys_getgid nr 47 nbargs 0 types: () args: ()
42 syscall sys_signal nr 48 nbargs 2 types: (int, __sighandler_t) args: (sig, handler)
43 syscall sys_geteuid nr 49 nbargs 0 types: () args: ()
44 syscall sys_getegid nr 50 nbargs 0 types: () args: ()
45 syscall sys_acct nr 51 nbargs 1 types: (const char *) args: (name)
46 syscall sys_umount nr 52 nbargs 2 types: (char *, int) args: (name, flags)
47 syscall sys_ioctl nr 54 nbargs 3 types: (unsigned int, unsigned int, unsigned long) args: (fd, cmd, arg)
48 syscall sys_fcntl nr 55 nbargs 3 types: (unsigned int, unsigned int, unsigned long) args: (fd, cmd, arg)
49 syscall sys_setpgid nr 57 nbargs 2 types: (pid_t, pid_t) args: (pid, pgid)
50 syscall sys_olduname nr 59 nbargs 1 types: (struct oldold_utsname *) args: (name)
51 syscall sys_umask nr 60 nbargs 1 types: (int) args: (mask)
52 syscall sys_chroot nr 61 nbargs 1 types: (const char *) args: (filename)
53 syscall sys_ustat nr 62 nbargs 2 types: (unsigned, struct ustat *) args: (dev, ubuf)
54 syscall sys_dup2 nr 63 nbargs 2 types: (unsigned int, unsigned int) args: (oldfd, newfd)
55 syscall sys_getppid nr 64 nbargs 0 types: () args: ()
56 syscall sys_getpgrp nr 65 nbargs 0 types: () args: ()
57 syscall sys_setsid nr 66 nbargs 0 types: () args: ()
58 syscall sys_sgetmask nr 68 nbargs 0 types: () args: ()
59 syscall sys_ssetmask nr 69 nbargs 1 types: (int) args: (newmask)
60 syscall sys_setreuid nr 70 nbargs 2 types: (uid_t, uid_t) args: (ruid, euid)
61 syscall sys_setregid nr 71 nbargs 2 types: (gid_t, gid_t) args: (rgid, egid)
62 syscall sys_sigpending nr 73 nbargs 1 types: (old_sigset_t *) args: (set)
63 syscall sys_sethostname nr 74 nbargs 2 types: (char *, int) args: (name, len)
64 syscall sys_setrlimit nr 75 nbargs 2 types: (unsigned int, struct rlimit *) args: (resource, rlim)
65 syscall sys_old_getrlimit nr 76 nbargs 2 types: (unsigned int, struct rlimit *) args: (resource, rlim)
66 syscall sys_getrusage nr 77 nbargs 2 types: (int, struct rusage *) args: (who, ru)
67 syscall sys_gettimeofday nr 78 nbargs 2 types: (struct timeval *, struct timezone *) args: (tv, tz)
68 syscall sys_settimeofday nr 79 nbargs 2 types: (struct timeval *, struct timezone *) args: (tv, tz)
69 syscall sys_getgroups nr 80 nbargs 2 types: (int, gid_t *) args: (gidsetsize, grouplist)
70 syscall sys_setgroups nr 81 nbargs 2 types: (int, gid_t *) args: (gidsetsize, grouplist)
71 syscall sys_symlink nr 83 nbargs 2 types: (const char *, const char *) args: (oldname, newname)
72 syscall sys_lstat nr 84 nbargs 2 types: (const char *, struct __old_kernel_stat *) args: (filename, statbuf)
73 syscall sys_readlink nr 85 nbargs 3 types: (const char *, char *, int) args: (path, buf, bufsiz)
74 syscall sys_uselib nr 86 nbargs 1 types: (const char *) args: (library)
75 syscall sys_swapon nr 87 nbargs 2 types: (const char *, int) args: (specialfile, swap_flags)
76 syscall sys_reboot nr 88 nbargs 4 types: (int, int, unsigned int, void *) args: (magic1, magic2, cmd, arg)
77 syscall sys_old_readdir nr 89 nbargs 3 types: (unsigned int, struct old_linux_dirent *, unsigned int) args: (fd, dirent, count)
78 syscall sys_munmap nr 91 nbargs 2 types: (unsigned long, size_t) args: (addr, len)
79 syscall sys_truncate nr 92 nbargs 2 types: (const char *, long) args: (path, length)
80 syscall sys_ftruncate nr 93 nbargs 2 types: (unsigned int, unsigned long) args: (fd, length)
81 syscall sys_fchmod nr 94 nbargs 2 types: (unsigned int, mode_t) args: (fd, mode)
82 syscall sys_fchown nr 95 nbargs 3 types: (unsigned int, uid_t, gid_t) args: (fd, user, group)
83 syscall sys_getpriority nr 96 nbargs 2 types: (int, int) args: (which, who)
84 syscall sys_setpriority nr 97 nbargs 3 types: (int, int, int) args: (which, who, niceval)
85 syscall sys_statfs nr 99 nbargs 2 types: (const char *, struct statfs *) args: (pathname, buf)
86 syscall sys_fstatfs nr 100 nbargs 2 types: (unsigned int, struct statfs *) args: (fd, buf)
87 syscall sys_socketcall nr 102 nbargs 2 types: (int, unsigned long *) args: (call, args)
88 syscall sys_syslog nr 103 nbargs 3 types: (int, char *, int) args: (type, buf, len)
89 syscall sys_setitimer nr 104 nbargs 3 types: (int, struct itimerval *, struct itimerval *) args: (which, value, ovalue)
90 syscall sys_getitimer nr 105 nbargs 2 types: (int, struct itimerval *) args: (which, value)
91 syscall sys_newstat nr 106 nbargs 2 types: (const char *, struct stat *) args: (filename, statbuf)
92 syscall sys_newlstat nr 107 nbargs 2 types: (const char *, struct stat *) args: (filename, statbuf)
93 syscall sys_newfstat nr 108 nbargs 2 types: (unsigned int, struct stat *) args: (fd, statbuf)
94 syscall sys_uname nr 109 nbargs 1 types: (struct old_utsname *) args: (name)
95 syscall sys_vhangup nr 111 nbargs 0 types: () args: ()
96 syscall sys_wait4 nr 114 nbargs 4 types: (pid_t, int *, int, struct rusage *) args: (upid, stat_addr, options, ru)
97 syscall sys_swapoff nr 115 nbargs 1 types: (const char *) args: (specialfile)
98 syscall sys_sysinfo nr 116 nbargs 1 types: (struct sysinfo *) args: (info)
99 syscall sys_ipc nr 117 nbargs 6 types: (unsigned int, int, unsigned long, unsigned long, void *, long) args: (call, first, second, third, ptr, fifth)
100 syscall sys_fsync nr 118 nbargs 1 types: (unsigned int) args: (fd)
101 syscall sys_setdomainname nr 121 nbargs 2 types: (char *, int) args: (name, len)
102 syscall sys_newuname nr 122 nbargs 1 types: (struct new_utsname *) args: (name)
103 syscall sys_adjtimex nr 124 nbargs 1 types: (struct timex *) args: (txc_p)
104 syscall sys_mprotect nr 125 nbargs 3 types: (unsigned long, size_t, unsigned long) args: (start, len, prot)
105 syscall sys_sigprocmask nr 126 nbargs 3 types: (int, old_sigset_t *, old_sigset_t *) args: (how, nset, oset)
106 syscall sys_init_module nr 128 nbargs 3 types: (void *, unsigned long, const char *) args: (umod, len, uargs)
107 syscall sys_delete_module nr 129 nbargs 2 types: (const char *, unsigned int) args: (name_user, flags)
108 syscall sys_getpgid nr 132 nbargs 1 types: (pid_t) args: (pid)
109 syscall sys_fchdir nr 133 nbargs 1 types: (unsigned int) args: (fd)
110 syscall sys_bdflush nr 134 nbargs 2 types: (int, long) args: (func, data)
111 syscall sys_sysfs nr 135 nbargs 3 types: (int, unsigned long, unsigned long) args: (option, arg1, arg2)
112 syscall sys_personality nr 136 nbargs 1 types: (unsigned int) args: (personality)
113 syscall sys_setfsuid nr 138 nbargs 1 types: (uid_t) args: (uid)
114 syscall sys_setfsgid nr 139 nbargs 1 types: (gid_t) args: (gid)
115 syscall sys_llseek nr 140 nbargs 5 types: (unsigned int, unsigned long, unsigned long, loff_t *, unsigned int) args: (fd, offset_high, offset_low, result, origin)
116 syscall sys_getdents nr 141 nbargs 3 types: (unsigned int, struct linux_dirent *, unsigned int) args: (fd, dirent, count)
117 syscall sys_select nr 142 nbargs 5 types: (int, fd_set *, fd_set *, fd_set *, struct timeval *) args: (n, inp, outp, exp, tvp)
118 syscall sys_flock nr 143 nbargs 2 types: (unsigned int, unsigned int) args: (fd, cmd)
119 syscall sys_msync nr 144 nbargs 3 types: (unsigned long, size_t, int) args: (start, len, flags)
120 syscall sys_readv nr 145 nbargs 3 types: (unsigned long, const struct iovec *, unsigned long) args: (fd, vec, vlen)
121 syscall sys_writev nr 146 nbargs 3 types: (unsigned long, const struct iovec *, unsigned long) args: (fd, vec, vlen)
122 syscall sys_getsid nr 147 nbargs 1 types: (pid_t) args: (pid)
123 syscall sys_fdatasync nr 148 nbargs 1 types: (unsigned int) args: (fd)
124 syscall sys_sysctl nr 149 nbargs 1 types: (struct __sysctl_args *) args: (args)
125 syscall sys_mlock nr 150 nbargs 2 types: (unsigned long, size_t) args: (start, len)
126 syscall sys_munlock nr 151 nbargs 2 types: (unsigned long, size_t) args: (start, len)
127 syscall sys_mlockall nr 152 nbargs 1 types: (int) args: (flags)
128 syscall sys_munlockall nr 153 nbargs 0 types: () args: ()
129 syscall sys_sched_setparam nr 154 nbargs 2 types: (pid_t, struct sched_param *) args: (pid, param)
130 syscall sys_sched_getparam nr 155 nbargs 2 types: (pid_t, struct sched_param *) args: (pid, param)
131 syscall sys_sched_setscheduler nr 156 nbargs 3 types: (pid_t, int, struct sched_param *) args: (pid, policy, param)
132 syscall sys_sched_getscheduler nr 157 nbargs 1 types: (pid_t) args: (pid)
133 syscall sys_sched_yield nr 158 nbargs 0 types: () args: ()
134 syscall sys_sched_get_priority_max nr 159 nbargs 1 types: (int) args: (policy)
135 syscall sys_sched_get_priority_min nr 160 nbargs 1 types: (int) args: (policy)
136 syscall sys_sched_rr_get_interval nr 161 nbargs 2 types: (pid_t, struct timespec *) args: (pid, interval)
137 syscall sys_nanosleep nr 162 nbargs 2 types: (struct timespec *, struct timespec *) args: (rqtp, rmtp)
138 syscall sys_mremap nr 163 nbargs 5 types: (unsigned long, unsigned long, unsigned long, unsigned long, unsigned long) args: (addr, old_len, new_len, flags, new_addr)
139 syscall sys_setresuid nr 164 nbargs 3 types: (uid_t, uid_t, uid_t) args: (ruid, euid, suid)
140 syscall sys_getresuid nr 165 nbargs 3 types: (uid_t *, uid_t *, uid_t *) args: (ruid, euid, suid)
141 syscall sys_poll nr 167 nbargs 3 types: (struct pollfd *, unsigned int, long) args: (ufds, nfds, timeout_msecs)
142 syscall sys_nfsservctl nr 168 nbargs 3 types: (int, struct nfsctl_arg *, void *) args: (cmd, arg, res)
143 syscall sys_setresgid nr 169 nbargs 3 types: (gid_t, gid_t, gid_t) args: (rgid, egid, sgid)
144 syscall sys_getresgid nr 170 nbargs 3 types: (gid_t *, gid_t *, gid_t *) args: (rgid, egid, sgid)
145 syscall sys_prctl nr 171 nbargs 5 types: (int, unsigned long, unsigned long, unsigned long, unsigned long) args: (option, arg2, arg3, arg4, arg5)
146 syscall sys_rt_sigaction nr 173 nbargs 4 types: (int, const struct sigaction *, struct sigaction *, size_t) args: (sig, act, oact, sigsetsize)
147 syscall sys_rt_sigprocmask nr 174 nbargs 4 types: (int, sigset_t *, sigset_t *, size_t) args: (how, nset, oset, sigsetsize)
148 syscall sys_rt_sigpending nr 175 nbargs 2 types: (sigset_t *, size_t) args: (set, sigsetsize)
149 syscall sys_rt_sigtimedwait nr 176 nbargs 4 types: (const sigset_t *, siginfo_t *, const struct timespec *, size_t) args: (uthese, uinfo, uts, sigsetsize)
150 syscall sys_rt_sigqueueinfo nr 177 nbargs 3 types: (pid_t, int, siginfo_t *) args: (pid, sig, uinfo)
151 syscall sys_rt_sigsuspend nr 178 nbargs 2 types: (sigset_t *, size_t) args: (unewset, sigsetsize)
152 syscall sys_chown nr 181 nbargs 3 types: (const char *, uid_t, gid_t) args: (filename, user, group)
153 syscall sys_getcwd nr 182 nbargs 2 types: (char *, unsigned long) args: (buf, size)
154 syscall sys_capget nr 183 nbargs 2 types: (cap_user_header_t, cap_user_data_t) args: (header, dataptr)
155 syscall sys_capset nr 184 nbargs 2 types: (cap_user_header_t, const cap_user_data_t) args: (header, data)
156 syscall sys_sendfile nr 186 nbargs 4 types: (int, int, off_t *, size_t) args: (out_fd, in_fd, offset, count)
157 syscall sys_getrlimit nr 190 nbargs 2 types: (unsigned int, struct rlimit *) args: (resource, rlim)
158 syscall sys_stat64 nr 195 nbargs 2 types: (const char *, struct stat64 *) args: (filename, statbuf)
159 syscall sys_lstat64 nr 196 nbargs 2 types: (const char *, struct stat64 *) args: (filename, statbuf)
160 syscall sys_fstat64 nr 197 nbargs 2 types: (unsigned long, struct stat64 *) args: (fd, statbuf)
161 syscall sys_pciconfig_read nr 198 nbargs 5 types: (unsigned long, unsigned long, unsigned long, unsigned long, void *) args: (bus, dfn, off, len, buf)
162 syscall sys_pciconfig_write nr 199 nbargs 5 types: (unsigned long, unsigned long, unsigned long, unsigned long, void *) args: (bus, dfn, off, len, buf)
163 syscall sys_getdents64 nr 202 nbargs 3 types: (unsigned int, struct linux_dirent64 *, unsigned int) args: (fd, dirent, count)
164 syscall sys_pivot_root nr 203 nbargs 2 types: (const char *, const char *) args: (new_root, put_old)
165 syscall sys_fcntl64 nr 204 nbargs 3 types: (unsigned int, unsigned int, unsigned long) args: (fd, cmd, arg)
166 syscall sys_madvise nr 205 nbargs 3 types: (unsigned long, size_t, int) args: (start, len_in, behavior)
167 syscall sys_mincore nr 206 nbargs 3 types: (unsigned long, size_t, unsigned char *) args: (start, len, vec)
168 syscall sys_gettid nr 207 nbargs 0 types: () args: ()
169 syscall sys_tkill nr 208 nbargs 2 types: (pid_t, int) args: (pid, sig)
170 syscall sys_setxattr nr 209 nbargs 5 types: (const char *, const char *, const void *, size_t, int) args: (pathname, name, value, size, flags)
171 syscall sys_lsetxattr nr 210 nbargs 5 types: (const char *, const char *, const void *, size_t, int) args: (pathname, name, value, size, flags)
172 syscall sys_fsetxattr nr 211 nbargs 5 types: (int, const char *, const void *, size_t, int) args: (fd, name, value, size, flags)
173 syscall sys_getxattr nr 212 nbargs 4 types: (const char *, const char *, void *, size_t) args: (pathname, name, value, size)
174 syscall sys_lgetxattr nr 213 nbargs 4 types: (const char *, const char *, void *, size_t) args: (pathname, name, value, size)
175 syscall sys_fgetxattr nr 214 nbargs 4 types: (int, const char *, void *, size_t) args: (fd, name, value, size)
176 syscall sys_listxattr nr 215 nbargs 3 types: (const char *, char *, size_t) args: (pathname, list, size)
177 syscall sys_llistxattr nr 216 nbargs 3 types: (const char *, char *, size_t) args: (pathname, list, size)
178 syscall sys_flistxattr nr 217 nbargs 3 types: (int, char *, size_t) args: (fd, list, size)
179 syscall sys_removexattr nr 218 nbargs 2 types: (const char *, const char *) args: (pathname, name)
180 syscall sys_lremovexattr nr 219 nbargs 2 types: (const char *, const char *) args: (pathname, name)
181 syscall sys_fremovexattr nr 220 nbargs 2 types: (int, const char *) args: (fd, name)
182 syscall sys_futex nr 221 nbargs 6 types: (u32 *, int, u32, struct timespec *, u32 *, u32) args: (uaddr, op, val, utime, uaddr2, val3)
183 syscall sys_sched_setaffinity nr 222 nbargs 3 types: (pid_t, unsigned int, unsigned long *) args: (pid, len, user_mask_ptr)
184 syscall sys_sched_getaffinity nr 223 nbargs 3 types: (pid_t, unsigned int, unsigned long *) args: (pid, len, user_mask_ptr)
185 syscall sys_sendfile64 nr 226 nbargs 4 types: (int, int, loff_t *, size_t) args: (out_fd, in_fd, offset, count)
186 syscall sys_io_setup nr 227 nbargs 2 types: (unsigned, aio_context_t *) args: (nr_events, ctxp)
187 syscall sys_io_destroy nr 228 nbargs 1 types: (aio_context_t) args: (ctx)
188 syscall sys_io_getevents nr 229 nbargs 5 types: (aio_context_t, long, long, struct io_event *, struct timespec *) args: (ctx_id, min_nr, nr, events, timeout)
189 syscall sys_io_submit nr 230 nbargs 3 types: (aio_context_t, long, struct iocb * *) args: (ctx_id, nr, iocbpp)
190 syscall sys_io_cancel nr 231 nbargs 3 types: (aio_context_t, struct iocb *, struct io_event *) args: (ctx_id, iocb, result)
191 syscall sys_set_tid_address nr 232 nbargs 1 types: (int *) args: (tidptr)
192 syscall sys_exit_group nr 234 nbargs 1 types: (int) args: (error_code)
193 syscall sys_epoll_create nr 236 nbargs 1 types: (int) args: (size)
194 syscall sys_epoll_ctl nr 237 nbargs 4 types: (int, int, int, struct epoll_event *) args: (epfd, op, fd, event)
195 syscall sys_epoll_wait nr 238 nbargs 4 types: (int, struct epoll_event *, int, int) args: (epfd, events, maxevents, timeout)
196 syscall sys_remap_file_pages nr 239 nbargs 5 types: (unsigned long, unsigned long, unsigned long, unsigned long, unsigned long) args: (start, size, prot, pgoff, flags)
197 syscall sys_timer_create nr 240 nbargs 3 types: (const clockid_t, struct sigevent *, timer_t *) args: (which_clock, timer_event_spec, created_timer_id)
198 syscall sys_timer_settime nr 241 nbargs 4 types: (timer_t, int, const struct itimerspec *, struct itimerspec *) args: (timer_id, flags, new_setting, old_setting)
199 syscall sys_timer_gettime nr 242 nbargs 2 types: (timer_t, struct itimerspec *) args: (timer_id, setting)
200 syscall sys_timer_getoverrun nr 243 nbargs 1 types: (timer_t) args: (timer_id)
201 syscall sys_timer_delete nr 244 nbargs 1 types: (timer_t) args: (timer_id)
202 syscall sys_clock_settime nr 245 nbargs 2 types: (const clockid_t, const struct timespec *) args: (which_clock, tp)
203 syscall sys_clock_gettime nr 246 nbargs 2 types: (const clockid_t, struct timespec *) args: (which_clock, tp)
204 syscall sys_clock_getres nr 247 nbargs 2 types: (const clockid_t, struct timespec *) args: (which_clock, tp)
205 syscall sys_clock_nanosleep nr 248 nbargs 4 types: (const clockid_t, int, const struct timespec *, struct timespec *) args: (which_clock, flags, rqtp, rmtp)
206 syscall sys_tgkill nr 250 nbargs 3 types: (pid_t, pid_t, int) args: (tgid, pid, sig)
207 syscall sys_utimes nr 251 nbargs 2 types: (char *, struct timeval *) args: (filename, utimes)
208 syscall sys_statfs64 nr 252 nbargs 3 types: (const char *, size_t, struct statfs64 *) args: (pathname, sz, buf)
209 syscall sys_fstatfs64 nr 253 nbargs 3 types: (unsigned int, size_t, struct statfs64 *) args: (fd, sz, buf)
210 syscall sys_mq_open nr 262 nbargs 4 types: (const char *, int, mode_t, struct mq_attr *) args: (u_name, oflag, mode, u_attr)
211 syscall sys_mq_unlink nr 263 nbargs 1 types: (const char *) args: (u_name)
212 syscall sys_mq_timedsend nr 264 nbargs 5 types: (mqd_t, const char *, size_t, unsigned int, const struct timespec *) args: (mqdes, u_msg_ptr, msg_len, msg_prio, u_abs_timeout)
213 syscall sys_mq_timedreceive nr 265 nbargs 5 types: (mqd_t, char *, size_t, unsigned int *, const struct timespec *) args: (mqdes, u_msg_ptr, msg_len, u_msg_prio, u_abs_timeout)
214 syscall sys_mq_notify nr 266 nbargs 2 types: (mqd_t, const struct sigevent *) args: (mqdes, u_notification)
215 syscall sys_mq_getsetattr nr 267 nbargs 3 types: (mqd_t, const struct mq_attr *, struct mq_attr *) args: (mqdes, u_mqstat, u_omqstat)
216 syscall sys_add_key nr 269 nbargs 5 types: (const char *, const char *, const void *, size_t, key_serial_t) args: (_type, _description, _payload, plen, ringid)
217 syscall sys_request_key nr 270 nbargs 4 types: (const char *, const char *, const char *, key_serial_t) args: (_type, _description, _callout_info, destringid)
218 syscall sys_keyctl nr 271 nbargs 5 types: (int, unsigned long, unsigned long, unsigned long, unsigned long) args: (option, arg2, arg3, arg4, arg5)
219 syscall sys_waitid nr 272 nbargs 5 types: (int, pid_t, struct siginfo *, int, struct rusage *) args: (which, upid, infop, options, ru)
220 syscall sys_ioprio_set nr 273 nbargs 3 types: (int, int, int) args: (which, who, ioprio)
221 syscall sys_ioprio_get nr 274 nbargs 2 types: (int, int) args: (which, who)
222 syscall sys_inotify_init nr 275 nbargs 0 types: () args: ()
223 syscall sys_inotify_add_watch nr 276 nbargs 3 types: (int, const char *, u32) args: (fd, pathname, mask)
224 syscall sys_inotify_rm_watch nr 277 nbargs 2 types: (int, __s32) args: (fd, wd)
225 syscall sys_pselect6 nr 280 nbargs 6 types: (int, fd_set *, fd_set *, fd_set *, struct timespec *, void *) args: (n, inp, outp, exp, tsp, sig)
226 syscall sys_ppoll nr 281 nbargs 5 types: (struct pollfd *, unsigned int, struct timespec *, const sigset_t *, size_t) args: (ufds, nfds, tsp, sigmask, sigsetsize)
227 syscall sys_unshare nr 282 nbargs 1 types: (unsigned long) args: (unshare_flags)
228 syscall sys_splice nr 283 nbargs 6 types: (int, loff_t *, int, loff_t *, size_t, unsigned int) args: (fd_in, off_in, fd_out, off_out, len, flags)
229 syscall sys_tee nr 284 nbargs 4 types: (int, int, size_t, unsigned int) args: (fdin, fdout, len, flags)
230 syscall sys_vmsplice nr 285 nbargs 4 types: (int, const struct iovec *, unsigned long, unsigned int) args: (fd, iov, nr_segs, flags)
231 syscall sys_openat nr 286 nbargs 4 types: (int, const char *, int, int) args: (dfd, filename, flags, mode)
232 syscall sys_mkdirat nr 287 nbargs 3 types: (int, const char *, int) args: (dfd, pathname, mode)
233 syscall sys_mknodat nr 288 nbargs 4 types: (int, const char *, int, unsigned) args: (dfd, filename, mode, dev)
234 syscall sys_fchownat nr 289 nbargs 5 types: (int, const char *, uid_t, gid_t, int) args: (dfd, filename, user, group, flag)
235 syscall sys_futimesat nr 290 nbargs 3 types: (int, const char *, struct timeval *) args: (dfd, filename, utimes)
236 syscall sys_fstatat64 nr 291 nbargs 4 types: (int, const char *, struct stat64 *, int) args: (dfd, filename, statbuf, flag)
237 syscall sys_unlinkat nr 292 nbargs 3 types: (int, const char *, int) args: (dfd, pathname, flag)
238 syscall sys_renameat nr 293 nbargs 4 types: (int, const char *, int, const char *) args: (olddfd, oldname, newdfd, newname)
239 syscall sys_linkat nr 294 nbargs 5 types: (int, const char *, int, const char *, int) args: (olddfd, oldname, newdfd, newname, flags)
240 syscall sys_symlinkat nr 295 nbargs 3 types: (const char *, int, const char *) args: (oldname, newdfd, newname)
241 syscall sys_readlinkat nr 296 nbargs 4 types: (int, const char *, char *, int) args: (dfd, pathname, buf, bufsiz)
242 syscall sys_fchmodat nr 297 nbargs 3 types: (int, const char *, mode_t) args: (dfd, filename, mode)
243 syscall sys_faccessat nr 298 nbargs 3 types: (int, const char *, int) args: (dfd, filename, mode)
244 syscall sys_get_robust_list nr 299 nbargs 3 types: (int, struct robust_list_head * *, size_t *) args: (pid, head_ptr, len_ptr)
245 syscall sys_set_robust_list nr 300 nbargs 2 types: (struct robust_list_head *, size_t) args: (head, len)
246 syscall sys_getcpu nr 302 nbargs 3 types: (unsigned *, unsigned *, struct getcpu_cache *) args: (cpup, nodep, unused)
247 syscall sys_epoll_pwait nr 303 nbargs 6 types: (int, struct epoll_event *, int, int, const sigset_t *, size_t) args: (epfd, events, maxevents, timeout, sigmask, sigsetsize)
248 syscall sys_utimensat nr 304 nbargs 4 types: (int, const char *, struct timespec *, int) args: (dfd, filename, utimes, flags)
249 syscall sys_signalfd nr 305 nbargs 3 types: (int, sigset_t *, size_t) args: (ufd, user_mask, sizemask)
250 syscall sys_timerfd_create nr 306 nbargs 2 types: (int, int) args: (clockid, flags)
251 syscall sys_eventfd nr 307 nbargs 1 types: (unsigned int) args: (count)
252 syscall sys_timerfd_settime nr 311 nbargs 4 types: (int, int, const struct itimerspec *, struct itimerspec *) args: (ufd, flags, utmr, otmr)
253 syscall sys_timerfd_gettime nr 312 nbargs 2 types: (int, struct itimerspec *) args: (ufd, otmr)
254 syscall sys_signalfd4 nr 313 nbargs 4 types: (int, sigset_t *, size_t, int) args: (ufd, user_mask, sizemask, flags)
255 syscall sys_eventfd2 nr 314 nbargs 2 types: (unsigned int, int) args: (count, flags)
256 syscall sys_epoll_create1 nr 315 nbargs 1 types: (int) args: (flags)
257 syscall sys_dup3 nr 316 nbargs 3 types: (unsigned int, unsigned int, int) args: (oldfd, newfd, flags)
258 syscall sys_pipe2 nr 317 nbargs 2 types: (int *, int) args: (fildes, flags)
259 syscall sys_inotify_init1 nr 318 nbargs 1 types: (int) args: (flags)
260 syscall sys_perf_event_open nr 319 nbargs 5 types: (struct perf_event_attr *, pid_t, int, int, unsigned long) args: (attr_uptr, pid, cpu, group_fd, flags)
261 syscall sys_preadv nr 320 nbargs 5 types: (unsigned long, const struct iovec *, unsigned long, unsigned long, unsigned long) args: (fd, vec, vlen, pos_l, pos_h)
262 syscall sys_pwritev nr 321 nbargs 5 types: (unsigned long, const struct iovec *, unsigned long, unsigned long, unsigned long) args: (fd, vec, vlen, pos_l, pos_h)
263 syscall sys_rt_tgsigqueueinfo nr 322 nbargs 4 types: (pid_t, pid_t, int, siginfo_t *) args: (tgid, pid, sig, uinfo)
264 syscall sys_prlimit64 nr 325 nbargs 4 types: (pid_t, unsigned int, const struct rlimit64 *, struct rlimit64 *) args: (pid, resource, new_rlim, old_rlim)
265 syscall sys_socket nr 326 nbargs 3 types: (int, int, int) args: (family, type, protocol)
266 syscall sys_bind nr 327 nbargs 3 types: (int, struct sockaddr *, int) args: (fd, umyaddr, addrlen)
267 syscall sys_connect nr 328 nbargs 3 types: (int, struct sockaddr *, int) args: (fd, uservaddr, addrlen)
268 syscall sys_listen nr 329 nbargs 2 types: (int, int) args: (fd, backlog)
269 syscall sys_accept nr 330 nbargs 3 types: (int, struct sockaddr *, int *) args: (fd, upeer_sockaddr, upeer_addrlen)
270 syscall sys_getsockname nr 331 nbargs 3 types: (int, struct sockaddr *, int *) args: (fd, usockaddr, usockaddr_len)
271 syscall sys_getpeername nr 332 nbargs 3 types: (int, struct sockaddr *, int *) args: (fd, usockaddr, usockaddr_len)
272 syscall sys_socketpair nr 333 nbargs 4 types: (int, int, int, int *) args: (family, type, protocol, usockvec)
273 syscall sys_send nr 334 nbargs 4 types: (int, void *, size_t, unsigned) args: (fd, buff, len, flags)
274 syscall sys_sendto nr 335 nbargs 6 types: (int, void *, size_t, unsigned, struct sockaddr *, int) args: (fd, buff, len, flags, addr, addr_len)
275 syscall sys_recvfrom nr 337 nbargs 6 types: (int, void *, size_t, unsigned, struct sockaddr *, int *) args: (fd, ubuf, size, flags, addr, addr_len)
276 syscall sys_shutdown nr 338 nbargs 2 types: (int, int) args: (fd, how)
277 syscall sys_setsockopt nr 339 nbargs 5 types: (int, int, int, char *, int) args: (fd, level, optname, optval, optlen)
278 syscall sys_getsockopt nr 340 nbargs 5 types: (int, int, int, char *, int *) args: (fd, level, optname, optval, optlen)
279 syscall sys_sendmsg nr 341 nbargs 3 types: (int, struct msghdr *, unsigned) args: (fd, msg, flags)
280 syscall sys_recvmsg nr 342 nbargs 3 types: (int, struct msghdr *, unsigned int) args: (fd, msg, flags)
281 syscall sys_recvmmsg nr 343 nbargs 5 types: (int, struct mmsghdr *, unsigned int, unsigned int, struct timespec *) args: (fd, mmsg, vlen, flags, timeout)
282 syscall sys_accept4 nr 344 nbargs 4 types: (int, struct sockaddr *, int *, int) args: (fd, upeer_sockaddr, upeer_addrlen, flags)
283 syscall sys_clock_adjtime nr 347 nbargs 2 types: (const clockid_t, struct timex *) args: (which_clock, utx)
284 syscall sys_syncfs nr 348 nbargs 1 types: (int) args: (fd)
285 syscall sys_sendmmsg nr 349 nbargs 4 types: (int, struct mmsghdr *, unsigned int, unsigned int) args: (fd, mmsg, vlen, flags)
286 syscall sys_setns nr 350 nbargs 2 types: (int, int) args: (fd, nstype)
This page took 0.035746 seconds and 4 git commands to generate.