[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.17.2.3 and 1.18

version 1.17.2.3, 2004/06/14 02:42:07 version 1.18, 2003/01/18 08:07:52
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.13.2.3 2004/06/14 02:36:59 jmc Exp   * created from NetBSD
  */   */
   
 #ifndef _LINUX_SYS__SYSCALLARGS_H_  #ifndef _LINUX_SYS__SYSCALLARGS_H_
Line 519  struct linux_sys_truncate64_args {
Line 519  struct linux_sys_truncate64_args {
         syscallarg(off_t) length;          syscallarg(off_t) length;
 };  };
   
 struct linux_sys_ftruncate64_args {  
         syscallarg(unsigned int) fd;  
         syscallarg(off_t) length;  
 };  
   
 struct linux_sys_stat64_args {  struct linux_sys_stat64_args {
         syscallarg(const char *) path;          syscallarg(const char *) path;
         syscallarg(struct linux_stat64 *) sp;          syscallarg(struct linux_stat64 *) sp;
Line 555  struct linux_sys_fcntl64_args {
Line 550  struct linux_sys_fcntl64_args {
  * System call prototypes.   * System call prototypes.
  */   */
   
 int     linux_sys_nosys(struct proc *, void *, register_t *);  int     linux_sys_nosys(struct lwp *, void *, register_t *);
 int     sys_exit(struct proc *, void *, register_t *);  int     sys_exit(struct lwp *, void *, register_t *);
 int     sys_fork(struct proc *, void *, register_t *);  int     sys_fork(struct lwp *, void *, register_t *);
 int     sys_read(struct proc *, void *, register_t *);  int     sys_read(struct lwp *, void *, register_t *);
 int     sys_write(struct proc *, void *, register_t *);  int     sys_write(struct lwp *, void *, register_t *);
 int     linux_sys_open(struct proc *, void *, register_t *);  int     linux_sys_open(struct lwp *, void *, register_t *);
 int     sys_close(struct proc *, void *, register_t *);  int     sys_close(struct lwp *, void *, register_t *);
 int     linux_sys_waitpid(struct proc *, void *, register_t *);  int     linux_sys_waitpid(struct lwp *, void *, register_t *);
 int     linux_sys_creat(struct proc *, void *, register_t *);  int     linux_sys_creat(struct lwp *, void *, register_t *);
 int     linux_sys_link(struct proc *, void *, register_t *);  int     linux_sys_link(struct lwp *, void *, register_t *);
 int     linux_sys_unlink(struct proc *, void *, register_t *);  int     linux_sys_unlink(struct lwp *, void *, register_t *);
 int     linux_sys_execve(struct proc *, void *, register_t *);  int     linux_sys_execve(struct lwp *, void *, register_t *);
 int     linux_sys_chdir(struct proc *, void *, register_t *);  int     linux_sys_chdir(struct lwp *, void *, register_t *);
 int     linux_sys_time(struct proc *, void *, register_t *);  int     linux_sys_time(struct lwp *, void *, register_t *);
 int     linux_sys_mknod(struct proc *, void *, register_t *);  int     linux_sys_mknod(struct lwp *, void *, register_t *);
 int     linux_sys_chmod(struct proc *, void *, register_t *);  int     linux_sys_chmod(struct lwp *, void *, register_t *);
 int     linux_sys_lchown(struct proc *, void *, register_t *);  int     linux_sys_lchown(struct lwp *, void *, register_t *);
 int     compat_43_sys_lseek(struct proc *, void *, register_t *);  int     compat_43_sys_lseek(struct lwp *, void *, register_t *);
 int     sys_getpid(struct proc *, void *, register_t *);  int     sys_getpid(struct lwp *, void *, register_t *);
 int     sys_setuid(struct proc *, void *, register_t *);  int     sys_setuid(struct lwp *, void *, register_t *);
 int     sys_getuid(struct proc *, void *, register_t *);  int     sys_getuid(struct lwp *, void *, register_t *);
 int     linux_sys_stime(struct proc *, void *, register_t *);  int     linux_sys_stime(struct lwp *, void *, register_t *);
 int     linux_sys_ptrace(struct proc *, void *, register_t *);  int     linux_sys_ptrace(struct lwp *, void *, register_t *);
 int     linux_sys_alarm(struct proc *, void *, register_t *);  int     linux_sys_alarm(struct lwp *, void *, register_t *);
 int     linux_sys_pause(struct proc *, void *, register_t *);  int     linux_sys_pause(struct lwp *, void *, register_t *);
 int     linux_sys_utime(struct proc *, void *, register_t *);  int     linux_sys_utime(struct lwp *, void *, register_t *);
 int     linux_sys_access(struct proc *, void *, register_t *);  int     linux_sys_access(struct lwp *, void *, register_t *);
 int     linux_sys_nice(struct proc *, void *, register_t *);  int     linux_sys_nice(struct lwp *, void *, register_t *);
 int     sys_sync(struct proc *, void *, register_t *);  int     sys_sync(struct lwp *, void *, register_t *);
 int     linux_sys_kill(struct proc *, void *, register_t *);  int     linux_sys_kill(struct lwp *, void *, register_t *);
 int     linux_sys_rename(struct proc *, void *, register_t *);  int     linux_sys_rename(struct lwp *, void *, register_t *);
 int     linux_sys_mkdir(struct proc *, void *, register_t *);  int     linux_sys_mkdir(struct lwp *, void *, register_t *);
 int     linux_sys_rmdir(struct proc *, void *, register_t *);  int     linux_sys_rmdir(struct lwp *, void *, register_t *);
 int     sys_dup(struct proc *, void *, register_t *);  int     sys_dup(struct lwp *, void *, register_t *);
 int     linux_sys_pipe(struct proc *, void *, register_t *);  int     linux_sys_pipe(struct lwp *, void *, register_t *);
 int     linux_sys_times(struct proc *, void *, register_t *);  int     linux_sys_times(struct lwp *, void *, register_t *);
 int     linux_sys_brk(struct proc *, void *, register_t *);  int     linux_sys_brk(struct lwp *, void *, register_t *);
 int     sys_setgid(struct proc *, void *, register_t *);  int     sys_setgid(struct lwp *, void *, register_t *);
 int     sys_getgid(struct proc *, void *, register_t *);  int     sys_getgid(struct lwp *, void *, register_t *);
 int     linux_sys_signal(struct proc *, void *, register_t *);  int     linux_sys_signal(struct lwp *, void *, register_t *);
 int     sys_geteuid(struct proc *, void *, register_t *);  int     sys_geteuid(struct lwp *, void *, register_t *);
 int     sys_getegid(struct proc *, void *, register_t *);  int     sys_getegid(struct lwp *, void *, register_t *);
 int     sys_acct(struct proc *, void *, register_t *);  int     sys_acct(struct lwp *, void *, register_t *);
 int     linux_sys_ioctl(struct proc *, void *, register_t *);  int     linux_sys_ioctl(struct lwp *, void *, register_t *);
 int     linux_sys_fcntl(struct proc *, void *, register_t *);  int     linux_sys_fcntl(struct lwp *, void *, register_t *);
 int     sys_setpgid(struct proc *, void *, register_t *);  int     sys_setpgid(struct lwp *, void *, register_t *);
 int     linux_sys_olduname(struct proc *, void *, register_t *);  int     linux_sys_olduname(struct lwp *, void *, register_t *);
 int     sys_umask(struct proc *, void *, register_t *);  int     sys_umask(struct lwp *, void *, register_t *);
 int     sys_chroot(struct proc *, void *, register_t *);  int     sys_chroot(struct lwp *, void *, register_t *);
 int     sys_dup2(struct proc *, void *, register_t *);  int     sys_dup2(struct lwp *, void *, register_t *);
 int     sys_getppid(struct proc *, void *, register_t *);  int     sys_getppid(struct lwp *, void *, register_t *);
 int     sys_getpgrp(struct proc *, void *, register_t *);  int     sys_getpgrp(struct lwp *, void *, register_t *);
 int     sys_setsid(struct proc *, void *, register_t *);  int     sys_setsid(struct lwp *, void *, register_t *);
 int     linux_sys_sigaction(struct proc *, void *, register_t *);  int     linux_sys_sigaction(struct lwp *, void *, register_t *);
 int     linux_sys_siggetmask(struct proc *, void *, register_t *);  int     linux_sys_siggetmask(struct lwp *, void *, register_t *);
 int     linux_sys_sigsetmask(struct proc *, void *, register_t *);  int     linux_sys_sigsetmask(struct lwp *, void *, register_t *);
 int     sys_setreuid(struct proc *, void *, register_t *);  int     sys_setreuid(struct lwp *, void *, register_t *);
 int     sys_setregid(struct proc *, void *, register_t *);  int     sys_setregid(struct lwp *, void *, register_t *);
 int     linux_sys_sigsuspend(struct proc *, void *, register_t *);  int     linux_sys_sigsuspend(struct lwp *, void *, register_t *);
 int     linux_sys_sigpending(struct proc *, void *, register_t *);  int     linux_sys_sigpending(struct lwp *, void *, register_t *);
 int     compat_43_sys_sethostname(struct proc *, void *, register_t *);  int     compat_43_sys_sethostname(struct lwp *, void *, register_t *);
 int     linux_sys_setrlimit(struct proc *, void *, register_t *);  int     linux_sys_setrlimit(struct lwp *, void *, register_t *);
 int     linux_sys_getrlimit(struct proc *, void *, register_t *);  int     linux_sys_getrlimit(struct lwp *, void *, register_t *);
 int     sys_getrusage(struct proc *, void *, register_t *);  int     sys_getrusage(struct lwp *, void *, register_t *);
 int     linux_sys_gettimeofday(struct proc *, void *, register_t *);  int     linux_sys_gettimeofday(struct lwp *, void *, register_t *);
 int     linux_sys_settimeofday(struct proc *, void *, register_t *);  int     linux_sys_settimeofday(struct lwp *, void *, register_t *);
 int     sys_getgroups(struct proc *, void *, register_t *);  int     sys_getgroups(struct lwp *, void *, register_t *);
 int     sys_setgroups(struct proc *, void *, register_t *);  int     sys_setgroups(struct lwp *, void *, register_t *);
 int     linux_sys_select(struct proc *, void *, register_t *);  int     linux_sys_select(struct lwp *, void *, register_t *);
 int     linux_sys_symlink(struct proc *, void *, register_t *);  int     linux_sys_symlink(struct lwp *, void *, register_t *);
 int     compat_43_sys_lstat(struct proc *, void *, register_t *);  int     compat_43_sys_lstat(struct lwp *, void *, register_t *);
 int     linux_sys_readlink(struct proc *, void *, register_t *);  int     linux_sys_readlink(struct lwp *, void *, register_t *);
 int     linux_sys_uselib(struct proc *, void *, register_t *);  int     linux_sys_uselib(struct lwp *, void *, register_t *);
 int     linux_sys_swapon(struct proc *, void *, register_t *);  int     linux_sys_swapon(struct lwp *, void *, register_t *);
 int     linux_sys_reboot(struct proc *, void *, register_t *);  int     linux_sys_reboot(struct lwp *, void *, register_t *);
 int     linux_sys_readdir(struct proc *, void *, register_t *);  int     linux_sys_readdir(struct lwp *, void *, register_t *);
 int     linux_sys_mmap(struct proc *, void *, register_t *);  int     linux_sys_mmap(struct lwp *, void *, register_t *);
 int     sys_munmap(struct proc *, void *, register_t *);  int     sys_munmap(struct lwp *, void *, register_t *);
 int     linux_sys_truncate(struct proc *, void *, register_t *);  int     linux_sys_truncate(struct lwp *, void *, register_t *);
 int     compat_43_sys_ftruncate(struct proc *, void *, register_t *);  int     compat_43_sys_ftruncate(struct lwp *, void *, register_t *);
 int     sys_fchmod(struct proc *, void *, register_t *);  int     sys_fchmod(struct lwp *, void *, register_t *);
 int     sys___posix_fchown(struct proc *, void *, register_t *);  int     sys___posix_fchown(struct lwp *, void *, register_t *);
 int     sys_getpriority(struct proc *, void *, register_t *);  int     sys_getpriority(struct lwp *, void *, register_t *);
 int     sys_setpriority(struct proc *, void *, register_t *);  int     sys_setpriority(struct lwp *, void *, register_t *);
 int     sys_profil(struct proc *, void *, register_t *);  int     sys_profil(struct lwp *, void *, register_t *);
 int     linux_sys_statfs(struct proc *, void *, register_t *);  int     linux_sys_statfs(struct lwp *, void *, register_t *);
 int     linux_sys_fstatfs(struct proc *, void *, register_t *);  int     linux_sys_fstatfs(struct lwp *, void *, register_t *);
 int     linux_sys_ioperm(struct proc *, void *, register_t *);  int     linux_sys_ioperm(struct lwp *, void *, register_t *);
 int     linux_sys_socketcall(struct proc *, void *, register_t *);  int     linux_sys_socketcall(struct lwp *, void *, register_t *);
 int     sys_setitimer(struct proc *, void *, register_t *);  int     sys_setitimer(struct lwp *, void *, register_t *);
 int     sys_getitimer(struct proc *, void *, register_t *);  int     sys_getitimer(struct lwp *, void *, register_t *);
 int     linux_sys_stat(struct proc *, void *, register_t *);  int     linux_sys_stat(struct lwp *, void *, register_t *);
 int     linux_sys_lstat(struct proc *, void *, register_t *);  int     linux_sys_lstat(struct lwp *, void *, register_t *);
 int     linux_sys_fstat(struct proc *, void *, register_t *);  int     linux_sys_fstat(struct lwp *, void *, register_t *);
 int     linux_sys_uname(struct proc *, void *, register_t *);  int     linux_sys_uname(struct lwp *, void *, register_t *);
 int     linux_sys_wait4(struct proc *, void *, register_t *);  int     linux_sys_wait4(struct lwp *, void *, register_t *);
 int     linux_sys_swapoff(struct proc *, void *, register_t *);  int     linux_sys_swapoff(struct lwp *, void *, register_t *);
 int     linux_sys_sysinfo(struct proc *, void *, register_t *);  int     linux_sys_sysinfo(struct lwp *, void *, register_t *);
 int     linux_sys_ipc(struct proc *, void *, register_t *);  int     linux_sys_ipc(struct lwp *, void *, register_t *);
 int     sys_fsync(struct proc *, void *, register_t *);  int     sys_fsync(struct lwp *, void *, register_t *);
 int     linux_sys_sigreturn(struct proc *, void *, register_t *);  int     linux_sys_sigreturn(struct lwp *, void *, register_t *);
 int     linux_sys_clone(struct proc *, void *, register_t *);  int     linux_sys_clone(struct lwp *, void *, register_t *);
 int     linux_sys_setdomainname(struct proc *, void *, register_t *);  int     linux_sys_setdomainname(struct lwp *, void *, register_t *);
 int     linux_sys_new_uname(struct proc *, void *, register_t *);  int     linux_sys_new_uname(struct lwp *, void *, register_t *);
 int     linux_sys_mprotect(struct proc *, void *, register_t *);  int     linux_sys_mprotect(struct lwp *, void *, register_t *);
 int     linux_sys_sigprocmask(struct proc *, void *, register_t *);  int     linux_sys_sigprocmask(struct lwp *, void *, register_t *);
 int     linux_sys_getpgid(struct proc *, void *, register_t *);  int     linux_sys_getpgid(struct lwp *, void *, register_t *);
 int     sys_fchdir(struct proc *, void *, register_t *);  int     sys_fchdir(struct lwp *, void *, register_t *);
 int     linux_sys_personality(struct proc *, void *, register_t *);  int     linux_sys_personality(struct lwp *, void *, register_t *);
 int     linux_sys_setfsuid(struct proc *, void *, register_t *);  int     linux_sys_setfsuid(struct lwp *, void *, register_t *);
 int     linux_sys_getfsuid(struct proc *, void *, register_t *);  int     linux_sys_getfsuid(struct lwp *, void *, register_t *);
 int     linux_sys_llseek(struct proc *, void *, register_t *);  int     linux_sys_llseek(struct lwp *, void *, register_t *);
 int     linux_sys_getdents(struct proc *, void *, register_t *);  int     linux_sys_getdents(struct lwp *, void *, register_t *);
 int     linux_sys_new_select(struct proc *, void *, register_t *);  int     linux_sys_new_select(struct lwp *, void *, register_t *);
 int     sys_flock(struct proc *, void *, register_t *);  int     sys_flock(struct lwp *, void *, register_t *);
 int     linux_sys_msync(struct proc *, void *, register_t *);  int     linux_sys_msync(struct lwp *, void *, register_t *);
 int     sys_readv(struct proc *, void *, register_t *);  int     sys_readv(struct lwp *, void *, register_t *);
 int     sys_writev(struct proc *, void *, register_t *);  int     sys_writev(struct lwp *, void *, register_t *);
 int     sys_getsid(struct proc *, void *, register_t *);  int     sys_getsid(struct lwp *, void *, register_t *);
 int     linux_sys_fdatasync(struct proc *, void *, register_t *);  int     linux_sys_fdatasync(struct lwp *, void *, register_t *);
 int     linux_sys___sysctl(struct proc *, void *, register_t *);  int     linux_sys___sysctl(struct lwp *, void *, register_t *);
 int     sys_mlock(struct proc *, void *, register_t *);  int     sys_mlock(struct lwp *, void *, register_t *);
 int     sys_munlock(struct proc *, void *, register_t *);  int     sys_munlock(struct lwp *, void *, register_t *);
 int     sys_mlockall(struct proc *, void *, register_t *);  int     sys_mlockall(struct lwp *, void *, register_t *);
 int     sys_munlockall(struct proc *, void *, register_t *);  int     sys_munlockall(struct lwp *, void *, register_t *);
 int     linux_sys_sched_setparam(struct proc *, void *, register_t *);  int     linux_sys_sched_setparam(struct lwp *, void *, register_t *);
 int     linux_sys_sched_getparam(struct proc *, void *, register_t *);  int     linux_sys_sched_getparam(struct lwp *, void *, register_t *);
 int     linux_sys_sched_setscheduler(struct proc *, void *, register_t *);  int     linux_sys_sched_setscheduler(struct lwp *, void *, register_t *);
 int     linux_sys_sched_getscheduler(struct proc *, void *, register_t *);  int     linux_sys_sched_getscheduler(struct lwp *, void *, register_t *);
 int     linux_sys_sched_yield(struct proc *, void *, register_t *);  int     linux_sys_sched_yield(struct lwp *, void *, register_t *);
 int     linux_sys_sched_get_priority_max(struct proc *, void *, register_t *);  int     linux_sys_sched_get_priority_max(struct lwp *, void *, register_t *);
 int     linux_sys_sched_get_priority_min(struct proc *, void *, register_t *);  int     linux_sys_sched_get_priority_min(struct lwp *, void *, register_t *);
 int     sys_nanosleep(struct proc *, void *, register_t *);  int     sys_nanosleep(struct lwp *, void *, register_t *);
 int     linux_sys_mremap(struct proc *, void *, register_t *);  int     linux_sys_mremap(struct lwp *, void *, register_t *);
 int     linux_sys_setresuid(struct proc *, void *, register_t *);  int     linux_sys_setresuid(struct lwp *, void *, register_t *);
 int     linux_sys_getresuid(struct proc *, void *, register_t *);  int     linux_sys_getresuid(struct lwp *, void *, register_t *);
 int     sys_poll(struct proc *, void *, register_t *);  int     sys_poll(struct lwp *, void *, register_t *);
 int     linux_sys_setresgid(struct proc *, void *, register_t *);  int     linux_sys_setresgid(struct lwp *, void *, register_t *);
 int     linux_sys_getresgid(struct proc *, void *, register_t *);  int     linux_sys_getresgid(struct lwp *, void *, register_t *);
 int     linux_sys_rt_sigreturn(struct proc *, void *, register_t *);  int     linux_sys_rt_sigreturn(struct lwp *, void *, register_t *);
 int     linux_sys_rt_sigaction(struct proc *, void *, register_t *);  int     linux_sys_rt_sigaction(struct lwp *, void *, register_t *);
 int     linux_sys_rt_sigprocmask(struct proc *, void *, register_t *);  int     linux_sys_rt_sigprocmask(struct lwp *, void *, register_t *);
 int     linux_sys_rt_sigpending(struct proc *, void *, register_t *);  int     linux_sys_rt_sigpending(struct lwp *, void *, register_t *);
 int     linux_sys_rt_queueinfo(struct proc *, void *, register_t *);  int     linux_sys_rt_queueinfo(struct lwp *, void *, register_t *);
 int     linux_sys_rt_sigsuspend(struct proc *, void *, register_t *);  int     linux_sys_rt_sigsuspend(struct lwp *, void *, register_t *);
 int     linux_sys_pread(struct proc *, void *, register_t *);  int     linux_sys_pread(struct lwp *, void *, register_t *);
 int     linux_sys_pwrite(struct proc *, void *, register_t *);  int     linux_sys_pwrite(struct lwp *, void *, register_t *);
 int     linux_sys_chown(struct proc *, void *, register_t *);  int     linux_sys_chown(struct lwp *, void *, register_t *);
 int     sys___getcwd(struct proc *, void *, register_t *);  int     sys___getcwd(struct lwp *, void *, register_t *);
 int     linux_sys_sigaltstack(struct proc *, void *, register_t *);  int     linux_sys_sigaltstack(struct lwp *, void *, register_t *);
 int     sys___vfork14(struct proc *, void *, register_t *);  int     sys___vfork14(struct lwp *, void *, register_t *);
 int     linux_sys_ugetrlimit(struct proc *, void *, register_t *);  int     linux_sys_ugetrlimit(struct lwp *, void *, register_t *);
 int     linux_sys_mmap2(struct proc *, void *, register_t *);  int     linux_sys_truncate64(struct lwp *, void *, register_t *);
 int     linux_sys_truncate64(struct proc *, void *, register_t *);  int     sys_ftruncate(struct lwp *, void *, register_t *);
 int     linux_sys_ftruncate64(struct proc *, void *, register_t *);  int     linux_sys_stat64(struct lwp *, void *, register_t *);
 int     linux_sys_stat64(struct proc *, void *, register_t *);  int     linux_sys_lstat64(struct lwp *, void *, register_t *);
 int     linux_sys_lstat64(struct proc *, void *, register_t *);  int     linux_sys_fstat64(struct lwp *, void *, register_t *);
 int     linux_sys_fstat64(struct proc *, void *, register_t *);  int     linux_sys_getdents64(struct lwp *, void *, register_t *);
 int     linux_sys_getdents64(struct proc *, void *, register_t *);  int     linux_sys_fcntl64(struct lwp *, void *, register_t *);
 int     linux_sys_fcntl64(struct proc *, void *, register_t *);  
 #endif /* _LINUX_SYS__SYSCALLARGS_H_ */  #endif /* _LINUX_SYS__SYSCALLARGS_H_ */

Legend:
Removed from v.1.17.2.3  
changed lines
  Added in v.1.18

CVSweb <webmaster@jp.NetBSD.org>