summaryrefslogtreecommitdiff
path: root/sys/compat/sunos
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2007-11-27 18:06:00 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2007-11-27 18:06:00 +0000
commite1149af48c1dfc44f4f956e52d22c235e7d6f86d (patch)
treeee0cc191de44816517e9eafa486bdf1cc9459ce6 /sys/compat/sunos
parent298987f5b9aac833d9d0d4f784411b4d7019db29 (diff)
regen
Diffstat (limited to 'sys/compat/sunos')
-rw-r--r--sys/compat/sunos/sunos_syscall.h2
-rw-r--r--sys/compat/sunos/sunos_syscallargs.h2
-rw-r--r--sys/compat/sunos/sunos_syscalls.c2
-rw-r--r--sys/compat/sunos/sunos_sysent.c398
4 files changed, 202 insertions, 202 deletions
diff --git a/sys/compat/sunos/sunos_syscall.h b/sys/compat/sunos/sunos_syscall.h
index 9c5aeffb1d5..ccc310eb7d2 100644
--- a/sys/compat/sunos/sunos_syscall.h
+++ b/sys/compat/sunos/sunos_syscall.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: sunos_syscall.h,v 1.18 2004/07/09 23:56:33 millert Exp $ */
+/* $OpenBSD: sunos_syscall.h,v 1.19 2007/11/27 18:05:59 art Exp $ */
/*
* System call numbers.
diff --git a/sys/compat/sunos/sunos_syscallargs.h b/sys/compat/sunos/sunos_syscallargs.h
index 7b3b84987a1..6eeaf94050d 100644
--- a/sys/compat/sunos/sunos_syscallargs.h
+++ b/sys/compat/sunos/sunos_syscallargs.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: sunos_syscallargs.h,v 1.19 2004/07/09 23:56:33 millert Exp $ */
+/* $OpenBSD: sunos_syscallargs.h,v 1.20 2007/11/27 18:05:59 art Exp $ */
/*
* System call argument lists.
diff --git a/sys/compat/sunos/sunos_syscalls.c b/sys/compat/sunos/sunos_syscalls.c
index b3b1e98a3a8..de80c97086e 100644
--- a/sys/compat/sunos/sunos_syscalls.c
+++ b/sys/compat/sunos/sunos_syscalls.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sunos_syscalls.c,v 1.18 2004/07/09 23:56:33 millert Exp $ */
+/* $OpenBSD: sunos_syscalls.c,v 1.19 2007/11/27 18:05:59 art Exp $ */
/*
* System call names.
diff --git a/sys/compat/sunos/sunos_sysent.c b/sys/compat/sunos/sunos_sysent.c
index 655f28e51e0..740d5d38b18 100644
--- a/sys/compat/sunos/sunos_sysent.c
+++ b/sys/compat/sunos/sunos_sysent.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sunos_sysent.c,v 1.18 2004/07/09 23:56:33 millert Exp $ */
+/* $OpenBSD: sunos_sysent.c,v 1.19 2007/11/27 18:05:59 art Exp $ */
/*
* System call switch table.
@@ -19,422 +19,422 @@
#define s(type) sizeof(type)
struct sysent sunos_sysent[] = {
- { 0, 0,
+ { 0, 0, 0,
sys_nosys }, /* 0 = syscall */
- { 1, s(struct sys_exit_args),
+ { 1, s(struct sys_exit_args), 0,
sys_exit }, /* 1 = exit */
- { 0, 0,
+ { 0, 0, 0,
sys_fork }, /* 2 = fork */
- { 3, s(struct sys_read_args),
+ { 3, s(struct sys_read_args), 0,
sys_read }, /* 3 = read */
- { 3, s(struct sys_write_args),
+ { 3, s(struct sys_write_args), 0,
sys_write }, /* 4 = write */
- { 3, s(struct sunos_sys_open_args),
+ { 3, s(struct sunos_sys_open_args), 0,
sunos_sys_open }, /* 5 = open */
- { 1, s(struct sys_close_args),
+ { 1, s(struct sys_close_args), 0,
sys_close }, /* 6 = close */
- { 4, s(struct sunos_sys_wait4_args),
+ { 4, s(struct sunos_sys_wait4_args), 0,
sunos_sys_wait4 }, /* 7 = wait4 */
- { 2, s(struct sunos_sys_creat_args),
+ { 2, s(struct sunos_sys_creat_args), 0,
sunos_sys_creat }, /* 8 = creat */
- { 2, s(struct sys_link_args),
+ { 2, s(struct sys_link_args), 0,
sys_link }, /* 9 = link */
- { 1, s(struct sys_unlink_args),
+ { 1, s(struct sys_unlink_args), 0,
sys_unlink }, /* 10 = unlink */
- { 2, s(struct sunos_sys_execv_args),
+ { 2, s(struct sunos_sys_execv_args), 0,
sunos_sys_execv }, /* 11 = execv */
- { 1, s(struct sys_chdir_args),
+ { 1, s(struct sys_chdir_args), 0,
sys_chdir }, /* 12 = chdir */
- { 0, 0,
+ { 0, 0, 0,
sys_nosys }, /* 13 = obsolete time */
- { 3, s(struct sunos_sys_mknod_args),
+ { 3, s(struct sunos_sys_mknod_args), 0,
sunos_sys_mknod }, /* 14 = mknod */
- { 2, s(struct sys_chmod_args),
+ { 2, s(struct sys_chmod_args), 0,
sys_chmod }, /* 15 = chmod */
- { 3, s(struct sys_lchown_args),
+ { 3, s(struct sys_lchown_args), 0,
sys_lchown }, /* 16 = lchown */
- { 1, s(struct sys_obreak_args),
+ { 1, s(struct sys_obreak_args), 0,
sys_obreak }, /* 17 = break */
- { 0, 0,
+ { 0, 0, 0,
sys_nosys }, /* 18 = obsolete stat */
- { 3, s(struct compat_43_sys_lseek_args),
+ { 3, s(struct compat_43_sys_lseek_args), 0,
compat_43_sys_lseek }, /* 19 = lseek */
- { 0, 0,
+ { 0, 0, 0,
sys_getpid }, /* 20 = getpid */
- { 0, 0,
+ { 0, 0, 0,
sys_nosys }, /* 21 = obsolete sunos_old_mount */
- { 0, 0,
+ { 0, 0, 0,
sys_nosys }, /* 22 = unimplemented System V umount */
- { 1, s(struct sys_setuid_args),
+ { 1, s(struct sys_setuid_args), 0,
sys_setuid }, /* 23 = setuid */
- { 0, 0,
+ { 0, 0, 0,
sys_getuid }, /* 24 = getuid */
- { 1, s(struct sunos_sys_ostime_args),
+ { 1, s(struct sunos_sys_ostime_args), 0,
sunos_sys_ostime }, /* 25 = ostime */
#ifdef PTRACE
- { 5, s(struct sunos_sys_ptrace_args),
+ { 5, s(struct sunos_sys_ptrace_args), 0,
sunos_sys_ptrace }, /* 26 = ptrace */
#else
- { 0, 0,
+ { 0, 0, 0,
sys_nosys }, /* 26 = unimplemented sunos_ptrace */
#endif
- { 0, 0,
+ { 0, 0, 0,
sys_nosys }, /* 27 = unimplemented sunos_alarm */
- { 0, 0,
+ { 0, 0, 0,
sys_nosys }, /* 28 = unimplemented sunos_fstat */
- { 0, 0,
+ { 0, 0, 0,
sys_nosys }, /* 29 = unimplemented sunos_pause */
- { 0, 0,
+ { 0, 0, 0,
sys_nosys }, /* 30 = unimplemented sunos_utime */
- { 0, 0,
+ { 0, 0, 0,
sys_nosys }, /* 31 = unimplemented sunos_stty */
- { 0, 0,
+ { 0, 0, 0,
sys_nosys }, /* 32 = unimplemented sunos_gtty */
- { 2, s(struct sunos_sys_access_args),
+ { 2, s(struct sunos_sys_access_args), 0,
sunos_sys_access }, /* 33 = access */
- { 0, 0,
+ { 0, 0, 0,
sys_nosys }, /* 34 = unimplemented sunos_nice */
- { 0, 0,
+ { 0, 0, 0,
sys_nosys }, /* 35 = unimplemented sunos_ftime */
- { 0, 0,
+ { 0, 0, 0,
sys_sync }, /* 36 = sync */
- { 2, s(struct sys_kill_args),
+ { 2, s(struct sys_kill_args), 0,
sys_kill }, /* 37 = kill */
- { 2, s(struct sunos_sys_stat_args),
+ { 2, s(struct sunos_sys_stat_args), 0,
sunos_sys_stat }, /* 38 = stat */
- { 0, 0,
+ { 0, 0, 0,
sys_nosys }, /* 39 = unimplemented sunos_setpgrp */
- { 2, s(struct sunos_sys_lstat_args),
+ { 2, s(struct sunos_sys_lstat_args), 0,
sunos_sys_lstat }, /* 40 = lstat */
- { 1, s(struct sys_dup_args),
+ { 1, s(struct sys_dup_args), 0,
sys_dup }, /* 41 = dup */
- { 0, 0,
+ { 0, 0, 0,
sys_opipe }, /* 42 = opipe */
- { 1, s(struct sunos_sys_otimes_args),
+ { 1, s(struct sunos_sys_otimes_args), 0,
sunos_sys_otimes }, /* 43 = otimes */
- { 4, s(struct sys_profil_args),
+ { 4, s(struct sys_profil_args), 0,
sys_profil }, /* 44 = profil */
- { 0, 0,
+ { 0, 0, 0,
sys_nosys }, /* 45 = unimplemented */
- { 1, s(struct sys_setgid_args),
+ { 1, s(struct sys_setgid_args), 0,
sys_setgid }, /* 46 = setgid */
- { 0, 0,
+ { 0, 0, 0,
sys_getgid }, /* 47 = getgid */
- { 0, 0,
+ { 0, 0, 0,
sys_nosys }, /* 48 = unimplemented sunos_ssig */
- { 0, 0,
+ { 0, 0, 0,
sys_nosys }, /* 49 = unimplemented reserved for USG */
- { 0, 0,
+ { 0, 0, 0,
sys_nosys }, /* 50 = unimplemented reserved for USG */
#ifdef ACCOUNTING
- { 1, s(struct sys_acct_args),
+ { 1, s(struct sys_acct_args), 0,
sys_acct }, /* 51 = acct */
#else
- { 0, 0,
+ { 0, 0, 0,
sys_nosys }, /* 51 = unimplemented acct */
#endif
- { 0, 0,
+ { 0, 0, 0,
sys_nosys }, /* 52 = unimplemented */
- { 4, s(struct sunos_sys_mctl_args),
+ { 4, s(struct sunos_sys_mctl_args), 0,
sunos_sys_mctl }, /* 53 = mctl */
- { 3, s(struct sunos_sys_ioctl_args),
+ { 3, s(struct sunos_sys_ioctl_args), 0,
sunos_sys_ioctl }, /* 54 = ioctl */
- { 2, s(struct sunos_sys_reboot_args),
+ { 2, s(struct sunos_sys_reboot_args), 0,
sunos_sys_reboot }, /* 55 = reboot */
- { 0, 0,
+ { 0, 0, 0,
sys_nosys }, /* 56 = obsolete sunos_owait3 */
- { 2, s(struct sys_symlink_args),
+ { 2, s(struct sys_symlink_args), 0,
sys_symlink }, /* 57 = symlink */
- { 3, s(struct sys_readlink_args),
+ { 3, s(struct sys_readlink_args), 0,
sys_readlink }, /* 58 = readlink */
- { 3, s(struct sunos_sys_execve_args),
+ { 3, s(struct sunos_sys_execve_args), 0,
sunos_sys_execve }, /* 59 = execve */
- { 1, s(struct sys_umask_args),
+ { 1, s(struct sys_umask_args), 0,
sys_umask }, /* 60 = umask */
- { 1, s(struct sys_chroot_args),
+ { 1, s(struct sys_chroot_args), 0,
sys_chroot }, /* 61 = chroot */
- { 2, s(struct compat_43_sys_fstat_args),
+ { 2, s(struct compat_43_sys_fstat_args), 0,
compat_43_sys_fstat }, /* 62 = fstat */
- { 0, 0,
+ { 0, 0, 0,
sys_nosys }, /* 63 = unimplemented */
- { 0, 0,
+ { 0, 0, 0,
compat_43_sys_getpagesize }, /* 64 = getpagesize */
- { 3, s(struct sys_msync_args),
+ { 3, s(struct sys_msync_args), 0,
sys_msync }, /* 65 = msync */
- { 0, 0,
+ { 0, 0, 0,
sys_vfork }, /* 66 = vfork */
- { 0, 0,
+ { 0, 0, 0,
sys_nosys }, /* 67 = obsolete vread */
- { 0, 0,
+ { 0, 0, 0,
sys_nosys }, /* 68 = obsolete vwrite */
- { 1, s(struct sys_sbrk_args),
+ { 1, s(struct sys_sbrk_args), 0,
sys_sbrk }, /* 69 = sbrk */
- { 1, s(struct sys_sstk_args),
+ { 1, s(struct sys_sstk_args), 0,
sys_sstk }, /* 70 = sstk */
- { 6, s(struct sunos_sys_mmap_args),
+ { 6, s(struct sunos_sys_mmap_args), 0,
sunos_sys_mmap }, /* 71 = mmap */
- { 1, s(struct sys_ovadvise_args),
+ { 1, s(struct sys_ovadvise_args), 0,
sys_ovadvise }, /* 72 = vadvise */
- { 2, s(struct sys_munmap_args),
+ { 2, s(struct sys_munmap_args), 0,
sys_munmap }, /* 73 = munmap */
- { 3, s(struct sys_mprotect_args),
+ { 3, s(struct sys_mprotect_args), 0,
sys_mprotect }, /* 74 = mprotect */
- { 3, s(struct sys_madvise_args),
+ { 3, s(struct sys_madvise_args), 0,
sys_madvise }, /* 75 = madvise */
- { 0, 0,
+ { 0, 0, 0,
sunos_sys_vhangup }, /* 76 = vhangup */
- { 0, 0,
+ { 0, 0, 0,
sys_nosys }, /* 77 = unimplemented vlimit */
- { 3, s(struct sys_mincore_args),
+ { 3, s(struct sys_mincore_args), 0,
sys_mincore }, /* 78 = mincore */
- { 2, s(struct sys_getgroups_args),
+ { 2, s(struct sys_getgroups_args), 0,
sys_getgroups }, /* 79 = getgroups */
- { 2, s(struct sys_setgroups_args),
+ { 2, s(struct sys_setgroups_args), 0,
sys_setgroups }, /* 80 = setgroups */
- { 0, 0,
+ { 0, 0, 0,
sys_getpgrp }, /* 81 = getpgrp */
- { 2, s(struct sunos_sys_setpgrp_args),
+ { 2, s(struct sunos_sys_setpgrp_args), 0,
sunos_sys_setpgrp }, /* 82 = setpgrp */
- { 3, s(struct sys_setitimer_args),
+ { 3, s(struct sys_setitimer_args), 0,
sys_setitimer }, /* 83 = setitimer */
- { 0, 0,
+ { 0, 0, 0,
sys_nosys }, /* 84 = unimplemented { int sunos_sys_wait ( void ) ; } */
- { 1, s(struct compat_25_sys_swapon_args),
+ { 1, s(struct compat_25_sys_swapon_args), 0,
compat_25_sys_swapon }, /* 85 = swapon */
- { 2, s(struct sys_getitimer_args),
+ { 2, s(struct sys_getitimer_args), 0,
sys_getitimer }, /* 86 = getitimer */
- { 2, s(struct compat_43_sys_gethostname_args),
+ { 2, s(struct compat_43_sys_gethostname_args), 0,
compat_43_sys_gethostname }, /* 87 = gethostname */
- { 2, s(struct compat_43_sys_sethostname_args),
+ { 2, s(struct compat_43_sys_sethostname_args), 0,
compat_43_sys_sethostname }, /* 88 = sethostname */
- { 0, 0,
+ { 0, 0, 0,
compat_43_sys_getdtablesize }, /* 89 = getdtablesize */
- { 2, s(struct sys_dup2_args),
+ { 2, s(struct sys_dup2_args), 0,
sys_dup2 }, /* 90 = dup2 */
- { 0, 0,
+ { 0, 0, 0,
sys_nosys }, /* 91 = unimplemented getdopt */
- { 3, s(struct sunos_sys_fcntl_args),
+ { 3, s(struct sunos_sys_fcntl_args), 0,
sunos_sys_fcntl }, /* 92 = fcntl */
- { 5, s(struct sys_select_args),
+ { 5, s(struct sys_select_args), 0,
sys_select }, /* 93 = select */
- { 0, 0,
+ { 0, 0, 0,
sys_nosys }, /* 94 = unimplemented setdopt */
- { 1, s(struct sys_fsync_args),
+ { 1, s(struct sys_fsync_args), 0,
sys_fsync }, /* 95 = fsync */
- { 3, s(struct sys_setpriority_args),
+ { 3, s(struct sys_setpriority_args), 0,
sys_setpriority }, /* 96 = setpriority */
- { 3, s(struct sys_socket_args),
+ { 3, s(struct sys_socket_args), 0,
sys_socket }, /* 97 = socket */
- { 3, s(struct sys_connect_args),
+ { 3, s(struct sys_connect_args), 0,
sys_connect }, /* 98 = connect */
- { 3, s(struct compat_43_sys_accept_args),
+ { 3, s(struct compat_43_sys_accept_args), 0,
compat_43_sys_accept }, /* 99 = accept */
- { 2, s(struct sys_getpriority_args),
+ { 2, s(struct sys_getpriority_args), 0,
sys_getpriority }, /* 100 = getpriority */
- { 4, s(struct compat_43_sys_send_args),
+ { 4, s(struct compat_43_sys_send_args), 0,
compat_43_sys_send }, /* 101 = send */
- { 4, s(struct compat_43_sys_recv_args),
+ { 4, s(struct compat_43_sys_recv_args), 0,
compat_43_sys_recv }, /* 102 = recv */
- { 0, 0,
+ { 0, 0, 0,
sys_nosys }, /* 103 = unimplemented old socketaddr */
- { 3, s(struct sys_bind_args),
+ { 3, s(struct sys_bind_args), 0,
sys_bind }, /* 104 = bind */
- { 5, s(struct sunos_sys_setsockopt_args),
+ { 5, s(struct sunos_sys_setsockopt_args), 0,
sunos_sys_setsockopt }, /* 105 = setsockopt */
- { 2, s(struct sys_listen_args),
+ { 2, s(struct sys_listen_args), 0,
sys_listen }, /* 106 = listen */
- { 0, 0,
+ { 0, 0, 0,
sys_nosys }, /* 107 = unimplemented vtimes */
- { 3, s(struct sunos_sys_sigvec_args),
+ { 3, s(struct sunos_sys_sigvec_args), 0,
sunos_sys_sigvec }, /* 108 = sigvec */
- { 1, s(struct compat_43_sys_sigblock_args),
+ { 1, s(struct compat_43_sys_sigblock_args), 0,
compat_43_sys_sigblock }, /* 109 = sigblock */
- { 1, s(struct compat_43_sys_sigsetmask_args),
+ { 1, s(struct compat_43_sys_sigsetmask_args), 0,
compat_43_sys_sigsetmask }, /* 110 = sigsetmask */
- { 1, s(struct sys_sigsuspend_args),
+ { 1, s(struct sys_sigsuspend_args), 0,
sys_sigsuspend }, /* 111 = sigsuspend */
- { 2, s(struct compat_43_sys_sigstack_args),
+ { 2, s(struct compat_43_sys_sigstack_args), 0,
compat_43_sys_sigstack }, /* 112 = sigstack */
- { 3, s(struct compat_43_sys_recvmsg_args),
+ { 3, s(struct compat_43_sys_recvmsg_args), 0,
compat_43_sys_recvmsg }, /* 113 = recvmsg */
- { 3, s(struct compat_43_sys_sendmsg_args),
+ { 3, s(struct compat_43_sys_sendmsg_args), 0,
compat_43_sys_sendmsg }, /* 114 = sendmsg */
- { 0, 0,
+ { 0, 0, 0,
sys_nosys }, /* 115 = obsolete vtrace */
- { 2, s(struct sys_gettimeofday_args),
+ { 2, s(struct sys_gettimeofday_args), 0,
sys_gettimeofday }, /* 116 = gettimeofday */
- { 2, s(struct sys_getrusage_args),
+ { 2, s(struct sys_getrusage_args), 0,
sys_getrusage }, /* 117 = getrusage */
- { 5, s(struct sys_getsockopt_args),
+ { 5, s(struct sys_getsockopt_args), 0,
sys_getsockopt }, /* 118 = getsockopt */
- { 0, 0,
+ { 0, 0, 0,
sys_nosys }, /* 119 = unimplemented */
- { 3, s(struct sys_readv_args),
+ { 3, s(struct sys_readv_args), 0,
sys_readv }, /* 120 = readv */
- { 3, s(struct sys_writev_args),
+ { 3, s(struct sys_writev_args), 0,
sys_writev }, /* 121 = writev */
- { 2, s(struct sys_settimeofday_args),
+ { 2, s(struct sys_settimeofday_args), 0,
sys_settimeofday }, /* 122 = settimeofday */
- { 3, s(struct sys_fchown_args),
+ { 3, s(struct sys_fchown_args), 0,
sys_fchown }, /* 123 = fchown */
- { 2, s(struct sys_fchmod_args),
+ { 2, s(struct sys_fchmod_args), 0,
sys_fchmod }, /* 124 = fchmod */
- { 6, s(struct compat_43_sys_recvfrom_args),
+ { 6, s(struct compat_43_sys_recvfrom_args), 0,
compat_43_sys_recvfrom }, /* 125 = recvfrom */
- { 2, s(struct sys_setreuid_args),
+ { 2, s(struct sys_setreuid_args), 0,
sys_setreuid }, /* 126 = setreuid */
- { 2, s(struct sys_setregid_args),
+ { 2, s(struct sys_setregid_args), 0,
sys_setregid }, /* 127 = setregid */
- { 2, s(struct sys_rename_args),
+ { 2, s(struct sys_rename_args), 0,
sys_rename }, /* 128 = rename */
- { 2, s(struct compat_43_sys_truncate_args),
+ { 2, s(struct compat_43_sys_truncate_args), 0,
compat_43_sys_truncate }, /* 129 = truncate */
- { 2, s(struct compat_43_sys_ftruncate_args),
+ { 2, s(struct compat_43_sys_ftruncate_args), 0,
compat_43_sys_ftruncate }, /* 130 = ftruncate */
- { 2, s(struct sys_flock_args),
+ { 2, s(struct sys_flock_args), 0,
sys_flock }, /* 131 = flock */
- { 0, 0,
+ { 0, 0, 0,
sys_nosys }, /* 132 = unimplemented */
- { 6, s(struct sys_sendto_args),
+ { 6, s(struct sys_sendto_args), 0,
sys_sendto }, /* 133 = sendto */
- { 2, s(struct sys_shutdown_args),
+ { 2, s(struct sys_shutdown_args), 0,
sys_shutdown }, /* 134 = shutdown */
- { 4, s(struct sys_socketpair_args),
+ { 4, s(struct sys_socketpair_args), 0,
sys_socketpair }, /* 135 = socketpair */
- { 2, s(struct sys_mkdir_args),
+ { 2, s(struct sys_mkdir_args), 0,
sys_mkdir }, /* 136 = mkdir */
- { 1, s(struct sys_rmdir_args),
+ { 1, s(struct sys_rmdir_args), 0,
sys_rmdir }, /* 137 = rmdir */
- { 2, s(struct sys_utimes_args),
+ { 2, s(struct sys_utimes_args), 0,
sys_utimes }, /* 138 = utimes */
- { 1, s(struct sunos_sys_sigreturn_args),
+ { 1, s(struct sunos_sys_sigreturn_args), 0,
sunos_sys_sigreturn }, /* 139 = sigreturn */
- { 2, s(struct sys_adjtime_args),
+ { 2, s(struct sys_adjtime_args), 0,
sys_adjtime }, /* 140 = adjtime */
- { 3, s(struct compat_43_sys_getpeername_args),
+ { 3, s(struct compat_43_sys_getpeername_args), 0,
compat_43_sys_getpeername }, /* 141 = getpeername */
- { 0, 0,
+ { 0, 0, 0,
compat_43_sys_gethostid }, /* 142 = gethostid */
- { 0, 0,
+ { 0, 0, 0,
sys_nosys }, /* 143 = unimplemented old sethostid */
- { 2, s(struct sunos_sys_getrlimit_args),
+ { 2, s(struct sunos_sys_getrlimit_args), 0,
sunos_sys_getrlimit }, /* 144 = getrlimit */
- { 2, s(struct sunos_sys_setrlimit_args),
+ { 2, s(struct sunos_sys_setrlimit_args), 0,
sunos_sys_setrlimit }, /* 145 = setrlimit */
- { 2, s(struct compat_43_sys_killpg_args),
+ { 2, s(struct compat_43_sys_killpg_args), 0,
compat_43_sys_killpg }, /* 146 = killpg */
- { 0, 0,
+ { 0, 0, 0,
sys_nosys }, /* 147 = unimplemented */
- { 0, 0,
+ { 0, 0, 0,
sys_nosys }, /* 148 = unimplemented */
- { 0, 0,
+ { 0, 0, 0,
sys_nosys }, /* 149 = unimplemented */
- { 3, s(struct compat_43_sys_getsockname_args),
+ { 3, s(struct compat_43_sys_getsockname_args), 0,
compat_43_sys_getsockname }, /* 150 = getsockname */
- { 0, 0,
+ { 0, 0, 0,
sys_nosys }, /* 151 = unimplemented getmsg */
- { 0, 0,
+ { 0, 0, 0,
sys_nosys }, /* 152 = unimplemented putmsg */
- { 3, s(struct sys_poll_args),
+ { 3, s(struct sys_poll_args), 0,
sys_poll }, /* 153 = poll */
- { 0, 0,
+ { 0, 0, 0,
sys_nosys }, /* 154 = unimplemented */
#ifdef NFSSERVER
- { 1, s(struct sunos_sys_nfssvc_args),
+ { 1, s(struct sunos_sys_nfssvc_args), 0,
sunos_sys_nfssvc }, /* 155 = nfssvc */
#else
- { 0, 0,
+ { 0, 0, 0,
sys_nosys }, /* 155 = unimplemented */
#endif
- { 4, s(struct sys_getdirentries_args),
+ { 4, s(struct sys_getdirentries_args), 0,
sys_getdirentries }, /* 156 = getdirentries */
- { 2, s(struct sunos_sys_statfs_args),
+ { 2, s(struct sunos_sys_statfs_args), 0,
sunos_sys_statfs }, /* 157 = statfs */
- { 2, s(struct sunos_sys_fstatfs_args),
+ { 2, s(struct sunos_sys_fstatfs_args), 0,
sunos_sys_fstatfs }, /* 158 = fstatfs */
- { 1, s(struct sunos_sys_unmount_args),
+ { 1, s(struct sunos_sys_unmount_args), 0,
sunos_sys_unmount }, /* 159 = unmount */
#ifdef NFSCLIENT
- { 0, 0,
+ { 0, 0, 0,
async_daemon }, /* 160 = async_daemon */
- { 2, s(struct sys_getfh_args),
+ { 2, s(struct sys_getfh_args), 0,
sys_getfh }, /* 161 = getfh */
#else
- { 0, 0,
+ { 0, 0, 0,
sys_nosys }, /* 160 = unimplemented */
- { 0, 0,
+ { 0, 0, 0,
sys_nosys }, /* 161 = unimplemented */
#endif
- { 2, s(struct compat_09_sys_getdomainname_args),
+ { 2, s(struct compat_09_sys_getdomainname_args), 0,
compat_09_sys_getdomainname }, /* 162 = getdomainname */
- { 2, s(struct compat_09_sys_setdomainname_args),
+ { 2, s(struct compat_09_sys_setdomainname_args), 0,
compat_09_sys_setdomainname }, /* 163 = setdomainname */
- { 0, 0,
+ { 0, 0, 0,
sys_nosys }, /* 164 = unimplemented rtschedule */
- { 4, s(struct sunos_sys_quotactl_args),
+ { 4, s(struct sunos_sys_quotactl_args), 0,
sunos_sys_quotactl }, /* 165 = quotactl */
- { 2, s(struct sunos_sys_exportfs_args),
+ { 2, s(struct sunos_sys_exportfs_args), 0,
sunos_sys_exportfs }, /* 166 = exportfs */
- { 4, s(struct sunos_sys_mount_args),
+ { 4, s(struct sunos_sys_mount_args), 0,
sunos_sys_mount }, /* 167 = mount */
- { 2, s(struct sunos_sys_ustat_args),
+ { 2, s(struct sunos_sys_ustat_args), 0,
sunos_sys_ustat }, /* 168 = ustat */
#ifdef SYSVSEM
- { 5, s(struct compat_10_sys_semsys_args),
+ { 5, s(struct compat_10_sys_semsys_args), 0,
compat_10_sys_semsys }, /* 169 = semsys */
#else
- { 0, 0,
+ { 0, 0, 0,
sys_nosys }, /* 169 = unimplemented semsys */
#endif
#ifdef SYSVMSG
- { 6, s(struct compat_10_sys_msgsys_args),
+ { 6, s(struct compat_10_sys_msgsys_args), 0,
compat_10_sys_msgsys }, /* 170 = msgsys */
#else
- { 0, 0,
+ { 0, 0, 0,
sys_nosys }, /* 170 = unimplemented msgsys */
#endif
#ifdef SYSVSHM
- { 4, s(struct compat_10_sys_shmsys_args),
+ { 4, s(struct compat_10_sys_shmsys_args), 0,
compat_10_sys_shmsys }, /* 171 = shmsys */
#else
- { 0, 0,
+ { 0, 0, 0,
sys_nosys }, /* 171 = unimplemented shmsys */
#endif
- { 1, s(struct sunos_sys_auditsys_args),
+ { 1, s(struct sunos_sys_auditsys_args), 0,
sunos_sys_auditsys }, /* 172 = auditsys */
- { 0, 0,
+ { 0, 0, 0,
sys_nosys }, /* 173 = unimplemented rfssys */
- { 3, s(struct sunos_sys_getdents_args),
+ { 3, s(struct sunos_sys_getdents_args), 0,
sunos_sys_getdents }, /* 174 = getdents */
- { 0, 0,
+ { 0, 0, 0,
sys_setsid }, /* 175 = setsid */
- { 1, s(struct sys_fchdir_args),
+ { 1, s(struct sys_fchdir_args), 0,
sys_fchdir }, /* 176 = fchdir */
- { 1, s(struct sunos_sys_fchroot_args),
+ { 1, s(struct sunos_sys_fchroot_args), 0,
sunos_sys_fchroot }, /* 177 = fchroot */
- { 0, 0,
+ { 0, 0, 0,
sys_nosys }, /* 178 = unimplemented vpixsys */
- { 0, 0,
+ { 0, 0, 0,
sys_nosys }, /* 179 = unimplemented aioread */
- { 0, 0,
+ { 0, 0, 0,
sys_nosys }, /* 180 = unimplemented aiowrite */
- { 0, 0,
+ { 0, 0, 0,
sys_nosys }, /* 181 = unimplemented aiowait */
- { 0, 0,
+ { 0, 0, 0,
sys_nosys }, /* 182 = unimplemented aiocancel */
- { 1, s(struct sunos_sys_sigpending_args),
+ { 1, s(struct sunos_sys_sigpending_args), 0,
sunos_sys_sigpending }, /* 183 = sigpending */
- { 0, 0,
+ { 0, 0, 0,
sys_nosys }, /* 184 = unimplemented */
- { 2, s(struct sys_setpgid_args),
+ { 2, s(struct sys_setpgid_args), 0,
sys_setpgid }, /* 185 = setpgid */
- { 2, s(struct sys_pathconf_args),
+ { 2, s(struct sys_pathconf_args), 0,
sys_pathconf }, /* 186 = pathconf */
- { 2, s(struct sys_fpathconf_args),
+ { 2, s(struct sys_fpathconf_args), 0,
sys_fpathconf }, /* 187 = fpathconf */
- { 1, s(struct sunos_sys_sysconf_args),
+ { 1, s(struct sunos_sys_sysconf_args), 0,
sunos_sys_sysconf }, /* 188 = sysconf */
- { 1, s(struct sunos_sys_uname_args),
+ { 1, s(struct sunos_sys_uname_args), 0,
sunos_sys_uname }, /* 189 = uname */
};