/* * Union of syscall args for messaging. * * DO NOT EDIT-- this file is automatically generated. * $DragonFly: src/sys/sys/sysunion.h,v 1.14 2004/03/06 22:14:16 dillon Exp $ * created from DragonFly: src/sys/kern/syscalls.master,v 1.11 2004/01/20 18:41:51 dillon Exp */ union sysunion { #ifdef _KERNEL /* header only applies in kernel */ struct lwkt_msg lmsg; struct sysmsg sysmsg; #endif struct nosys_args nosys; struct sys_exit_args sys_exit; struct fork_args fork; struct read_args read; struct write_args write; struct open_args open; struct close_args close; struct wait_args wait4; #ifdef COMPAT_43 struct ocreat_args ocreat; #endif struct link_args link; struct unlink_args unlink; struct chdir_args chdir; struct fchdir_args fchdir; struct mknod_args mknod; struct chmod_args chmod; struct chown_args chown; struct obreak_args obreak; struct getfsstat_args getfsstat; #ifdef COMPAT_43 struct olseek_args olseek; #endif struct getpid_args getpid; struct mount_args mount; struct unmount_args unmount; struct setuid_args setuid; struct getuid_args getuid; struct geteuid_args geteuid; struct ptrace_args ptrace; struct recvmsg_args recvmsg; struct sendmsg_args sendmsg; struct recvfrom_args recvfrom; struct accept_args accept; struct getpeername_args getpeername; struct getsockname_args getsockname; struct access_args access; struct chflags_args chflags; struct fchflags_args fchflags; struct sync_args sync; struct kill_args kill; #ifdef COMPAT_43 struct ostat_args ostat; #endif struct getppid_args getppid; #ifdef COMPAT_43 struct olstat_args olstat; #endif struct dup_args dup; struct pipe_args pipe; struct getegid_args getegid; struct profil_args profil; struct ktrace_args ktrace; struct getgid_args getgid; struct getlogin_args getlogin; struct setlogin_args setlogin; struct acct_args acct; struct sigaltstack_args sigaltstack; struct ioctl_args ioctl; struct reboot_args reboot; struct revoke_args revoke; struct symlink_args symlink; struct readlink_args readlink; struct execve_args execve; struct umask_args umask; struct chroot_args chroot; #ifdef COMPAT_43 struct ofstat_args ofstat; #endif #ifdef COMPAT_43 struct getkerninfo_args getkerninfo; #endif struct getpagesize_args getpagesize; struct msync_args msync; struct vfork_args vfork; struct sbrk_args sbrk; struct sstk_args sstk; #ifdef COMPAT_43 struct ommap_args ommap; #endif struct ovadvise_args ovadvise; struct munmap_args munmap; struct mprotect_args mprotect; struct madvise_args madvise; struct mincore_args mincore; struct getgroups_args getgroups; struct setgroups_args setgroups; struct getpgrp_args getpgrp; struct setpgid_args setpgid; struct setitimer_args setitimer; struct owait_args owait; struct swapon_args swapon; struct getitimer_args getitimer; #ifdef COMPAT_43 struct gethostname_args gethostname; #endif #ifdef COMPAT_43 struct sethostname_args sethostname; #endif struct getdtablesize_args getdtablesize; struct dup2_args dup2; struct fcntl_args fcntl; struct select_args select; struct fsync_args fsync; struct setpriority_args setpriority; struct socket_args socket; struct connect_args connect; struct getpriority_args getpriority; #ifdef COMPAT_43 struct osend_args osend; #endif #ifdef COMPAT_43 struct orecv_args orecv; #endif struct bind_args bind; struct setsockopt_args setsockopt; struct listen_args listen; #ifdef COMPAT_43 struct osigvec_args osigvec; #endif #ifdef COMPAT_43 struct osigblock_args osigblock; #endif #ifdef COMPAT_43 struct osigsetmask_args osigsetmask; #endif #ifdef COMPAT_43 struct osigstack_args osigstack; #endif #ifdef COMPAT_43 struct orecvmsg_args orecvmsg; #endif #ifdef COMPAT_43 struct osendmsg_args osendmsg; #endif struct gettimeofday_args gettimeofday; struct getrusage_args getrusage; struct getsockopt_args getsockopt; struct readv_args readv; struct writev_args writev; struct settimeofday_args settimeofday; struct fchown_args fchown; struct fchmod_args fchmod; struct setreuid_args setreuid; struct setregid_args setregid; struct rename_args rename; #ifdef COMPAT_43 struct otruncate_args otruncate; #endif #ifdef COMPAT_43 struct oftruncate_args oftruncate; #endif struct flock_args flock; struct mkfifo_args mkfifo; struct sendto_args sendto; struct shutdown_args shutdown; struct socketpair_args socketpair; struct mkdir_args mkdir; struct rmdir_args rmdir; struct utimes_args utimes; struct adjtime_args adjtime; #ifdef COMPAT_43 struct ogetpeername_args ogetpeername; #endif struct ogethostid_args ogethostid; #ifdef COMPAT_43 struct osethostid_args osethostid; #endif #ifdef COMPAT_43 struct ogetrlimit_args ogetrlimit; #endif #ifdef COMPAT_43 struct osetrlimit_args osetrlimit; #endif #ifdef COMPAT_43 struct okillpg_args okillpg; #endif struct setsid_args setsid; struct quotactl_args quotactl; struct oquota_args oquota; struct nfssvc_args nfssvc; #ifdef COMPAT_43 struct ogetdirentries_args ogetdirentries; #endif struct statfs_args statfs; struct fstatfs_args fstatfs; struct getfh_args getfh; struct getdomainname_args getdomainname; struct setdomainname_args setdomainname; struct uname_args uname; struct sysarch_args sysarch; struct rtprio_args rtprio; struct semsys_args semsys; struct msgsys_args msgsys; struct shmsys_args shmsys; struct pread_args pread; struct pwrite_args pwrite; struct ntp_adjtime_args ntp_adjtime; struct setgid_args setgid; struct setegid_args setegid; struct seteuid_args seteuid; struct stat_args stat; struct fstat_args fstat; struct lstat_args lstat; struct pathconf_args pathconf; struct fpathconf_args fpathconf; struct __getrlimit_args getrlimit; struct __setrlimit_args setrlimit; struct getdirentries_args getdirentries; struct mmap_args mmap; struct lseek_args lseek; struct truncate_args truncate; struct ftruncate_args ftruncate; struct sysctl_args __sysctl; struct mlock_args mlock; struct munlock_args munlock; struct undelete_args undelete; struct futimes_args futimes; struct getpgid_args getpgid; struct poll_args poll; struct __semctl_args __semctl; struct semget_args semget; struct semop_args semop; struct msgctl_args msgctl; struct msgget_args msgget; struct msgsnd_args msgsnd; struct msgrcv_args msgrcv; struct shmat_args shmat; struct shmctl_args shmctl; struct shmdt_args shmdt; struct shmget_args shmget; struct clock_gettime_args clock_gettime; struct clock_settime_args clock_settime; struct clock_getres_args clock_getres; struct nanosleep_args nanosleep; struct minherit_args minherit; struct rfork_args rfork; struct openbsd_poll_args openbsd_poll; struct issetugid_args issetugid; struct lchown_args lchown; struct getdents_args getdents; struct lchmod_args lchmod; struct lutimes_args lutimes; struct nstat_args nstat; struct nfstat_args nfstat; struct nlstat_args nlstat; struct fhstatfs_args fhstatfs; struct fhopen_args fhopen; struct fhstat_args fhstat; struct modnext_args modnext; struct modstat_args modstat; struct modfnext_args modfnext; struct modfind_args modfind; struct kldload_args kldload; struct kldunload_args kldunload; struct kldfind_args kldfind; struct kldnext_args kldnext; struct kldstat_args kldstat; struct kldfirstmod_args kldfirstmod; struct getsid_args getsid; struct setresuid_args setresuid; struct setresgid_args setresgid; struct aio_return_args aio_return; struct aio_suspend_args aio_suspend; struct aio_cancel_args aio_cancel; struct aio_error_args aio_error; struct aio_read_args aio_read; struct aio_write_args aio_write; struct lio_listio_args lio_listio; struct yield_args yield; struct thr_sleep_args thr_sleep; struct thr_wakeup_args thr_wakeup; struct mlockall_args mlockall; struct munlockall_args munlockall; struct __getcwd_args __getcwd; struct sched_setparam_args sched_setparam; struct sched_getparam_args sched_getparam; struct sched_setscheduler_args sched_setscheduler; struct sched_getscheduler_args sched_getscheduler; struct sched_yield_args sched_yield; struct sched_get_priority_max_args sched_get_priority_max; struct sched_get_priority_min_args sched_get_priority_min; struct sched_rr_get_interval_args sched_rr_get_interval; struct utrace_args utrace; struct kldsym_args kldsym; struct jail_args jail; struct sigprocmask_args sigprocmask; struct sigsuspend_args sigsuspend; struct sigaction_args sigaction; struct sigpending_args sigpending; struct sigreturn_args sigreturn; struct __acl_get_file_args __acl_get_file; struct __acl_set_file_args __acl_set_file; struct __acl_get_fd_args __acl_get_fd; struct __acl_set_fd_args __acl_set_fd; struct __acl_delete_file_args __acl_delete_file; struct __acl_delete_fd_args __acl_delete_fd; struct __acl_aclcheck_file_args __acl_aclcheck_file; struct __acl_aclcheck_fd_args __acl_aclcheck_fd; struct extattrctl_args extattrctl; struct extattr_set_file_args extattr_set_file; struct extattr_get_file_args extattr_get_file; struct extattr_delete_file_args extattr_delete_file; struct aio_waitcomplete_args aio_waitcomplete; struct getresuid_args getresuid; struct getresgid_args getresgid; struct kqueue_args kqueue; struct kevent_args kevent; struct sendfile_args sendfile; struct varsym_set_args varsym_set; struct varsym_get_args varsym_get; struct varsym_list_args varsym_list; struct upc_register_args upc_register; struct upc_control_args upc_control; struct caps_sys_service_args caps_sys_service; struct caps_sys_client_args caps_sys_client; struct caps_sys_close_args caps_sys_close; struct caps_sys_put_args caps_sys_put; struct caps_sys_reply_args caps_sys_reply; struct caps_sys_get_args caps_sys_get; struct caps_sys_wait_args caps_sys_wait; struct caps_sys_abort_args caps_sys_abort; struct caps_sys_getgen_args caps_sys_getgen; struct caps_sys_setgen_args caps_sys_setgen; struct exec_sys_register_args exec_sys_register; struct exec_sys_unregister_args exec_sys_unregister; };