Regen.
[dragonfly.git] / sys / sys / sysunion.h
1 /*
2  * Union of syscall args for messaging.
3  *
4  * DO NOT EDIT-- this file is automatically generated.
5  * $DragonFly: src/sys/sys/sysunion.h,v 1.30 2005/08/02 13:19:30 joerg Exp $
6  * created from DragonFly: src/sys/kern/syscalls.master,v 1.26 2005/08/02 13:03:55 joerg Exp 
7  */
8
9 union sysunion {
10 #ifdef _KERNEL /* header only applies in kernel */
11         struct  lwkt_msg lmsg;
12         struct  sysmsg sysmsg;
13 #endif
14 #ifdef COMPAT_43
15 #endif
16         struct  nosys_args nosys;
17         struct  sys_exit_args sys_exit;
18         struct  fork_args fork;
19         struct  read_args read;
20         struct  write_args write;
21         struct  open_args open;
22         struct  close_args close;
23         struct  wait_args wait4;
24 #ifdef COMPAT_43
25         struct  ocreat_args ocreat;
26 #endif
27         struct  link_args link;
28         struct  unlink_args unlink;
29         struct  chdir_args chdir;
30         struct  fchdir_args fchdir;
31         struct  mknod_args mknod;
32         struct  chmod_args chmod;
33         struct  chown_args chown;
34         struct  obreak_args obreak;
35         struct  getfsstat_args getfsstat;
36 #ifdef COMPAT_43
37         struct  olseek_args olseek;
38 #endif
39         struct  getpid_args getpid;
40         struct  mount_args mount;
41         struct  unmount_args unmount;
42         struct  setuid_args setuid;
43         struct  getuid_args getuid;
44         struct  geteuid_args geteuid;
45         struct  ptrace_args ptrace;
46         struct  recvmsg_args recvmsg;
47         struct  sendmsg_args sendmsg;
48         struct  recvfrom_args recvfrom;
49         struct  accept_args accept;
50         struct  getpeername_args getpeername;
51         struct  getsockname_args getsockname;
52         struct  access_args access;
53         struct  chflags_args chflags;
54         struct  fchflags_args fchflags;
55         struct  sync_args sync;
56         struct  kill_args kill;
57 #ifdef COMPAT_43
58         struct  ostat_args ostat;
59 #endif
60         struct  getppid_args getppid;
61 #ifdef COMPAT_43
62         struct  olstat_args olstat;
63 #endif
64         struct  dup_args dup;
65         struct  pipe_args pipe;
66         struct  getegid_args getegid;
67         struct  profil_args profil;
68         struct  ktrace_args ktrace;
69         struct  getgid_args getgid;
70         struct  getlogin_args getlogin;
71         struct  setlogin_args setlogin;
72         struct  acct_args acct;
73         struct  sigaltstack_args sigaltstack;
74         struct  ioctl_args ioctl;
75         struct  reboot_args reboot;
76         struct  revoke_args revoke;
77         struct  symlink_args symlink;
78         struct  readlink_args readlink;
79         struct  execve_args execve;
80         struct  umask_args umask;
81         struct  chroot_args chroot;
82 #ifdef COMPAT_43
83         struct  ofstat_args ofstat;
84 #endif
85 #ifdef COMPAT_43
86         struct  getkerninfo_args getkerninfo;
87 #endif
88         struct  getpagesize_args getpagesize;
89         struct  msync_args msync;
90         struct  vfork_args vfork;
91         struct  sbrk_args sbrk;
92         struct  sstk_args sstk;
93 #ifdef COMPAT_43
94         struct  ommap_args ommap;
95 #endif
96         struct  ovadvise_args ovadvise;
97         struct  munmap_args munmap;
98         struct  mprotect_args mprotect;
99         struct  madvise_args madvise;
100         struct  mincore_args mincore;
101         struct  getgroups_args getgroups;
102         struct  setgroups_args setgroups;
103         struct  getpgrp_args getpgrp;
104         struct  setpgid_args setpgid;
105         struct  setitimer_args setitimer;
106         struct  owait_args owait;
107         struct  swapon_args swapon;
108         struct  getitimer_args getitimer;
109 #ifdef COMPAT_43
110         struct  gethostname_args gethostname;
111 #endif
112 #ifdef COMPAT_43
113         struct  sethostname_args sethostname;
114 #endif
115         struct  getdtablesize_args getdtablesize;
116         struct  dup2_args dup2;
117         struct  fcntl_args fcntl;
118         struct  select_args select;
119         struct  fsync_args fsync;
120         struct  setpriority_args setpriority;
121         struct  socket_args socket;
122         struct  connect_args connect;
123         struct  getpriority_args getpriority;
124 #ifdef COMPAT_43
125         struct  osend_args osend;
126 #endif
127 #ifdef COMPAT_43
128         struct  orecv_args orecv;
129 #endif
130         struct  bind_args bind;
131         struct  setsockopt_args setsockopt;
132         struct  listen_args listen;
133 #ifdef COMPAT_43
134         struct  osigvec_args osigvec;
135 #endif
136 #ifdef COMPAT_43
137         struct  osigblock_args osigblock;
138 #endif
139 #ifdef COMPAT_43
140         struct  osigsetmask_args osigsetmask;
141 #endif
142 #ifdef COMPAT_43
143         struct  osigstack_args osigstack;
144 #endif
145 #ifdef COMPAT_43
146         struct  orecvmsg_args orecvmsg;
147 #endif
148 #ifdef COMPAT_43
149         struct  osendmsg_args osendmsg;
150 #endif
151         struct  gettimeofday_args gettimeofday;
152         struct  getrusage_args getrusage;
153         struct  getsockopt_args getsockopt;
154         struct  readv_args readv;
155         struct  writev_args writev;
156         struct  settimeofday_args settimeofday;
157         struct  fchown_args fchown;
158         struct  fchmod_args fchmod;
159         struct  setreuid_args setreuid;
160         struct  setregid_args setregid;
161         struct  rename_args rename;
162 #ifdef COMPAT_43
163         struct  otruncate_args otruncate;
164 #endif
165 #ifdef COMPAT_43
166         struct  oftruncate_args oftruncate;
167 #endif
168         struct  flock_args flock;
169         struct  mkfifo_args mkfifo;
170         struct  sendto_args sendto;
171         struct  shutdown_args shutdown;
172         struct  socketpair_args socketpair;
173         struct  mkdir_args mkdir;
174         struct  rmdir_args rmdir;
175         struct  utimes_args utimes;
176         struct  adjtime_args adjtime;
177 #ifdef COMPAT_43
178         struct  ogetpeername_args ogetpeername;
179 #endif
180         struct  ogethostid_args ogethostid;
181 #ifdef COMPAT_43
182         struct  osethostid_args osethostid;
183 #endif
184 #ifdef COMPAT_43
185         struct  ogetrlimit_args ogetrlimit;
186 #endif
187 #ifdef COMPAT_43
188         struct  osetrlimit_args osetrlimit;
189 #endif
190 #ifdef COMPAT_43
191         struct  okillpg_args okillpg;
192 #endif
193         struct  setsid_args setsid;
194         struct  quotactl_args quotactl;
195         struct  oquota_args oquota;
196         struct  nfssvc_args nfssvc;
197 #ifdef COMPAT_43
198         struct  ogetdirentries_args ogetdirentries;
199 #endif
200         struct  statfs_args statfs;
201         struct  fstatfs_args fstatfs;
202         struct  getfh_args getfh;
203         struct  getdomainname_args getdomainname;
204         struct  setdomainname_args setdomainname;
205         struct  uname_args uname;
206         struct  sysarch_args sysarch;
207         struct  rtprio_args rtprio;
208         struct  semsys_args semsys;
209         struct  msgsys_args msgsys;
210         struct  shmsys_args shmsys;
211         struct  pread_args pread;
212         struct  pwrite_args pwrite;
213         struct  ntp_adjtime_args ntp_adjtime;
214         struct  setgid_args setgid;
215         struct  setegid_args setegid;
216         struct  seteuid_args seteuid;
217 #ifdef COMPAT_DF12
218         struct  dfbsd12_stat_args dfbsd12_stat;
219 #endif
220 #ifdef COMPAT_DF12
221         struct  dfbsd12_fstat_args dfbsd12_fstat;
222 #endif
223 #ifdef COMPAT_DF12
224         struct  dfbsd12_lstat_args dfbsd12_lstat;
225 #endif
226         struct  pathconf_args pathconf;
227         struct  fpathconf_args fpathconf;
228         struct  __getrlimit_args getrlimit;
229         struct  __setrlimit_args setrlimit;
230         struct  getdirentries_args getdirentries;
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         struct  getdents_args getdents;
263         struct  lchmod_args lchmod;
264         struct  lutimes_args lutimes;
265         struct  fhstatfs_args fhstatfs;
266         struct  fhopen_args fhopen;
267 #ifdef COMPAT_DF12
268         struct  dfbsd12_fhstat_args dfbsd12_fhstat;
269 #endif
270         struct  modnext_args modnext;
271         struct  modstat_args modstat;
272         struct  modfnext_args modfnext;
273         struct  modfind_args modfind;
274         struct  kldload_args kldload;
275         struct  kldunload_args kldunload;
276         struct  kldfind_args kldfind;
277         struct  kldnext_args kldnext;
278         struct  kldstat_args kldstat;
279         struct  kldfirstmod_args kldfirstmod;
280         struct  getsid_args getsid;
281         struct  setresuid_args setresuid;
282         struct  setresgid_args setresgid;
283         struct  aio_return_args aio_return;
284         struct  aio_suspend_args aio_suspend;
285         struct  aio_cancel_args aio_cancel;
286         struct  aio_error_args aio_error;
287         struct  aio_read_args aio_read;
288         struct  aio_write_args aio_write;
289         struct  lio_listio_args lio_listio;
290         struct  yield_args yield;
291         struct  thr_sleep_args thr_sleep;
292         struct  thr_wakeup_args thr_wakeup;
293         struct  mlockall_args mlockall;
294         struct  munlockall_args munlockall;
295         struct  __getcwd_args __getcwd;
296         struct  sched_setparam_args sched_setparam;
297         struct  sched_getparam_args sched_getparam;
298         struct  sched_setscheduler_args sched_setscheduler;
299         struct  sched_getscheduler_args sched_getscheduler;
300         struct  sched_yield_args sched_yield;
301         struct  sched_get_priority_max_args sched_get_priority_max;
302         struct  sched_get_priority_min_args sched_get_priority_min;
303         struct  sched_rr_get_interval_args sched_rr_get_interval;
304         struct  utrace_args utrace;
305         struct  kldsym_args kldsym;
306         struct  jail_args jail;
307         struct  sigprocmask_args sigprocmask;
308         struct  sigsuspend_args sigsuspend;
309         struct  sigaction_args sigaction;
310         struct  sigpending_args sigpending;
311         struct  sigreturn_args sigreturn;
312         struct  sigtimedwait_args sigtimedwait;
313         struct  sigwaitinfo_args sigwaitinfo;
314         struct  __acl_get_file_args __acl_get_file;
315         struct  __acl_set_file_args __acl_set_file;
316         struct  __acl_get_fd_args __acl_get_fd;
317         struct  __acl_set_fd_args __acl_set_fd;
318         struct  __acl_delete_file_args __acl_delete_file;
319         struct  __acl_delete_fd_args __acl_delete_fd;
320         struct  __acl_aclcheck_file_args __acl_aclcheck_file;
321         struct  __acl_aclcheck_fd_args __acl_aclcheck_fd;
322         struct  extattrctl_args extattrctl;
323         struct  extattr_set_file_args extattr_set_file;
324         struct  extattr_get_file_args extattr_get_file;
325         struct  extattr_delete_file_args extattr_delete_file;
326         struct  aio_waitcomplete_args aio_waitcomplete;
327         struct  getresuid_args getresuid;
328         struct  getresgid_args getresgid;
329         struct  kqueue_args kqueue;
330         struct  kevent_args kevent;
331         struct  sctp_peeloff_args sctp_peeloff;
332         struct  sendfile_args sendfile;
333         struct  varsym_set_args varsym_set;
334         struct  varsym_get_args varsym_get;
335         struct  varsym_list_args varsym_list;
336         struct  upc_register_args upc_register;
337         struct  upc_control_args upc_control;
338         struct  caps_sys_service_args caps_sys_service;
339         struct  caps_sys_client_args caps_sys_client;
340         struct  caps_sys_close_args caps_sys_close;
341         struct  caps_sys_put_args caps_sys_put;
342         struct  caps_sys_reply_args caps_sys_reply;
343         struct  caps_sys_get_args caps_sys_get;
344         struct  caps_sys_wait_args caps_sys_wait;
345         struct  caps_sys_abort_args caps_sys_abort;
346         struct  caps_sys_getgen_args caps_sys_getgen;
347         struct  caps_sys_setgen_args caps_sys_setgen;
348         struct  exec_sys_register_args exec_sys_register;
349         struct  exec_sys_unregister_args exec_sys_unregister;
350         struct  sys_checkpoint_args sys_checkpoint;
351         struct  mountctl_args mountctl;
352         struct  umtx_sleep_args umtx_sleep;
353         struct  umtx_wakeup_args umtx_wakeup;
354         struct  jail_attach_args jail_attach;
355         struct  sys_set_tls_area_args sys_set_tls_area;
356         struct  sys_get_tls_area_args sys_get_tls_area;
357         struct  closefrom_args closefrom;
358         struct  stat_args stat;
359         struct  fstat_args fstat;
360         struct  lstat_args lstat;
361         struct  fhstat_args fhstat;
362 };