[BACK]Return to linux_syscallargs.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / compat / linux / arch / powerpc

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/compat/linux/arch/powerpc/linux_syscallargs.h between version 1.35.22.2 and 1.36

version 1.35.22.2, 2007/12/27 00:44:04 version 1.36, 2007/11/16 12:54:02
Line 4 
Line 4 
  * System call argument lists.   * System call argument lists.
  *   *
  * DO NOT EDIT-- this file is automatically generated.   * DO NOT EDIT-- this file is automatically generated.
  * created from NetBSD: syscalls.master,v 1.35 2007/12/24 14:17:18 njoly Exp   * created from NetBSD: syscalls.master,v 1.32 2007/11/16 12:51:56 njoly Exp
  */   */
   
 #ifndef _LINUX_SYS_SYSCALLARGS_H_  #ifndef _LINUX_SYS_SYSCALLARGS_H_
Line 31 
Line 31 
         typedef char call##_check_args[sizeof (struct call##_args) \          typedef char call##_check_args[sizeof (struct call##_args) \
                 <= LINUX_SYS_MAXSYSARGS * sizeof (register_t) ? 1 : -1];                  <= LINUX_SYS_MAXSYSARGS * sizeof (register_t) ? 1 : -1];
   
 struct sys_exit_args;  
   
 struct sys_read_args;  
   
 struct sys_write_args;  
   
 struct linux_sys_open_args {  struct linux_sys_open_args {
         syscallarg(const char *) path;          syscallarg(const char *) path;
         syscallarg(int) flags;          syscallarg(int) flags;
Line 44  struct linux_sys_open_args {
Line 38  struct linux_sys_open_args {
 };  };
 check_syscall_args(linux_sys_open)  check_syscall_args(linux_sys_open)
   
 struct sys_close_args;  
   
 struct linux_sys_waitpid_args {  struct linux_sys_waitpid_args {
         syscallarg(int) pid;          syscallarg(int) pid;
         syscallarg(int *) status;          syscallarg(int *) status;
Line 59  struct linux_sys_creat_args {
Line 51  struct linux_sys_creat_args {
 };  };
 check_syscall_args(linux_sys_creat)  check_syscall_args(linux_sys_creat)
   
 struct sys_link_args;  
   
 struct linux_sys_unlink_args {  struct linux_sys_unlink_args {
         syscallarg(const char *) path;          syscallarg(const char *) path;
 };  };
 check_syscall_args(linux_sys_unlink)  check_syscall_args(linux_sys_unlink)
   
 struct sys_execve_args;  
   
 struct sys_chdir_args;  
   
 struct linux_sys_time_args {  struct linux_sys_time_args {
         syscallarg(linux_time_t *) t;          syscallarg(linux_time_t *) t;
 };  };
Line 82  struct linux_sys_mknod_args {
Line 68  struct linux_sys_mknod_args {
 };  };
 check_syscall_args(linux_sys_mknod)  check_syscall_args(linux_sys_mknod)
   
 struct sys_chmod_args;  
   
 struct sys___posix_lchown_args;  
   
 struct compat_43_sys_lseek_args;  
   
 struct sys_setuid_args;  
   
 struct linux_sys_stime_args {  struct linux_sys_stime_args {
         syscallarg(linux_time_t *) t;          syscallarg(linux_time_t *) t;
 };  };
Line 114  struct linux_sys_utime_args {
Line 92  struct linux_sys_utime_args {
 };  };
 check_syscall_args(linux_sys_utime)  check_syscall_args(linux_sys_utime)
   
 struct sys_access_args;  
   
 struct linux_sys_nice_args {  struct linux_sys_nice_args {
         syscallarg(int) incr;          syscallarg(int) incr;
 };  };
Line 127  struct linux_sys_kill_args {
Line 103  struct linux_sys_kill_args {
 };  };
 check_syscall_args(linux_sys_kill)  check_syscall_args(linux_sys_kill)
   
 struct sys___posix_rename_args;  
   
 struct sys_mkdir_args;  
   
 struct sys_rmdir_args;  
   
 struct sys_dup_args;  
   
 struct linux_sys_pipe_args {  struct linux_sys_pipe_args {
         syscallarg(int *) pfds;          syscallarg(int *) pfds;
 };  };
Line 150  struct linux_sys_brk_args {
Line 118  struct linux_sys_brk_args {
 };  };
 check_syscall_args(linux_sys_brk)  check_syscall_args(linux_sys_brk)
   
 struct sys_setgid_args;  
   
 struct linux_sys_signal_args {  struct linux_sys_signal_args {
         syscallarg(int) signum;          syscallarg(int) signum;
         syscallarg(linux_handler_t) handler;          syscallarg(linux_handler_t) handler;
 };  };
 check_syscall_args(linux_sys_signal)  check_syscall_args(linux_sys_signal)
   
 struct sys_acct_args;  
   
 struct linux_sys_ioctl_args {  struct linux_sys_ioctl_args {
         syscallarg(int) fd;          syscallarg(int) fd;
         syscallarg(u_long) com;          syscallarg(u_long) com;
Line 174  struct linux_sys_fcntl_args {
Line 138  struct linux_sys_fcntl_args {
 };  };
 check_syscall_args(linux_sys_fcntl)  check_syscall_args(linux_sys_fcntl)
   
 struct sys_setpgid_args;  
   
 struct linux_sys_olduname_args {  struct linux_sys_olduname_args {
         syscallarg(struct linux_old_utsname *) up;          syscallarg(struct linux_old_utsname *) up;
 };  };
 check_syscall_args(linux_sys_olduname)  check_syscall_args(linux_sys_olduname)
   
 struct sys_umask_args;  
   
 struct sys_chroot_args;  
   
 struct sys_dup2_args;  
   
 struct linux_sys_sigaction_args {  struct linux_sys_sigaction_args {
         syscallarg(int) signum;          syscallarg(int) signum;
         syscallarg(const struct linux_old_sigaction *) nsa;          syscallarg(const struct linux_old_sigaction *) nsa;
Line 199  struct linux_sys_sigsetmask_args {
Line 155  struct linux_sys_sigsetmask_args {
 };  };
 check_syscall_args(linux_sys_sigsetmask)  check_syscall_args(linux_sys_sigsetmask)
   
 struct sys_setreuid_args;  
   
 struct sys_setregid_args;  
   
 struct linux_sys_sigsuspend_args {  struct linux_sys_sigsuspend_args {
         syscallarg(void *) restart;          syscallarg(void *) restart;
         syscallarg(int) oldmask;          syscallarg(int) oldmask;
Line 215  struct linux_sys_sigpending_args {
Line 167  struct linux_sys_sigpending_args {
 };  };
 check_syscall_args(linux_sys_sigpending)  check_syscall_args(linux_sys_sigpending)
   
 struct compat_43_sys_sethostname_args;  
   
 struct linux_sys_setrlimit_args {  struct linux_sys_setrlimit_args {
         syscallarg(u_int) which;          syscallarg(u_int) which;
         syscallarg(struct orlimit *) rlp;          syscallarg(struct orlimit *) rlp;
Line 229  struct linux_sys_getrlimit_args {
Line 179  struct linux_sys_getrlimit_args {
 };  };
 check_syscall_args(linux_sys_getrlimit)  check_syscall_args(linux_sys_getrlimit)
   
 struct sys_getrusage_args;  
   
 struct linux_sys_gettimeofday_args {  struct linux_sys_gettimeofday_args {
         syscallarg(struct timeval *) tp;          syscallarg(struct timeval *) tp;
         syscallarg(struct timezone *) tzp;          syscallarg(struct timezone *) tzp;
Line 243  struct linux_sys_settimeofday_args {
Line 191  struct linux_sys_settimeofday_args {
 };  };
 check_syscall_args(linux_sys_settimeofday)  check_syscall_args(linux_sys_settimeofday)
   
 struct sys_getgroups_args;  
   
 struct sys_setgroups_args;  
   
 struct linux_sys_select_args {  struct linux_sys_select_args {
         syscallarg(int) nfds;          syscallarg(int) nfds;
         syscallarg(fd_set *) readfds;          syscallarg(fd_set *) readfds;
Line 255  struct linux_sys_select_args {
Line 199  struct linux_sys_select_args {
         syscallarg(struct timeval *) timeout;          syscallarg(struct timeval *) timeout;
 };  };
 check_syscall_args(linux_sys_select)  check_syscall_args(linux_sys_select)
   
 struct sys_symlink_args;  
   
 struct compat_43_sys_lstat_args;  
   
 struct sys_readlink_args;  
 #ifdef EXEC_AOUT  #ifdef EXEC_AOUT
   
 struct linux_sys_uselib_args {  struct linux_sys_uselib_args {
Line 290  struct linux_sys_readdir_args {
Line 228  struct linux_sys_readdir_args {
 };  };
 check_syscall_args(linux_sys_readdir)  check_syscall_args(linux_sys_readdir)
   
 struct linux_sys_mmap_args;  
   
 struct sys_munmap_args;  
   
 struct compat_43_sys_truncate_args;  
   
 struct compat_43_sys_ftruncate_args;  
   
 struct sys_fchmod_args;  
   
 struct sys___posix_fchown_args;  
   
 struct linux_sys_getpriority_args {  struct linux_sys_getpriority_args {
         syscallarg(int) which;          syscallarg(int) which;
         syscallarg(int) who;          syscallarg(int) who;
 };  };
 check_syscall_args(linux_sys_getpriority)  check_syscall_args(linux_sys_getpriority)
   
 struct sys_setpriority_args;  
   
 struct sys_profil_args;  
   
 struct linux_sys_statfs_args {  struct linux_sys_statfs_args {
         syscallarg(const char *) path;          syscallarg(const char *) path;
         syscallarg(struct linux_statfs *) sp;          syscallarg(struct linux_statfs *) sp;
Line 337  struct linux_sys_socketcall_args {
Line 259  struct linux_sys_socketcall_args {
 };  };
 check_syscall_args(linux_sys_socketcall)  check_syscall_args(linux_sys_socketcall)
   
 struct sys_setitimer_args;  
   
 struct sys_getitimer_args;  
   
 struct linux_sys_stat_args {  struct linux_sys_stat_args {
         syscallarg(const char *) path;          syscallarg(const char *) path;
         syscallarg(struct linux_stat *) sp;          syscallarg(struct linux_stat *) sp;
Line 391  struct linux_sys_ipc_args {
Line 309  struct linux_sys_ipc_args {
 };  };
 check_syscall_args(linux_sys_ipc)  check_syscall_args(linux_sys_ipc)
   
 struct sys_fsync_args;  
   
 struct linux_sys_sigreturn_args {  struct linux_sys_sigreturn_args {
         syscallarg(struct linux_sigcontext *) scp;          syscallarg(struct linux_sigcontext *) scp;
 };  };
Line 429  struct linux_sys_sigprocmask_args {
Line 345  struct linux_sys_sigprocmask_args {
 };  };
 check_syscall_args(linux_sys_sigprocmask)  check_syscall_args(linux_sys_sigprocmask)
   
 struct sys_getpgid_args;  struct linux_sys_getpgid_args {
           syscallarg(int) pid;
 struct sys_fchdir_args;  };
   check_syscall_args(linux_sys_getpgid)
   
 struct linux_sys_personality_args {  struct linux_sys_personality_args {
         syscallarg(int) per;          syscallarg(int) per;
Line 443  struct linux_sys_setfsuid_args {
Line 360  struct linux_sys_setfsuid_args {
 };  };
 check_syscall_args(linux_sys_setfsuid)  check_syscall_args(linux_sys_setfsuid)
   
 struct linux_sys_setfsgid_args {  
         syscallarg(gid_t) gid;  
 };  
 check_syscall_args(linux_sys_setfsgid)  
   
 struct linux_sys_llseek_args {  struct linux_sys_llseek_args {
         syscallarg(int) fd;          syscallarg(int) fd;
         syscallarg(u_int32_t) ohigh;          syscallarg(u_int32_t) ohigh;
Line 473  struct linux_sys_new_select_args {
Line 385  struct linux_sys_new_select_args {
 };  };
 check_syscall_args(linux_sys_new_select)  check_syscall_args(linux_sys_new_select)
   
 struct sys_flock_args;  
   
 struct linux_sys_msync_args {  struct linux_sys_msync_args {
         syscallarg(void *) addr;          syscallarg(void *) addr;
         syscallarg(int) len;          syscallarg(int) len;
Line 482  struct linux_sys_msync_args {
Line 392  struct linux_sys_msync_args {
 };  };
 check_syscall_args(linux_sys_msync)  check_syscall_args(linux_sys_msync)
   
 struct sys_readv_args;  
   
 struct sys_writev_args;  
   
 struct sys_getsid_args;  
   
 struct linux_sys_fdatasync_args {  struct linux_sys_fdatasync_args {
         syscallarg(int) fd;          syscallarg(int) fd;
 };  };
Line 498  struct linux_sys___sysctl_args {
Line 402  struct linux_sys___sysctl_args {
 };  };
 check_syscall_args(linux_sys___sysctl)  check_syscall_args(linux_sys___sysctl)
   
 struct sys_mlock_args;  
   
 struct sys_munlock_args;  
   
 struct sys_mlockall_args;  
   
 struct linux_sys_sched_setparam_args {  struct linux_sys_sched_setparam_args {
         syscallarg(pid_t) pid;          syscallarg(pid_t) pid;
         syscallarg(const struct linux_sched_param *) sp;          syscallarg(const struct linux_sched_param *) sp;
Line 538  struct linux_sys_sched_get_priority_min_
Line 436  struct linux_sys_sched_get_priority_min_
 };  };
 check_syscall_args(linux_sys_sched_get_priority_min)  check_syscall_args(linux_sys_sched_get_priority_min)
   
 struct sys_nanosleep_args;  
   
 struct linux_sys_mremap_args {  struct linux_sys_mremap_args {
         syscallarg(void *) old_address;          syscallarg(void *) old_address;
         syscallarg(size_t) old_size;          syscallarg(size_t) old_size;
Line 562  struct linux_sys_getresuid_args {
Line 458  struct linux_sys_getresuid_args {
 };  };
 check_syscall_args(linux_sys_getresuid)  check_syscall_args(linux_sys_getresuid)
   
 struct sys_poll_args;  
   
 struct linux_sys_setresgid_args {  struct linux_sys_setresgid_args {
         syscallarg(gid_t) rgid;          syscallarg(gid_t) rgid;
         syscallarg(gid_t) egid;          syscallarg(gid_t) egid;
Line 634  struct linux_sys_pwrite_args {
Line 528  struct linux_sys_pwrite_args {
 };  };
 check_syscall_args(linux_sys_pwrite)  check_syscall_args(linux_sys_pwrite)
   
 struct sys___posix_chown_args;  
   
 struct sys___getcwd_args;  
   
 struct linux_sys_sigaltstack_args {  struct linux_sys_sigaltstack_args {
         syscallarg(const struct linux_sigaltstack *) ss;          syscallarg(const struct linux_sigaltstack *) ss;
         syscallarg(struct linux_sigaltstack *) oss;          syscallarg(struct linux_sigaltstack *) oss;
Line 649  struct linux_sys_ugetrlimit_args {
Line 539  struct linux_sys_ugetrlimit_args {
         syscallarg(struct rlimit *) rlp;          syscallarg(struct rlimit *) rlp;
 };  };
 check_syscall_args(linux_sys_ugetrlimit)  check_syscall_args(linux_sys_ugetrlimit)
 #define linux_sys_mmap2_args linux_sys_mmap_args  
   
 struct linux_sys_mmap2_args;  
   
 struct linux_sys_truncate64_args {  struct linux_sys_truncate64_args {
         syscallarg(const char *) path;          syscallarg(const char *) path;
Line 697  struct linux_sys_fcntl64_args {
Line 584  struct linux_sys_fcntl64_args {
 };  };
 check_syscall_args(linux_sys_fcntl64)  check_syscall_args(linux_sys_fcntl64)
   
 struct sys_mincore_args;  
   
 struct sys_madvise_args;  
   
 struct linux_sys_setxattr_args {  struct linux_sys_setxattr_args {
         syscallarg(char *) path;          syscallarg(char *) path;
         syscallarg(char *) name;          syscallarg(char *) name;
Line 840  check_syscall_args(linux_sys_fstatfs64)
Line 723  check_syscall_args(linux_sys_fstatfs64)
  * System call prototypes.   * System call prototypes.
  */   */
   
 int     linux_sys_nosys(struct lwp *, const void *, register_t *);  int     linux_sys_nosys(struct lwp *, void *, register_t *);
   
 int     sys_exit(struct lwp *, const struct sys_exit_args *, register_t *);  int     sys_exit(struct lwp *, void *, register_t *);
   
 int     sys_fork(struct lwp *, const void *, register_t *);  int     sys_fork(struct lwp *, void *, register_t *);
   
 int     sys_read(struct lwp *, const struct sys_read_args *, register_t *);  int     sys_read(struct lwp *, void *, register_t *);
   
 int     sys_write(struct lwp *, const struct sys_write_args *, register_t *);  int     sys_write(struct lwp *, void *, register_t *);
   
 int     linux_sys_open(struct lwp *, const struct linux_sys_open_args *, register_t *);  int     linux_sys_open(struct lwp *, void *, register_t *);
   
 int     sys_close(struct lwp *, const struct sys_close_args *, register_t *);  int     sys_close(struct lwp *, void *, register_t *);
   
 int     linux_sys_waitpid(struct lwp *, const struct linux_sys_waitpid_args *, register_t *);  int     linux_sys_waitpid(struct lwp *, void *, register_t *);
   
 int     linux_sys_creat(struct lwp *, const struct linux_sys_creat_args *, register_t *);  int     linux_sys_creat(struct lwp *, void *, register_t *);
   
 int     sys_link(struct lwp *, const struct sys_link_args *, register_t *);  int     sys_link(struct lwp *, void *, register_t *);
   
 int     linux_sys_unlink(struct lwp *, const struct linux_sys_unlink_args *, register_t *);  int     linux_sys_unlink(struct lwp *, void *, register_t *);
   
 int     sys_execve(struct lwp *, const struct sys_execve_args *, register_t *);  int     sys_execve(struct lwp *, void *, register_t *);
   
 int     sys_chdir(struct lwp *, const struct sys_chdir_args *, register_t *);  int     sys_chdir(struct lwp *, void *, register_t *);
   
 int     linux_sys_time(struct lwp *, const struct linux_sys_time_args *, register_t *);  int     linux_sys_time(struct lwp *, void *, register_t *);
   
 int     linux_sys_mknod(struct lwp *, const struct linux_sys_mknod_args *, register_t *);  int     linux_sys_mknod(struct lwp *, void *, register_t *);
   
 int     sys_chmod(struct lwp *, const struct sys_chmod_args *, register_t *);  int     sys_chmod(struct lwp *, void *, register_t *);
   
 int     sys___posix_lchown(struct lwp *, const struct sys___posix_lchown_args *, register_t *);  int     sys___posix_lchown(struct lwp *, void *, register_t *);
   
 int     compat_43_sys_lseek(struct lwp *, const struct compat_43_sys_lseek_args *, register_t *);  int     compat_43_sys_lseek(struct lwp *, void *, register_t *);
   
 int     sys_getpid(struct lwp *, const void *, register_t *);  int     sys_getpid(struct lwp *, void *, register_t *);
   
 int     sys_setuid(struct lwp *, const struct sys_setuid_args *, register_t *);  int     sys_setuid(struct lwp *, void *, register_t *);
   
 int     sys_getuid(struct lwp *, const void *, register_t *);  int     sys_getuid(struct lwp *, void *, register_t *);
   
 int     linux_sys_stime(struct lwp *, const struct linux_sys_stime_args *, register_t *);  int     linux_sys_stime(struct lwp *, void *, register_t *);
   
 int     linux_sys_ptrace(struct lwp *, const struct linux_sys_ptrace_args *, register_t *);  int     linux_sys_ptrace(struct lwp *, void *, register_t *);
   
 int     linux_sys_alarm(struct lwp *, const struct linux_sys_alarm_args *, register_t *);  int     linux_sys_alarm(struct lwp *, void *, register_t *);
   
 int     linux_sys_pause(struct lwp *, const void *, register_t *);  int     linux_sys_pause(struct lwp *, void *, register_t *);
   
 int     linux_sys_utime(struct lwp *, const struct linux_sys_utime_args *, register_t *);  int     linux_sys_utime(struct lwp *, void *, register_t *);
   
 int     sys_access(struct lwp *, const struct sys_access_args *, register_t *);  int     sys_access(struct lwp *, void *, register_t *);
   
 int     linux_sys_nice(struct lwp *, const struct linux_sys_nice_args *, register_t *);  int     linux_sys_nice(struct lwp *, void *, register_t *);
   
 int     sys_sync(struct lwp *, const void *, register_t *);  int     sys_sync(struct lwp *, void *, register_t *);
   
 int     linux_sys_kill(struct lwp *, const struct linux_sys_kill_args *, register_t *);  int     linux_sys_kill(struct lwp *, void *, register_t *);
   
 int     sys___posix_rename(struct lwp *, const struct sys___posix_rename_args *, register_t *);  int     sys___posix_rename(struct lwp *, void *, register_t *);
   
 int     sys_mkdir(struct lwp *, const struct sys_mkdir_args *, register_t *);  int     sys_mkdir(struct lwp *, void *, register_t *);
   
 int     sys_rmdir(struct lwp *, const struct sys_rmdir_args *, register_t *);  int     sys_rmdir(struct lwp *, void *, register_t *);
   
 int     sys_dup(struct lwp *, const struct sys_dup_args *, register_t *);  int     sys_dup(struct lwp *, void *, register_t *);
   
 int     linux_sys_pipe(struct lwp *, const struct linux_sys_pipe_args *, register_t *);  int     linux_sys_pipe(struct lwp *, void *, register_t *);
   
 int     linux_sys_times(struct lwp *, const struct linux_sys_times_args *, register_t *);  int     linux_sys_times(struct lwp *, void *, register_t *);
   
 int     linux_sys_brk(struct lwp *, const struct linux_sys_brk_args *, register_t *);  int     linux_sys_brk(struct lwp *, void *, register_t *);
   
 int     sys_setgid(struct lwp *, const struct sys_setgid_args *, register_t *);  int     sys_setgid(struct lwp *, void *, register_t *);
   
 int     sys_getgid(struct lwp *, const void *, register_t *);  int     sys_getgid(struct lwp *, void *, register_t *);
   
 int     linux_sys_signal(struct lwp *, const struct linux_sys_signal_args *, register_t *);  int     linux_sys_signal(struct lwp *, void *, register_t *);
   
 int     sys_geteuid(struct lwp *, const void *, register_t *);  int     sys_geteuid(struct lwp *, void *, register_t *);
   
 int     sys_getegid(struct lwp *, const void *, register_t *);  int     sys_getegid(struct lwp *, void *, register_t *);
   
 int     sys_acct(struct lwp *, const struct sys_acct_args *, register_t *);  int     sys_acct(struct lwp *, void *, register_t *);
   
 int     linux_sys_ioctl(struct lwp *, const struct linux_sys_ioctl_args *, register_t *);  int     linux_sys_ioctl(struct lwp *, void *, register_t *);
   
 int     linux_sys_fcntl(struct lwp *, const struct linux_sys_fcntl_args *, register_t *);  int     linux_sys_fcntl(struct lwp *, void *, register_t *);
   
 int     sys_setpgid(struct lwp *, const struct sys_setpgid_args *, register_t *);  int     sys_setpgid(struct lwp *, void *, register_t *);
   
 int     linux_sys_olduname(struct lwp *, const struct linux_sys_olduname_args *, register_t *);  int     linux_sys_olduname(struct lwp *, void *, register_t *);
   
 int     sys_umask(struct lwp *, const struct sys_umask_args *, register_t *);  int     sys_umask(struct lwp *, void *, register_t *);
   
 int     sys_chroot(struct lwp *, const struct sys_chroot_args *, register_t *);  int     sys_chroot(struct lwp *, void *, register_t *);
   
 int     sys_dup2(struct lwp *, const struct sys_dup2_args *, register_t *);  int     sys_dup2(struct lwp *, void *, register_t *);
   
 int     sys_getppid(struct lwp *, const void *, register_t *);  int     sys_getppid(struct lwp *, void *, register_t *);
   
 int     sys_getpgrp(struct lwp *, const void *, register_t *);  int     sys_getpgrp(struct lwp *, void *, register_t *);
   
 int     sys_setsid(struct lwp *, const void *, register_t *);  int     sys_setsid(struct lwp *, void *, register_t *);
   
 int     linux_sys_sigaction(struct lwp *, const struct linux_sys_sigaction_args *, register_t *);  int     linux_sys_sigaction(struct lwp *, void *, register_t *);
   
 int     linux_sys_siggetmask(struct lwp *, const void *, register_t *);  int     linux_sys_siggetmask(struct lwp *, void *, register_t *);
   
 int     linux_sys_sigsetmask(struct lwp *, const struct linux_sys_sigsetmask_args *, register_t *);  int     linux_sys_sigsetmask(struct lwp *, void *, register_t *);
   
 int     sys_setreuid(struct lwp *, const struct sys_setreuid_args *, register_t *);  int     sys_setreuid(struct lwp *, void *, register_t *);
   
 int     sys_setregid(struct lwp *, const struct sys_setregid_args *, register_t *);  int     sys_setregid(struct lwp *, void *, register_t *);
   
 int     linux_sys_sigsuspend(struct lwp *, const struct linux_sys_sigsuspend_args *, register_t *);  int     linux_sys_sigsuspend(struct lwp *, void *, register_t *);
   
 int     linux_sys_sigpending(struct lwp *, const struct linux_sys_sigpending_args *, register_t *);  int     linux_sys_sigpending(struct lwp *, void *, register_t *);
   
 int     compat_43_sys_sethostname(struct lwp *, const struct compat_43_sys_sethostname_args *, register_t *);  int     compat_43_sys_sethostname(struct lwp *, void *, register_t *);
   
 int     linux_sys_setrlimit(struct lwp *, const struct linux_sys_setrlimit_args *, register_t *);  int     linux_sys_setrlimit(struct lwp *, void *, register_t *);
   
 int     linux_sys_getrlimit(struct lwp *, const struct linux_sys_getrlimit_args *, register_t *);  int     linux_sys_getrlimit(struct lwp *, void *, register_t *);
   
 int     sys_getrusage(struct lwp *, const struct sys_getrusage_args *, register_t *);  int     sys_getrusage(struct lwp *, void *, register_t *);
   
 int     linux_sys_gettimeofday(struct lwp *, const struct linux_sys_gettimeofday_args *, register_t *);  int     linux_sys_gettimeofday(struct lwp *, void *, register_t *);
   
 int     linux_sys_settimeofday(struct lwp *, const struct linux_sys_settimeofday_args *, register_t *);  int     linux_sys_settimeofday(struct lwp *, void *, register_t *);
   
 int     sys_getgroups(struct lwp *, const struct sys_getgroups_args *, register_t *);  int     sys_getgroups(struct lwp *, void *, register_t *);
   
 int     sys_setgroups(struct lwp *, const struct sys_setgroups_args *, register_t *);  int     sys_setgroups(struct lwp *, void *, register_t *);
   
 int     linux_sys_select(struct lwp *, const struct linux_sys_select_args *, register_t *);  int     linux_sys_select(struct lwp *, void *, register_t *);
   
 int     sys_symlink(struct lwp *, const struct sys_symlink_args *, register_t *);  int     sys_symlink(struct lwp *, void *, register_t *);
   
 int     compat_43_sys_lstat(struct lwp *, const struct compat_43_sys_lstat_args *, register_t *);  int     compat_43_sys_lstat(struct lwp *, void *, register_t *);
   
 int     sys_readlink(struct lwp *, const struct sys_readlink_args *, register_t *);  int     sys_readlink(struct lwp *, void *, register_t *);
   
 #ifdef EXEC_AOUT  #ifdef EXEC_AOUT
 int     linux_sys_uselib(struct lwp *, const struct linux_sys_uselib_args *, register_t *);  int     linux_sys_uselib(struct lwp *, void *, register_t *);
   
 #else  #else
 #endif  #endif
 int     linux_sys_swapon(struct lwp *, const struct linux_sys_swapon_args *, register_t *);  int     linux_sys_swapon(struct lwp *, void *, register_t *);
   
 int     linux_sys_reboot(struct lwp *, const struct linux_sys_reboot_args *, register_t *);  int     linux_sys_reboot(struct lwp *, void *, register_t *);
   
 int     linux_sys_readdir(struct lwp *, const struct linux_sys_readdir_args *, register_t *);  int     linux_sys_readdir(struct lwp *, void *, register_t *);
   
 int     linux_sys_mmap(struct lwp *, const struct linux_sys_mmap_args *, register_t *);  int     linux_sys_mmap(struct lwp *, void *, register_t *);
   
 int     sys_munmap(struct lwp *, const struct sys_munmap_args *, register_t *);  int     sys_munmap(struct lwp *, void *, register_t *);
   
 int     compat_43_sys_truncate(struct lwp *, const struct compat_43_sys_truncate_args *, register_t *);  int     compat_43_sys_truncate(struct lwp *, void *, register_t *);
   
 int     compat_43_sys_ftruncate(struct lwp *, const struct compat_43_sys_ftruncate_args *, register_t *);  int     compat_43_sys_ftruncate(struct lwp *, void *, register_t *);
   
 int     sys_fchmod(struct lwp *, const struct sys_fchmod_args *, register_t *);  int     sys_fchmod(struct lwp *, void *, register_t *);
   
 int     sys___posix_fchown(struct lwp *, const struct sys___posix_fchown_args *, register_t *);  int     sys___posix_fchown(struct lwp *, void *, register_t *);
   
 int     linux_sys_getpriority(struct lwp *, const struct linux_sys_getpriority_args *, register_t *);  int     linux_sys_getpriority(struct lwp *, void *, register_t *);
   
 int     sys_setpriority(struct lwp *, const struct sys_setpriority_args *, register_t *);  int     sys_setpriority(struct lwp *, void *, register_t *);
   
 int     sys_profil(struct lwp *, const struct sys_profil_args *, register_t *);  int     sys_profil(struct lwp *, void *, register_t *);
   
 int     linux_sys_statfs(struct lwp *, const struct linux_sys_statfs_args *, register_t *);  int     linux_sys_statfs(struct lwp *, void *, register_t *);
   
 int     linux_sys_fstatfs(struct lwp *, const struct linux_sys_fstatfs_args *, register_t *);  int     linux_sys_fstatfs(struct lwp *, void *, register_t *);
   
 int     linux_sys_ioperm(struct lwp *, const struct linux_sys_ioperm_args *, register_t *);  int     linux_sys_ioperm(struct lwp *, void *, register_t *);
   
 int     linux_sys_socketcall(struct lwp *, const struct linux_sys_socketcall_args *, register_t *);  int     linux_sys_socketcall(struct lwp *, void *, register_t *);
   
 int     sys_setitimer(struct lwp *, const struct sys_setitimer_args *, register_t *);  int     sys_setitimer(struct lwp *, void *, register_t *);
   
 int     sys_getitimer(struct lwp *, const struct sys_getitimer_args *, register_t *);  int     sys_getitimer(struct lwp *, void *, register_t *);
   
 int     linux_sys_stat(struct lwp *, const struct linux_sys_stat_args *, register_t *);  int     linux_sys_stat(struct lwp *, void *, register_t *);
   
 int     linux_sys_lstat(struct lwp *, const struct linux_sys_lstat_args *, register_t *);  int     linux_sys_lstat(struct lwp *, void *, register_t *);
   
 int     linux_sys_fstat(struct lwp *, const struct linux_sys_fstat_args *, register_t *);  int     linux_sys_fstat(struct lwp *, void *, register_t *);
   
 int     linux_sys_uname(struct lwp *, const struct linux_sys_uname_args *, register_t *);  int     linux_sys_uname(struct lwp *, void *, register_t *);
   
 int     linux_sys_wait4(struct lwp *, const struct linux_sys_wait4_args *, register_t *);  int     linux_sys_wait4(struct lwp *, void *, register_t *);
   
 int     linux_sys_swapoff(struct lwp *, const struct linux_sys_swapoff_args *, register_t *);  int     linux_sys_swapoff(struct lwp *, void *, register_t *);
   
 int     linux_sys_sysinfo(struct lwp *, const struct linux_sys_sysinfo_args *, register_t *);  int     linux_sys_sysinfo(struct lwp *, void *, register_t *);
   
 int     linux_sys_ipc(struct lwp *, const struct linux_sys_ipc_args *, register_t *);  int     linux_sys_ipc(struct lwp *, void *, register_t *);
   
 int     sys_fsync(struct lwp *, const struct sys_fsync_args *, register_t *);  int     sys_fsync(struct lwp *, void *, register_t *);
   
 int     linux_sys_sigreturn(struct lwp *, const struct linux_sys_sigreturn_args *, register_t *);  int     linux_sys_sigreturn(struct lwp *, void *, register_t *);
   
 int     linux_sys_clone(struct lwp *, const struct linux_sys_clone_args *, register_t *);  int     linux_sys_clone(struct lwp *, void *, register_t *);
   
 int     linux_sys_setdomainname(struct lwp *, const struct linux_sys_setdomainname_args *, register_t *);  int     linux_sys_setdomainname(struct lwp *, void *, register_t *);
   
 int     linux_sys_new_uname(struct lwp *, const struct linux_sys_new_uname_args *, register_t *);  int     linux_sys_new_uname(struct lwp *, void *, register_t *);
   
 int     linux_sys_mprotect(struct lwp *, const struct linux_sys_mprotect_args *, register_t *);  int     linux_sys_mprotect(struct lwp *, void *, register_t *);
   
 int     linux_sys_sigprocmask(struct lwp *, const struct linux_sys_sigprocmask_args *, register_t *);  int     linux_sys_sigprocmask(struct lwp *, void *, register_t *);
   
 int     sys_getpgid(struct lwp *, const struct sys_getpgid_args *, register_t *);  int     linux_sys_getpgid(struct lwp *, void *, register_t *);
   
 int     sys_fchdir(struct lwp *, const struct sys_fchdir_args *, register_t *);  int     sys_fchdir(struct lwp *, void *, register_t *);
   
 int     linux_sys_personality(struct lwp *, const struct linux_sys_personality_args *, register_t *);  int     linux_sys_personality(struct lwp *, void *, register_t *);
   
 int     linux_sys_setfsuid(struct lwp *, const struct linux_sys_setfsuid_args *, register_t *);  int     linux_sys_setfsuid(struct lwp *, void *, register_t *);
   
 int     linux_sys_setfsgid(struct lwp *, const struct linux_sys_setfsgid_args *, register_t *);  int     linux_sys_getfsuid(struct lwp *, void *, register_t *);
   
 int     linux_sys_llseek(struct lwp *, const struct linux_sys_llseek_args *, register_t *);  int     linux_sys_llseek(struct lwp *, void *, register_t *);
   
 int     linux_sys_getdents(struct lwp *, const struct linux_sys_getdents_args *, register_t *);  int     linux_sys_getdents(struct lwp *, void *, register_t *);
   
 int     linux_sys_new_select(struct lwp *, const struct linux_sys_new_select_args *, register_t *);  int     linux_sys_new_select(struct lwp *, void *, register_t *);
   
 int     sys_flock(struct lwp *, const struct sys_flock_args *, register_t *);  int     sys_flock(struct lwp *, void *, register_t *);
   
 int     linux_sys_msync(struct lwp *, const struct linux_sys_msync_args *, register_t *);  int     linux_sys_msync(struct lwp *, void *, register_t *);
   
 int     sys_readv(struct lwp *, const struct sys_readv_args *, register_t *);  int     sys_readv(struct lwp *, void *, register_t *);
   
 int     sys_writev(struct lwp *, const struct sys_writev_args *, register_t *);  int     sys_writev(struct lwp *, void *, register_t *);
   
 int     sys_getsid(struct lwp *, const struct sys_getsid_args *, register_t *);  int     sys_getsid(struct lwp *, void *, register_t *);
   
 int     linux_sys_fdatasync(struct lwp *, const struct linux_sys_fdatasync_args *, register_t *);  int     linux_sys_fdatasync(struct lwp *, void *, register_t *);
   
 int     linux_sys___sysctl(struct lwp *, const struct linux_sys___sysctl_args *, register_t *);  int     linux_sys___sysctl(struct lwp *, void *, register_t *);
   
 int     sys_mlock(struct lwp *, const struct sys_mlock_args *, register_t *);  int     sys_mlock(struct lwp *, void *, register_t *);
   
 int     sys_munlock(struct lwp *, const struct sys_munlock_args *, register_t *);  int     sys_munlock(struct lwp *, void *, register_t *);
   
 int     sys_mlockall(struct lwp *, const struct sys_mlockall_args *, register_t *);  int     sys_mlockall(struct lwp *, void *, register_t *);
   
 int     sys_munlockall(struct lwp *, const void *, register_t *);  int     sys_munlockall(struct lwp *, void *, register_t *);
   
 int     linux_sys_sched_setparam(struct lwp *, const struct linux_sys_sched_setparam_args *, register_t *);  int     linux_sys_sched_setparam(struct lwp *, void *, register_t *);
   
 int     linux_sys_sched_getparam(struct lwp *, const struct linux_sys_sched_getparam_args *, register_t *);  int     linux_sys_sched_getparam(struct lwp *, void *, register_t *);
   
 int     linux_sys_sched_setscheduler(struct lwp *, const struct linux_sys_sched_setscheduler_args *, register_t *);  int     linux_sys_sched_setscheduler(struct lwp *, void *, register_t *);
   
 int     linux_sys_sched_getscheduler(struct lwp *, const struct linux_sys_sched_getscheduler_args *, register_t *);  int     linux_sys_sched_getscheduler(struct lwp *, void *, register_t *);
   
 int     linux_sys_sched_yield(struct lwp *, const void *, register_t *);  int     linux_sys_sched_yield(struct lwp *, void *, register_t *);
   
 int     linux_sys_sched_get_priority_max(struct lwp *, const struct linux_sys_sched_get_priority_max_args *, register_t *);  int     linux_sys_sched_get_priority_max(struct lwp *, void *, register_t *);
   
 int     linux_sys_sched_get_priority_min(struct lwp *, const struct linux_sys_sched_get_priority_min_args *, register_t *);  int     linux_sys_sched_get_priority_min(struct lwp *, void *, register_t *);
   
 int     sys_nanosleep(struct lwp *, const struct sys_nanosleep_args *, register_t *);  int     sys_nanosleep(struct lwp *, void *, register_t *);
   
 int     linux_sys_mremap(struct lwp *, const struct linux_sys_mremap_args *, register_t *);  int     linux_sys_mremap(struct lwp *, void *, register_t *);
   
 int     linux_sys_setresuid(struct lwp *, const struct linux_sys_setresuid_args *, register_t *);  int     linux_sys_setresuid(struct lwp *, void *, register_t *);
   
 int     linux_sys_getresuid(struct lwp *, const struct linux_sys_getresuid_args *, register_t *);  int     linux_sys_getresuid(struct lwp *, void *, register_t *);
   
 int     sys_poll(struct lwp *, const struct sys_poll_args *, register_t *);  int     sys_poll(struct lwp *, void *, register_t *);
   
 int     linux_sys_setresgid(struct lwp *, const struct linux_sys_setresgid_args *, register_t *);  int     linux_sys_setresgid(struct lwp *, void *, register_t *);
   
 int     linux_sys_getresgid(struct lwp *, const struct linux_sys_getresgid_args *, register_t *);  int     linux_sys_getresgid(struct lwp *, void *, register_t *);
   
 int     linux_sys_rt_sigreturn(struct lwp *, const struct linux_sys_rt_sigreturn_args *, register_t *);  int     linux_sys_rt_sigreturn(struct lwp *, void *, register_t *);
   
 int     linux_sys_rt_sigaction(struct lwp *, const struct linux_sys_rt_sigaction_args *, register_t *);  int     linux_sys_rt_sigaction(struct lwp *, void *, register_t *);
   
 int     linux_sys_rt_sigprocmask(struct lwp *, const struct linux_sys_rt_sigprocmask_args *, register_t *);  int     linux_sys_rt_sigprocmask(struct lwp *, void *, register_t *);
   
 int     linux_sys_rt_sigpending(struct lwp *, const struct linux_sys_rt_sigpending_args *, register_t *);  int     linux_sys_rt_sigpending(struct lwp *, void *, register_t *);
   
 int     linux_sys_rt_queueinfo(struct lwp *, const struct linux_sys_rt_queueinfo_args *, register_t *);  int     linux_sys_rt_queueinfo(struct lwp *, void *, register_t *);
   
 int     linux_sys_rt_sigsuspend(struct lwp *, const struct linux_sys_rt_sigsuspend_args *, register_t *);  int     linux_sys_rt_sigsuspend(struct lwp *, void *, register_t *);
   
 int     linux_sys_pread(struct lwp *, const struct linux_sys_pread_args *, register_t *);  int     linux_sys_pread(struct lwp *, void *, register_t *);
   
 int     linux_sys_pwrite(struct lwp *, const struct linux_sys_pwrite_args *, register_t *);  int     linux_sys_pwrite(struct lwp *, void *, register_t *);
   
 int     sys___posix_chown(struct lwp *, const struct sys___posix_chown_args *, register_t *);  int     sys___posix_chown(struct lwp *, void *, register_t *);
   
 int     sys___getcwd(struct lwp *, const struct sys___getcwd_args *, register_t *);  int     sys___getcwd(struct lwp *, void *, register_t *);
   
 int     linux_sys_sigaltstack(struct lwp *, const struct linux_sys_sigaltstack_args *, register_t *);  int     linux_sys_sigaltstack(struct lwp *, void *, register_t *);
   
 int     sys___vfork14(struct lwp *, const void *, register_t *);  int     sys___vfork14(struct lwp *, void *, register_t *);
   
 int     linux_sys_ugetrlimit(struct lwp *, const struct linux_sys_ugetrlimit_args *, register_t *);  int     linux_sys_ugetrlimit(struct lwp *, void *, register_t *);
   
 #define linux_sys_mmap2_args linux_sys_mmap_args  int     linux_sys_mmap2(struct lwp *, void *, register_t *);
 int     linux_sys_mmap2(struct lwp *, const struct linux_sys_mmap2_args *, register_t *);  
   
 int     linux_sys_truncate64(struct lwp *, const struct linux_sys_truncate64_args *, register_t *);  int     linux_sys_truncate64(struct lwp *, void *, register_t *);
   
 int     linux_sys_ftruncate64(struct lwp *, const struct linux_sys_ftruncate64_args *, register_t *);  int     linux_sys_ftruncate64(struct lwp *, void *, register_t *);
   
 int     linux_sys_stat64(struct lwp *, const struct linux_sys_stat64_args *, register_t *);  int     linux_sys_stat64(struct lwp *, void *, register_t *);
   
 int     linux_sys_lstat64(struct lwp *, const struct linux_sys_lstat64_args *, register_t *);  int     linux_sys_lstat64(struct lwp *, void *, register_t *);
   
 int     linux_sys_fstat64(struct lwp *, const struct linux_sys_fstat64_args *, register_t *);  int     linux_sys_fstat64(struct lwp *, void *, register_t *);
   
 int     linux_sys_getdents64(struct lwp *, const struct linux_sys_getdents64_args *, register_t *);  int     linux_sys_getdents64(struct lwp *, void *, register_t *);
   
 int     linux_sys_fcntl64(struct lwp *, const struct linux_sys_fcntl64_args *, register_t *);  int     linux_sys_fcntl64(struct lwp *, void *, register_t *);
   
 int     sys_mincore(struct lwp *, const struct sys_mincore_args *, register_t *);  int     sys_mincore(struct lwp *, void *, register_t *);
   
 int     sys_madvise(struct lwp *, const struct sys_madvise_args *, register_t *);  int     sys_madvise(struct lwp *, void *, register_t *);
   
 int     linux_sys_setxattr(struct lwp *, const struct linux_sys_setxattr_args *, register_t *);  int     linux_sys_setxattr(struct lwp *, void *, register_t *);
   
 int     linux_sys_lsetxattr(struct lwp *, const struct linux_sys_lsetxattr_args *, register_t *);  int     linux_sys_lsetxattr(struct lwp *, void *, register_t *);
   
 int     linux_sys_fsetxattr(struct lwp *, const struct linux_sys_fsetxattr_args *, register_t *);  int     linux_sys_fsetxattr(struct lwp *, void *, register_t *);
   
 int     linux_sys_getxattr(struct lwp *, const struct linux_sys_getxattr_args *, register_t *);  int     linux_sys_getxattr(struct lwp *, void *, register_t *);
   
 int     linux_sys_lgetxattr(struct lwp *, const struct linux_sys_lgetxattr_args *, register_t *);  int     linux_sys_lgetxattr(struct lwp *, void *, register_t *);
   
 int     linux_sys_fgetxattr(struct lwp *, const struct linux_sys_fgetxattr_args *, register_t *);  int     linux_sys_fgetxattr(struct lwp *, void *, register_t *);
   
 int     linux_sys_listxattr(struct lwp *, const struct linux_sys_listxattr_args *, register_t *);  int     linux_sys_listxattr(struct lwp *, void *, register_t *);
   
 int     linux_sys_llistxattr(struct lwp *, const struct linux_sys_llistxattr_args *, register_t *);  int     linux_sys_llistxattr(struct lwp *, void *, register_t *);
   
 int     linux_sys_flistxattr(struct lwp *, const struct linux_sys_flistxattr_args *, register_t *);  int     linux_sys_flistxattr(struct lwp *, void *, register_t *);
   
 int     linux_sys_removexattr(struct lwp *, const struct linux_sys_removexattr_args *, register_t *);  int     linux_sys_removexattr(struct lwp *, void *, register_t *);
   
 int     linux_sys_lremovexattr(struct lwp *, const struct linux_sys_lremovexattr_args *, register_t *);  int     linux_sys_lremovexattr(struct lwp *, void *, register_t *);
   
 int     linux_sys_fremovexattr(struct lwp *, const struct linux_sys_fremovexattr_args *, register_t *);  int     linux_sys_fremovexattr(struct lwp *, void *, register_t *);
   
 int     linux_sys_exit_group(struct lwp *, const struct linux_sys_exit_group_args *, register_t *);  int     linux_sys_exit_group(struct lwp *, void *, register_t *);
   
 int     linux_sys_clock_settime(struct lwp *, const struct linux_sys_clock_settime_args *, register_t *);  int     linux_sys_clock_settime(struct lwp *, void *, register_t *);
   
 int     linux_sys_clock_gettime(struct lwp *, const struct linux_sys_clock_gettime_args *, register_t *);  int     linux_sys_clock_gettime(struct lwp *, void *, register_t *);
   
 int     linux_sys_clock_getres(struct lwp *, const struct linux_sys_clock_getres_args *, register_t *);  int     linux_sys_clock_getres(struct lwp *, void *, register_t *);
   
 int     linux_sys_clock_nanosleep(struct lwp *, const struct linux_sys_clock_nanosleep_args *, register_t *);  int     linux_sys_clock_nanosleep(struct lwp *, void *, register_t *);
   
 int     linux_sys_statfs64(struct lwp *, const struct linux_sys_statfs64_args *, register_t *);  int     linux_sys_statfs64(struct lwp *, void *, register_t *);
   
 int     linux_sys_fstatfs64(struct lwp *, const struct linux_sys_fstatfs64_args *, register_t *);  int     linux_sys_fstatfs64(struct lwp *, void *, register_t *);
   
 #endif /* _LINUX_SYS_SYSCALLARGS_H_ */  #endif /* _LINUX_SYS_SYSCALLARGS_H_ */

Legend:
Removed from v.1.35.22.2  
changed lines
  Added in v.1.36

CVSweb <webmaster@jp.NetBSD.org>