kernel - Add futimens()
[dragonfly.git] / sys / sys / sysunion.h
blob0ad00be6ec2caa7c6b2b9bd5226308bb075cae60
1 /*
2 * Union of syscall args for messaging.
4 * DO NOT EDIT-- To regenerate this file, edit syscalls.master followed
5 * by running make sysent in the same directory.
6 */
8 union sysunion {
9 #ifdef _KERNEL /* header only applies in kernel */
10 struct lwkt_msg lmsg;
11 struct sysmsg sysmsg;
12 #endif
13 #ifdef COMPAT_43
14 #endif
15 struct nosys_args nosys;
16 struct exit_args exit;
17 struct fork_args fork;
18 struct read_args read;
19 struct write_args write;
20 struct open_args open;
21 struct close_args close;
22 struct wait_args wait4;
23 #ifdef COMPAT_43
24 struct ocreat_args sys_ocreat;
25 #endif
26 struct link_args link;
27 struct unlink_args unlink;
28 struct chdir_args chdir;
29 struct fchdir_args fchdir;
30 struct mknod_args mknod;
31 struct chmod_args chmod;
32 struct chown_args chown;
33 struct obreak_args obreak;
34 struct getfsstat_args getfsstat;
35 #ifdef COMPAT_43
36 struct olseek_args sys_olseek;
37 #endif
38 struct getpid_args getpid;
39 struct mount_args mount;
40 struct unmount_args unmount;
41 struct setuid_args setuid;
42 struct getuid_args getuid;
43 struct geteuid_args geteuid;
44 struct ptrace_args ptrace;
45 struct recvmsg_args recvmsg;
46 struct sendmsg_args sendmsg;
47 struct recvfrom_args recvfrom;
48 struct accept_args accept;
49 struct getpeername_args getpeername;
50 struct getsockname_args getsockname;
51 struct access_args access;
52 struct chflags_args chflags;
53 struct fchflags_args fchflags;
54 struct sync_args sync;
55 struct kill_args kill;
56 #ifdef COMPAT_43
57 struct ostat_args sys_ostat;
58 #endif
59 struct getppid_args getppid;
60 #ifdef COMPAT_43
61 struct olstat_args sys_olstat;
62 #endif
63 struct dup_args dup;
64 struct pipe_args pipe;
65 struct getegid_args getegid;
66 struct profil_args profil;
67 struct ktrace_args ktrace;
68 struct getgid_args getgid;
69 struct getlogin_args getlogin;
70 struct setlogin_args setlogin;
71 struct acct_args acct;
72 struct sigaltstack_args sigaltstack;
73 struct ioctl_args ioctl;
74 struct reboot_args reboot;
75 struct revoke_args revoke;
76 struct symlink_args symlink;
77 struct readlink_args readlink;
78 struct execve_args execve;
79 struct umask_args umask;
80 struct chroot_args chroot;
81 #ifdef COMPAT_43
82 struct ofstat_args sys_ofstat;
83 #endif
84 #ifdef COMPAT_43
85 struct getkerninfo_args getkerninfo;
86 #endif
87 struct getpagesize_args getpagesize;
88 struct msync_args msync;
89 struct vfork_args vfork;
90 struct sbrk_args sbrk;
91 struct sstk_args sstk;
92 #ifdef COMPAT_43
93 struct ommap_args sys_ommap;
94 #endif
95 #ifdef COMPAT_43
96 struct ovadvise_args vadvise;
97 #endif
98 struct munmap_args munmap;
99 struct mprotect_args mprotect;
100 struct madvise_args madvise;
101 struct mincore_args mincore;
102 struct getgroups_args getgroups;
103 struct setgroups_args setgroups;
104 struct getpgrp_args getpgrp;
105 struct setpgid_args setpgid;
106 struct setitimer_args setitimer;
107 struct owait_args sys_owait;
108 struct swapon_args swapon;
109 struct getitimer_args getitimer;
110 #ifdef COMPAT_43
111 struct gethostname_args gethostname;
112 #endif
113 #ifdef COMPAT_43
114 struct sethostname_args sethostname;
115 #endif
116 struct getdtablesize_args getdtablesize;
117 struct dup2_args dup2;
118 struct fcntl_args fcntl;
119 struct select_args select;
120 struct fsync_args fsync;
121 struct setpriority_args setpriority;
122 struct socket_args socket;
123 struct connect_args connect;
124 struct getpriority_args getpriority;
125 #ifdef COMPAT_43
126 struct osend_args sys_osend;
127 #endif
128 #ifdef COMPAT_43
129 struct orecv_args sys_orecv;
130 #endif
131 struct bind_args bind;
132 struct setsockopt_args setsockopt;
133 struct listen_args listen;
134 #ifdef COMPAT_43
135 struct osigvec_args sys_osigvec;
136 #endif
137 #ifdef COMPAT_43
138 struct osigblock_args sys_osigblock;
139 #endif
140 #ifdef COMPAT_43
141 struct osigsetmask_args sys_osigsetmask;
142 #endif
143 #ifdef COMPAT_43
144 struct osigstack_args sys_osigstack;
145 #endif
146 #ifdef COMPAT_43
147 struct orecvmsg_args sys_orecvmsg;
148 #endif
149 #ifdef COMPAT_43
150 struct osendmsg_args sys_osendmsg;
151 #endif
152 struct gettimeofday_args gettimeofday;
153 struct getrusage_args getrusage;
154 struct getsockopt_args getsockopt;
155 struct readv_args readv;
156 struct writev_args writev;
157 struct settimeofday_args settimeofday;
158 struct fchown_args fchown;
159 struct fchmod_args fchmod;
160 struct setreuid_args setreuid;
161 struct setregid_args setregid;
162 struct rename_args rename;
163 #ifdef COMPAT_43
164 struct otruncate_args sys_otruncate;
165 #endif
166 #ifdef COMPAT_43
167 struct oftruncate_args sys_oftruncate;
168 #endif
169 struct flock_args flock;
170 struct mkfifo_args mkfifo;
171 struct sendto_args sendto;
172 struct shutdown_args shutdown;
173 struct socketpair_args socketpair;
174 struct mkdir_args mkdir;
175 struct rmdir_args rmdir;
176 struct utimes_args utimes;
177 struct adjtime_args adjtime;
178 #ifdef COMPAT_43
179 struct ogetpeername_args sys_ogetpeername;
180 #endif
181 struct ogethostid_args sys_ogethostid;
182 #ifdef COMPAT_43
183 struct osethostid_args sys_osethostid;
184 #endif
185 #ifdef COMPAT_43
186 struct ogetrlimit_args sys_ogetrlimit;
187 #endif
188 #ifdef COMPAT_43
189 struct osetrlimit_args sys_osetrlimit;
190 #endif
191 #ifdef COMPAT_43
192 struct okillpg_args sys_okillpg;
193 #endif
194 struct setsid_args setsid;
195 struct quotactl_args quotactl;
196 struct oquota_args sys_oquota;
197 struct nfssvc_args nfssvc;
198 #ifdef COMPAT_43
199 struct ogetdirentries_args sys_ogetdirentries;
200 #endif
201 struct statfs_args statfs;
202 struct fstatfs_args fstatfs;
203 struct getfh_args getfh;
204 struct getdomainname_args getdomainname;
205 struct setdomainname_args setdomainname;
206 struct uname_args uname;
207 struct sysarch_args sysarch;
208 struct rtprio_args rtprio;
209 struct extpread_args extpread;
210 struct extpwrite_args extpwrite;
211 struct ntp_adjtime_args ntp_adjtime;
212 struct setgid_args setgid;
213 struct setegid_args setegid;
214 struct seteuid_args seteuid;
215 #ifdef COMPAT_DF12
216 struct dfbsd12_stat_args sys_dfbsd12_stat;
217 #endif
218 #ifdef COMPAT_DF12
219 struct dfbsd12_fstat_args sys_dfbsd12_fstat;
220 #endif
221 #ifdef COMPAT_DF12
222 struct dfbsd12_lstat_args sys_dfbsd12_lstat;
223 #endif
224 struct pathconf_args pathconf;
225 struct fpathconf_args fpathconf;
226 struct __getrlimit_args getrlimit;
227 struct __setrlimit_args setrlimit;
228 #ifdef COMPAT_DF12
229 struct dfbsd12_getdirentries_args sys_dfbsd12_getdirentries;
230 #endif
231 struct mmap_args mmap;
232 struct lseek_args lseek;
233 struct truncate_args truncate;
234 struct ftruncate_args ftruncate;
235 struct sysctl_args __sysctl;
236 struct mlock_args mlock;
237 struct munlock_args munlock;
238 struct undelete_args undelete;
239 struct futimes_args futimes;
240 struct getpgid_args getpgid;
241 struct poll_args poll;
242 struct __semctl_args __semctl;
243 struct semget_args semget;
244 struct semop_args semop;
245 struct msgctl_args msgctl;
246 struct msgget_args msgget;
247 struct msgsnd_args msgsnd;
248 struct msgrcv_args msgrcv;
249 struct shmat_args shmat;
250 struct shmctl_args shmctl;
251 struct shmdt_args shmdt;
252 struct shmget_args shmget;
253 struct clock_gettime_args clock_gettime;
254 struct clock_settime_args clock_settime;
255 struct clock_getres_args clock_getres;
256 struct nanosleep_args nanosleep;
257 struct minherit_args minherit;
258 struct rfork_args rfork;
259 struct openbsd_poll_args openbsd_poll;
260 struct issetugid_args issetugid;
261 struct lchown_args lchown;
262 #ifdef COMPAT_DF12
263 struct dfbsd12_getdents_args sys_dfbsd12_getdents;
264 #endif
265 struct lchmod_args lchmod;
266 struct lutimes_args lutimes;
267 struct extpreadv_args extpreadv;
268 struct extpwritev_args extpwritev;
269 struct fhstatfs_args fhstatfs;
270 struct fhopen_args fhopen;
271 #ifdef COMPAT_DF12
272 struct dfbsd12_fhstat_args sys_dfbsd12_fhstat;
273 #endif
274 struct modnext_args modnext;
275 struct modstat_args modstat;
276 struct modfnext_args modfnext;
277 struct modfind_args modfind;
278 struct kldload_args kldload;
279 struct kldunload_args kldunload;
280 struct kldfind_args kldfind;
281 struct kldnext_args kldnext;
282 struct kldstat_args kldstat;
283 struct kldfirstmod_args kldfirstmod;
284 struct getsid_args getsid;
285 struct setresuid_args setresuid;
286 struct setresgid_args setresgid;
287 struct aio_return_args aio_return;
288 struct aio_suspend_args aio_suspend;
289 struct aio_cancel_args aio_cancel;
290 struct aio_error_args aio_error;
291 struct aio_read_args aio_read;
292 struct aio_write_args aio_write;
293 struct lio_listio_args lio_listio;
294 struct yield_args yield;
295 struct mlockall_args mlockall;
296 struct munlockall_args munlockall;
297 struct __getcwd_args __getcwd;
298 struct sched_setparam_args sched_setparam;
299 struct sched_getparam_args sched_getparam;
300 struct sched_setscheduler_args sched_setscheduler;
301 struct sched_getscheduler_args sched_getscheduler;
302 struct sched_yield_args sched_yield;
303 struct sched_get_priority_max_args sched_get_priority_max;
304 struct sched_get_priority_min_args sched_get_priority_min;
305 struct sched_rr_get_interval_args sched_rr_get_interval;
306 struct utrace_args utrace;
307 struct kldsym_args kldsym;
308 struct jail_args jail;
309 struct sigprocmask_args sigprocmask;
310 struct sigsuspend_args sigsuspend;
311 struct sigaction_args sigaction;
312 struct sigpending_args sigpending;
313 struct sigreturn_args sigreturn;
314 struct sigtimedwait_args sigtimedwait;
315 struct sigwaitinfo_args sigwaitinfo;
316 struct __acl_get_file_args __acl_get_file;
317 struct __acl_set_file_args __acl_set_file;
318 struct __acl_get_fd_args __acl_get_fd;
319 struct __acl_set_fd_args __acl_set_fd;
320 struct __acl_delete_file_args __acl_delete_file;
321 struct __acl_delete_fd_args __acl_delete_fd;
322 struct __acl_aclcheck_file_args __acl_aclcheck_file;
323 struct __acl_aclcheck_fd_args __acl_aclcheck_fd;
324 struct extattrctl_args extattrctl;
325 struct extattr_set_file_args extattr_set_file;
326 struct extattr_get_file_args extattr_get_file;
327 struct extattr_delete_file_args extattr_delete_file;
328 struct aio_waitcomplete_args aio_waitcomplete;
329 struct getresuid_args getresuid;
330 struct getresgid_args getresgid;
331 struct kqueue_args kqueue;
332 struct kevent_args kevent;
333 struct lchflags_args lchflags;
334 struct uuidgen_args uuidgen;
335 struct sendfile_args sendfile;
336 struct varsym_set_args varsym_set;
337 struct varsym_get_args varsym_get;
338 struct varsym_list_args varsym_list;
339 struct exec_sys_register_args exec_sys_register;
340 struct exec_sys_unregister_args exec_sys_unregister;
341 struct sys_checkpoint_args sys_checkpoint;
342 struct mountctl_args mountctl;
343 struct umtx_sleep_args umtx_sleep;
344 struct umtx_wakeup_args umtx_wakeup;
345 struct jail_attach_args jail_attach;
346 struct set_tls_area_args set_tls_area;
347 struct get_tls_area_args get_tls_area;
348 struct closefrom_args closefrom;
349 struct stat_args stat;
350 struct fstat_args fstat;
351 struct lstat_args lstat;
352 struct fhstat_args fhstat;
353 struct getdirentries_args getdirentries;
354 struct getdents_args getdents;
355 struct usched_set_args usched_set;
356 struct extaccept_args extaccept;
357 struct extconnect_args extconnect;
358 struct mcontrol_args mcontrol;
359 struct vmspace_create_args vmspace_create;
360 struct vmspace_destroy_args vmspace_destroy;
361 struct vmspace_ctl_args vmspace_ctl;
362 struct vmspace_mmap_args vmspace_mmap;
363 struct vmspace_munmap_args vmspace_munmap;
364 struct vmspace_mcontrol_args vmspace_mcontrol;
365 struct vmspace_pread_args vmspace_pread;
366 struct vmspace_pwrite_args vmspace_pwrite;
367 struct extexit_args extexit;
368 struct lwp_create_args lwp_create;
369 struct lwp_gettid_args lwp_gettid;
370 struct lwp_kill_args lwp_kill;
371 struct lwp_rtprio_args lwp_rtprio;
372 struct pselect_args pselect;
373 struct statvfs_args statvfs;
374 struct fstatvfs_args fstatvfs;
375 struct fhstatvfs_args fhstatvfs;
376 struct getvfsstat_args getvfsstat;
377 struct openat_args openat;
378 struct fstatat_args fstatat;
379 struct fchmodat_args fchmodat;
380 struct fchownat_args fchownat;
381 struct unlinkat_args unlinkat;
382 struct faccessat_args faccessat;
383 struct mq_open_args mq_open;
384 struct mq_close_args mq_close;
385 struct mq_unlink_args mq_unlink;
386 struct mq_getattr_args mq_getattr;
387 struct mq_setattr_args mq_setattr;
388 struct mq_notify_args mq_notify;
389 struct mq_send_args mq_send;
390 struct mq_receive_args mq_receive;
391 struct mq_timedsend_args mq_timedsend;
392 struct mq_timedreceive_args mq_timedreceive;
393 struct ioprio_set_args ioprio_set;
394 struct ioprio_get_args ioprio_get;
395 struct chroot_kernel_args chroot_kernel;
396 struct renameat_args renameat;
397 struct mkdirat_args mkdirat;
398 struct mkfifoat_args mkfifoat;
399 struct mknodat_args mknodat;
400 struct readlinkat_args readlinkat;
401 struct symlinkat_args symlinkat;
402 struct swapoff_args swapoff;
403 struct vquotactl_args vquotactl;
404 struct linkat_args linkat;
405 struct eaccess_args eaccess;
406 struct lpathconf_args lpathconf;
407 struct vmm_guest_ctl_args vmm_guest_ctl;
408 struct vmm_guest_sync_addr_args vmm_guest_sync_addr;
409 struct procctl_args procctl;
410 struct chflagsat_args chflagsat;
411 struct pipe2_args pipe2;
412 struct utimensat_args utimensat;
413 struct futimens_args futimens;