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