652 lines
25 KiB
C
652 lines
25 KiB
C
/* $NetBSD: sparc32_syscall.h,v 1.3 1998/08/26 13:46:56 mrg Exp $ */
|
|
|
|
/*
|
|
* System call numbers.
|
|
*
|
|
* DO NOT EDIT-- this file is automatically generated.
|
|
* created from NetBSD: syscalls.master,v 1.2 1998/08/26 13:42:50 mrg Exp
|
|
*/
|
|
|
|
/* syscall: "syscall" ret: "int" args: "int" "..." */
|
|
#define sparc32_SYS_syscall 0
|
|
|
|
/* syscall: "exit" ret: "void" args: "int" */
|
|
#define sparc32_SYS_exit 1
|
|
|
|
/* syscall: "fork" ret: "int" args: */
|
|
#define sparc32_SYS_fork 2
|
|
|
|
/* syscall: "compat_sparc32_read" ret: "sparc32_ssize_t" args: "int" "sparc32_voidp" "sparc32_size_t" */
|
|
#define sparc32_SYS_compat_sparc32_read 3
|
|
|
|
/* syscall: "compat_sparc32_write" ret: "sparc32_ssize_t" args: "int" "const sparc32_voidp" "sparc32_size_t" */
|
|
#define sparc32_SYS_compat_sparc32_write 4
|
|
|
|
/* syscall: "compat_sparc32_open" ret: "int" args: "const sparc32_charp" "int" "..." */
|
|
#define sparc32_SYS_compat_sparc32_open 5
|
|
|
|
/* syscall: "close" ret: "int" args: "int" */
|
|
#define sparc32_SYS_close 6
|
|
|
|
/* syscall: "compat_sparc32_wait4" ret: "int" args: "int" "sparc32_intp" "int" "sparc32_rusagep_t" */
|
|
#define sparc32_SYS_compat_sparc32_wait4 7
|
|
|
|
/* 8 is compat_43 compat_sparc32_ocreat */
|
|
|
|
/* syscall: "compat_sparc32_link" ret: "int" args: "const sparc32_charp" "const sparc32_charp" */
|
|
#define sparc32_SYS_compat_sparc32_link 9
|
|
|
|
/* syscall: "compat_sparc32_unlink" ret: "int" args: "const sparc32_charp" */
|
|
#define sparc32_SYS_compat_sparc32_unlink 10
|
|
|
|
/* 11 is obsolete execv */
|
|
/* syscall: "compat_sparc32_chdir" ret: "int" args: "const sparc32_charp" */
|
|
#define sparc32_SYS_compat_sparc32_chdir 12
|
|
|
|
/* syscall: "fchdir" ret: "int" args: "int" */
|
|
#define sparc32_SYS_fchdir 13
|
|
|
|
/* syscall: "compat_sparc32_mknod" ret: "int" args: "const sparc32_charp" "mode_t" "dev_t" */
|
|
#define sparc32_SYS_compat_sparc32_mknod 14
|
|
|
|
/* syscall: "compat_sparc32_chmod" ret: "int" args: "const sparc32_charp" "mode_t" */
|
|
#define sparc32_SYS_compat_sparc32_chmod 15
|
|
|
|
/* syscall: "compat_sparc32_chown" ret: "int" args: "const sparc32_charp" "uid_t" "gid_t" */
|
|
#define sparc32_SYS_compat_sparc32_chown 16
|
|
|
|
/* syscall: "compat_sparc32_break" ret: "int" args: "sparc32_charp" */
|
|
#define sparc32_SYS_compat_sparc32_break 17
|
|
|
|
/* syscall: "compat_sparc32_getfsstat" ret: "int" args: "sparc32_statfsp_t" "sparc32_long" "int" */
|
|
#define sparc32_SYS_compat_sparc32_getfsstat 18
|
|
|
|
/* 19 is compat_43 compat_sparc32_olseek */
|
|
|
|
/* syscall: "getpid" ret: "pid_t" args: */
|
|
#define sparc32_SYS_getpid 20
|
|
|
|
/* syscall: "compat_sparc32_mount" ret: "int" args: "const sparc32_charp" "const sparc32_charp" "int" "sparc32_voidp" */
|
|
#define sparc32_SYS_compat_sparc32_mount 21
|
|
|
|
/* syscall: "compat_sparc32_unmount" ret: "int" args: "const sparc32_charp" "int" */
|
|
#define sparc32_SYS_compat_sparc32_unmount 22
|
|
|
|
/* syscall: "setuid" ret: "int" args: "uid_t" */
|
|
#define sparc32_SYS_setuid 23
|
|
|
|
/* syscall: "getuid" ret: "uid_t" args: */
|
|
#define sparc32_SYS_getuid 24
|
|
|
|
/* syscall: "geteuid" ret: "uid_t" args: */
|
|
#define sparc32_SYS_geteuid 25
|
|
|
|
/* syscall: "compat_sparc32_ptrace" ret: "int" args: "int" "pid_t" "sparc32_caddr_t" "int" */
|
|
#define sparc32_SYS_compat_sparc32_ptrace 26
|
|
|
|
/* syscall: "compat_sparc32_recvmsg" ret: "sparc32_ssize_t" args: "int" "sparc32_msghdrp_t" "int" */
|
|
#define sparc32_SYS_compat_sparc32_recvmsg 27
|
|
|
|
/* syscall: "compat_sparc32_sendmsg" ret: "sparc32_ssize_t" args: "int" "const sparc32_msghdrp_t" "int" */
|
|
#define sparc32_SYS_compat_sparc32_sendmsg 28
|
|
|
|
/* syscall: "compat_sparc32_recvfrom" ret: "sparc32_ssize_t" args: "int" "sparc32_voidp" "sparc32_size_t" "int" "sparc32_sockaddrp_t" "sparc32_intp" */
|
|
#define sparc32_SYS_compat_sparc32_recvfrom 29
|
|
|
|
/* syscall: "compat_sparc32_accept" ret: "int" args: "int" "sparc32_sockaddrp_t" "sparc32_intp" */
|
|
#define sparc32_SYS_compat_sparc32_accept 30
|
|
|
|
/* syscall: "compat_sparc32_getpeername" ret: "int" args: "int" "sparc32_sockaddrp_t" "sparc32_intp" */
|
|
#define sparc32_SYS_compat_sparc32_getpeername 31
|
|
|
|
/* syscall: "compat_sparc32_getsockname" ret: "int" args: "int" "sparc32_sockaddrp_t" "sparc32_intp" */
|
|
#define sparc32_SYS_compat_sparc32_getsockname 32
|
|
|
|
/* syscall: "compat_sparc32_access" ret: "int" args: "const sparc32_charp" "int" */
|
|
#define sparc32_SYS_compat_sparc32_access 33
|
|
|
|
/* syscall: "compat_sparc32_chflags" ret: "int" args: "const sparc32_charp" "sparc32_u_long" */
|
|
#define sparc32_SYS_compat_sparc32_chflags 34
|
|
|
|
/* syscall: "compat_sparc32_fchflags" ret: "int" args: "int" "sparc32_u_long" */
|
|
#define sparc32_SYS_compat_sparc32_fchflags 35
|
|
|
|
/* syscall: "sync" ret: "void" args: */
|
|
#define sparc32_SYS_sync 36
|
|
|
|
/* syscall: "kill" ret: "int" args: "int" "int" */
|
|
#define sparc32_SYS_kill 37
|
|
|
|
/* 38 is compat_43 compat_sparc32_stat43 */
|
|
|
|
/* syscall: "getppid" ret: "pid_t" args: */
|
|
#define sparc32_SYS_getppid 39
|
|
|
|
/* 40 is compat_43 compat_sparc32_lstat43 */
|
|
|
|
/* syscall: "dup" ret: "int" args: "int" */
|
|
#define sparc32_SYS_dup 41
|
|
|
|
/* syscall: "pipe" ret: "int" args: */
|
|
#define sparc32_SYS_pipe 42
|
|
|
|
/* syscall: "getegid" ret: "gid_t" args: */
|
|
#define sparc32_SYS_getegid 43
|
|
|
|
/* syscall: "compat_sparc32_profil" ret: "int" args: "sparc32_caddr_t" "sparc32_size_t" "sparc32_u_long" "u_int" */
|
|
#define sparc32_SYS_compat_sparc32_profil 44
|
|
|
|
/* syscall: "compat_sparc32_ktrace" ret: "int" args: "const sparc32_charp" "int" "int" "int" */
|
|
#define sparc32_SYS_compat_sparc32_ktrace 45
|
|
|
|
/* syscall: "compat_sparc32_sigaction" ret: "int" args: "int" "const sparc32_sigactionp_t" "sparc32_sigactionp_t" */
|
|
#define sparc32_SYS_compat_sparc32_sigaction 46
|
|
|
|
/* syscall: "getgid" ret: "gid_t" args: */
|
|
#define sparc32_SYS_getgid 47
|
|
|
|
/* syscall: "sigprocmask" ret: "int" args: "int" "sigset_t" */
|
|
#define sparc32_SYS_sigprocmask 48
|
|
|
|
/* syscall: "compat_sparc32___getlogin" ret: "int" args: "sparc32_charp" "u_int" */
|
|
#define sparc32_SYS_compat_sparc32___getlogin 49
|
|
|
|
/* syscall: "compat_sparc32_setlogin" ret: "int" args: "const sparc32_charp" */
|
|
#define sparc32_SYS_compat_sparc32_setlogin 50
|
|
|
|
/* syscall: "compat_sparc32_acct" ret: "int" args: "const sparc32_charp" */
|
|
#define sparc32_SYS_compat_sparc32_acct 51
|
|
|
|
/* syscall: "sigpending" ret: "int" args: */
|
|
#define sparc32_SYS_sigpending 52
|
|
|
|
/* 53 is compat_13 compat_sparc32_sigaltstack13 */
|
|
|
|
/* syscall: "compat_sparc32_ioctl" ret: "int" args: "int" "sparc32_u_long" "..." */
|
|
#define sparc32_SYS_compat_sparc32_ioctl 54
|
|
|
|
/* syscall: "reboot" ret: "int" args: "int" */
|
|
#define sparc32_SYS_reboot 55
|
|
|
|
/* 55 is obsolete oreboot */
|
|
/* syscall: "compat_sparc32_revoke" ret: "int" args: "const sparc32_charp" */
|
|
#define sparc32_SYS_compat_sparc32_revoke 56
|
|
|
|
/* syscall: "compat_sparc32_symlink" ret: "int" args: "const sparc32_charp" "const sparc32_charp" */
|
|
#define sparc32_SYS_compat_sparc32_symlink 57
|
|
|
|
/* syscall: "compat_sparc32_readlink" ret: "int" args: "const sparc32_charp" "sparc32_charp" "sparc32_size_t" */
|
|
#define sparc32_SYS_compat_sparc32_readlink 58
|
|
|
|
/* syscall: "compat_sparc32_execve" ret: "int" args: "const sparc32_charp" "sparc32_charpp" "sparc32_charpp" */
|
|
#define sparc32_SYS_compat_sparc32_execve 59
|
|
|
|
/* syscall: "umask" ret: "mode_t" args: "mode_t" */
|
|
#define sparc32_SYS_umask 60
|
|
|
|
/* syscall: "compat_sparc32_chroot" ret: "int" args: "const sparc32_charp" */
|
|
#define sparc32_SYS_compat_sparc32_chroot 61
|
|
|
|
/* 62 is compat_43 compat_sparc32_fstat43 */
|
|
|
|
/* 63 is compat_43 compat_sparc32_ogetkerninfo */
|
|
|
|
/* 64 is compat_43 ogetpagesize */
|
|
|
|
/* 65 is compat_12 compat_sparc32_msync */
|
|
|
|
/* syscall: "vfork" ret: "int" args: */
|
|
#define sparc32_SYS_vfork 66
|
|
|
|
/* 67 is obsolete vread */
|
|
/* 68 is obsolete vwrite */
|
|
/* syscall: "sbrk" ret: "int" args: "int" */
|
|
#define sparc32_SYS_sbrk 69
|
|
|
|
/* syscall: "sstk" ret: "int" args: "int" */
|
|
#define sparc32_SYS_sstk 70
|
|
|
|
/* 71 is compat_43 compat_sparc32_ommap */
|
|
|
|
/* syscall: "vadvise" ret: "int" args: "int" */
|
|
#define sparc32_SYS_vadvise 72
|
|
|
|
/* syscall: "compat_sparc32_munmap" ret: "int" args: "sparc32_voidp" "sparc32_size_t" */
|
|
#define sparc32_SYS_compat_sparc32_munmap 73
|
|
|
|
/* syscall: "compat_sparc32_mprotect" ret: "int" args: "sparc32_voidp" "sparc32_size_t" "int" */
|
|
#define sparc32_SYS_compat_sparc32_mprotect 74
|
|
|
|
/* syscall: "compat_sparc32_madvise" ret: "int" args: "sparc32_voidp" "sparc32_size_t" "int" */
|
|
#define sparc32_SYS_compat_sparc32_madvise 75
|
|
|
|
/* 76 is obsolete vhangup */
|
|
/* 77 is obsolete vlimit */
|
|
/* syscall: "compat_sparc32_mincore" ret: "int" args: "sparc32_caddr_t" "sparc32_size_t" "sparc32_charp" */
|
|
#define sparc32_SYS_compat_sparc32_mincore 78
|
|
|
|
/* syscall: "compat_sparc32_getgroups" ret: "int" args: "int" "sparc32_gid_tp" */
|
|
#define sparc32_SYS_compat_sparc32_getgroups 79
|
|
|
|
/* syscall: "compat_sparc32_setgroups" ret: "int" args: "int" "const sparc32_gid_tp" */
|
|
#define sparc32_SYS_compat_sparc32_setgroups 80
|
|
|
|
/* syscall: "getpgrp" ret: "int" args: */
|
|
#define sparc32_SYS_getpgrp 81
|
|
|
|
/* syscall: "setpgid" ret: "int" args: "int" "int" */
|
|
#define sparc32_SYS_setpgid 82
|
|
|
|
/* syscall: "compat_sparc32_setitimer" ret: "int" args: "int" "const sparc32_itimervalp_t" "sparc32_itimervalp_t" */
|
|
#define sparc32_SYS_compat_sparc32_setitimer 83
|
|
|
|
/* 84 is compat_43 owait */
|
|
|
|
/* 85 is compat_12 compat_sparc32_oswapon */
|
|
|
|
/* syscall: "compat_sparc32_getitimer" ret: "int" args: "int" "sparc32_itimervalp_t" */
|
|
#define sparc32_SYS_compat_sparc32_getitimer 86
|
|
|
|
/* 87 is compat_43 compat_sparc32_ogethostname */
|
|
|
|
/* 88 is compat_43 compat_sparc32_osethostname */
|
|
|
|
/* 89 is compat_43 ogetdtablesize */
|
|
|
|
/* syscall: "dup2" ret: "int" args: "int" "int" */
|
|
#define sparc32_SYS_dup2 90
|
|
|
|
/* syscall: "compat_sparc32_fcntl" ret: "int" args: "int" "int" "..." */
|
|
#define sparc32_SYS_compat_sparc32_fcntl 92
|
|
|
|
/* syscall: "compat_sparc32_select" ret: "int" args: "int" "sparc32_fd_setp_t" "sparc32_fd_setp_t" "sparc32_fd_setp_t" "sparc32_timevalp_t" */
|
|
#define sparc32_SYS_compat_sparc32_select 93
|
|
|
|
/* syscall: "fsync" ret: "int" args: "int" */
|
|
#define sparc32_SYS_fsync 95
|
|
|
|
/* syscall: "setpriority" ret: "int" args: "int" "int" "int" */
|
|
#define sparc32_SYS_setpriority 96
|
|
|
|
/* syscall: "socket" ret: "int" args: "int" "int" "int" */
|
|
#define sparc32_SYS_socket 97
|
|
|
|
/* syscall: "compat_sparc32_connect" ret: "int" args: "int" "const sparc32_sockaddrp_t" "int" */
|
|
#define sparc32_SYS_compat_sparc32_connect 98
|
|
|
|
/* 99 is compat_43 compat_sparc32_oaccept */
|
|
|
|
/* syscall: "getpriority" ret: "int" args: "int" "int" */
|
|
#define sparc32_SYS_getpriority 100
|
|
|
|
/* 101 is compat_43 compat_sparc32_osend */
|
|
|
|
/* 102 is compat_43 compat_sparc32_orecv */
|
|
|
|
/* syscall: "compat_sparc32_sigreturn" ret: "int" args: "sparc32_sigcontextp_t" */
|
|
#define sparc32_SYS_compat_sparc32_sigreturn 103
|
|
|
|
/* syscall: "compat_sparc32_bind" ret: "int" args: "int" "const sparc32_sockaddrp_t" "int" */
|
|
#define sparc32_SYS_compat_sparc32_bind 104
|
|
|
|
/* syscall: "compat_sparc32_setsockopt" ret: "int" args: "int" "int" "int" "const sparc32_voidp" "int" */
|
|
#define sparc32_SYS_compat_sparc32_setsockopt 105
|
|
|
|
/* syscall: "listen" ret: "int" args: "int" "int" */
|
|
#define sparc32_SYS_listen 106
|
|
|
|
/* 107 is obsolete vtimes */
|
|
/* 108 is compat_43 compat_sparc32_osigvec */
|
|
|
|
/* syscall: "sigblock" ret: "int" args: "int" */
|
|
#define sparc32_SYS_sigblock 109
|
|
|
|
/* syscall: "sigsetmask" ret: "int" args: "int" */
|
|
#define sparc32_SYS_sigsetmask 110
|
|
|
|
/* 109 is obsolete sigblock */
|
|
/* 110 is obsolete sigsetmask */
|
|
/* syscall: "sigsuspend" ret: "int" args: "int" */
|
|
#define sparc32_SYS_sigsuspend 111
|
|
|
|
/* 112 is compat_43 compat_sparc32_osigstack */
|
|
|
|
/* 113 is compat_43 compat_sparc32_orecvmsg */
|
|
|
|
/* 114 is compat_43 compat_sparc32_osendmsg */
|
|
|
|
/* syscall: "vtrace" ret: "int" args: "int" "int" */
|
|
#define sparc32_SYS_vtrace 115
|
|
|
|
/* 115 is obsolete vtrace */
|
|
/* syscall: "compat_sparc32_gettimeofday" ret: "int" args: "sparc32_timevalp_t" "sparc32_timezonep_t" */
|
|
#define sparc32_SYS_compat_sparc32_gettimeofday 116
|
|
|
|
/* syscall: "compat_sparc32_getrusage" ret: "int" args: "int" "sparc32_rusagep_t" */
|
|
#define sparc32_SYS_compat_sparc32_getrusage 117
|
|
|
|
/* syscall: "compat_sparc32_getsockopt" ret: "int" args: "int" "int" "int" "sparc32_voidp" "sparc32_intp" */
|
|
#define sparc32_SYS_compat_sparc32_getsockopt 118
|
|
|
|
/* 119 is obsolete resuba */
|
|
/* syscall: "compat_sparc32_readv" ret: "sparc32_ssize_t" args: "int" "const sparc32_iovecp_t" "int" */
|
|
#define sparc32_SYS_compat_sparc32_readv 120
|
|
|
|
/* syscall: "compat_sparc32_writev" ret: "sparc32_ssize_t" args: "int" "const sparc32_iovecp_t" "int" */
|
|
#define sparc32_SYS_compat_sparc32_writev 121
|
|
|
|
/* syscall: "compat_sparc32_settimeofday" ret: "int" args: "const sparc32_timevalp_t" "const sparc32_timezonep_t" */
|
|
#define sparc32_SYS_compat_sparc32_settimeofday 122
|
|
|
|
/* syscall: "fchown" ret: "int" args: "int" "uid_t" "gid_t" */
|
|
#define sparc32_SYS_fchown 123
|
|
|
|
/* syscall: "fchmod" ret: "int" args: "int" "mode_t" */
|
|
#define sparc32_SYS_fchmod 124
|
|
|
|
/* 125 is compat_43 compat_sparc32_orecvfrom */
|
|
|
|
/* syscall: "setreuid" ret: "int" args: "uid_t" "uid_t" */
|
|
#define sparc32_SYS_setreuid 126
|
|
|
|
/* syscall: "setregid" ret: "int" args: "gid_t" "gid_t" */
|
|
#define sparc32_SYS_setregid 127
|
|
|
|
/* syscall: "compat_sparc32_rename" ret: "int" args: "const sparc32_charp" "const sparc32_charp" */
|
|
#define sparc32_SYS_compat_sparc32_rename 128
|
|
|
|
/* 129 is compat_43 compat_sparc32_otruncate */
|
|
|
|
/* 130 is compat_43 compat_sparc32_oftruncate */
|
|
|
|
/* syscall: "flock" ret: "int" args: "int" "int" */
|
|
#define sparc32_SYS_flock 131
|
|
|
|
/* syscall: "compat_sparc32_mkfifo" ret: "int" args: "const sparc32_charp" "mode_t" */
|
|
#define sparc32_SYS_compat_sparc32_mkfifo 132
|
|
|
|
/* syscall: "compat_sparc32_sendto" ret: "sparc32_ssize_t" args: "int" "const sparc32_voidp" "sparc32_size_t" "int" "const sparc32_sockaddrp_t" "int" */
|
|
#define sparc32_SYS_compat_sparc32_sendto 133
|
|
|
|
/* syscall: "shutdown" ret: "int" args: "int" "int" */
|
|
#define sparc32_SYS_shutdown 134
|
|
|
|
/* syscall: "compat_sparc32_socketpair" ret: "int" args: "int" "int" "int" "sparc32_intp" */
|
|
#define sparc32_SYS_compat_sparc32_socketpair 135
|
|
|
|
/* syscall: "compat_sparc32_mkdir" ret: "int" args: "const sparc32_charp" "mode_t" */
|
|
#define sparc32_SYS_compat_sparc32_mkdir 136
|
|
|
|
/* syscall: "compat_sparc32_rmdir" ret: "int" args: "const sparc32_charp" */
|
|
#define sparc32_SYS_compat_sparc32_rmdir 137
|
|
|
|
/* syscall: "compat_sparc32_utimes" ret: "int" args: "const sparc32_charp" "const sparc32_timevalp_t" */
|
|
#define sparc32_SYS_compat_sparc32_utimes 138
|
|
|
|
/* 139 is obsolete 4.2 sigreturn */
|
|
/* syscall: "compat_sparc32_adjtime" ret: "int" args: "const sparc32_timevalp_t" "sparc32_timevalp_t" */
|
|
#define sparc32_SYS_compat_sparc32_adjtime 140
|
|
|
|
/* 141 is compat_43 compat_sparc32_ogetpeername */
|
|
|
|
/* 142 is compat_43 ogethostid */
|
|
|
|
/* syscall: "sethostid" ret: "int" args: "int32_t" */
|
|
#define sparc32_SYS_sethostid 143
|
|
|
|
/* 143 is obsolete sethostid */
|
|
/* 144 is compat_43 compat_sparc32_ogetrlimit */
|
|
|
|
/* 145 is compat_43 compat_sparc32_osetrlimit */
|
|
|
|
/* syscall: "killpg" ret: "int" args: "int" "int" */
|
|
#define sparc32_SYS_killpg 146
|
|
|
|
/* 146 is obsolete killpg */
|
|
/* syscall: "setsid" ret: "int" args: */
|
|
#define sparc32_SYS_setsid 147
|
|
|
|
/* syscall: "compat_sparc32_quotactl" ret: "int" args: "const sparc32_charp" "int" "int" "sparc32_caddr_t" */
|
|
#define sparc32_SYS_compat_sparc32_quotactl 148
|
|
|
|
/* 149 is compat_43 oquota */
|
|
|
|
/* 150 is compat_43 compat_sparc32_ogetsockname */
|
|
|
|
/* syscall: "compat_sparc32_nfssvc" ret: "int" args: "int" "sparc32_voidp" */
|
|
#define sparc32_SYS_compat_sparc32_nfssvc 155
|
|
|
|
/* 156 is compat_43 compat_sparc32_ogetdirentries */
|
|
|
|
/* syscall: "compat_sparc32_statfs" ret: "int" args: "const sparc32_charp" "sparc32_statfsp_t" */
|
|
#define sparc32_SYS_compat_sparc32_statfs 157
|
|
|
|
/* syscall: "compat_sparc32_fstatfs" ret: "int" args: "int" "sparc32_statfsp_t" */
|
|
#define sparc32_SYS_compat_sparc32_fstatfs 158
|
|
|
|
/* syscall: "compat_sparc32_getfh" ret: "int" args: "const sparc32_charp" "sparc32_fhandlep_t" */
|
|
#define sparc32_SYS_compat_sparc32_getfh 161
|
|
|
|
/* 162 is compat_09 compat_sparc32_ogetdomainname */
|
|
|
|
/* 163 is compat_09 compat_sparc32_osetdomainname */
|
|
|
|
/* 164 is compat_09 compat_sparc32_uname */
|
|
|
|
/* syscall: "compat_sparc32_sysarch" ret: "int" args: "int" "sparc32_voidp" */
|
|
#define sparc32_SYS_compat_sparc32_sysarch 165
|
|
|
|
/* syscall: "osemsys" ret: "int" args: "int" "int" "int" "int" "int" */
|
|
#define sparc32_SYS_osemsys 169
|
|
|
|
/* syscall: "omsgsys" ret: "int" args: "int" "int" "int" "int" "int" "int" */
|
|
#define sparc32_SYS_omsgsys 170
|
|
|
|
/* syscall: "oshmsys" ret: "int" args: "int" "int" "int" "int" */
|
|
#define sparc32_SYS_oshmsys 171
|
|
|
|
/* syscall: "compat_sparc32_pread" ret: "sparc32_ssize_t" args: "int" "sparc32_voidp" "sparc32_size_t" "int" "off_t" */
|
|
#define sparc32_SYS_compat_sparc32_pread 173
|
|
|
|
/* syscall: "compat_sparc32_pwrite" ret: "sparc32_ssize_t" args: "int" "const sparc32_voidp" "sparc32_size_t" "int" "off_t" */
|
|
#define sparc32_SYS_compat_sparc32_pwrite 174
|
|
|
|
/* syscall: "compat_sparc32_ntp_gettime" ret: "int" args: "sparc32_ntptimevalp_t" */
|
|
#define sparc32_SYS_compat_sparc32_ntp_gettime 175
|
|
|
|
/* syscall: "compat_sparc32_ntp_adjtime" ret: "int" args: "sparc32_timexp_t" */
|
|
#define sparc32_SYS_compat_sparc32_ntp_adjtime 176
|
|
|
|
/* syscall: "setgid" ret: "int" args: "gid_t" */
|
|
#define sparc32_SYS_setgid 181
|
|
|
|
/* syscall: "setegid" ret: "int" args: "gid_t" */
|
|
#define sparc32_SYS_setegid 182
|
|
|
|
/* syscall: "seteuid" ret: "int" args: "uid_t" */
|
|
#define sparc32_SYS_seteuid 183
|
|
|
|
/* syscall: "compat_sparc32_lfs_bmapv" ret: "int" args: "sparc32_fsid_tp_t" "sparc32_block_infop_t" "int" */
|
|
#define sparc32_SYS_compat_sparc32_lfs_bmapv 184
|
|
|
|
/* syscall: "compat_sparc32_lfs_markv" ret: "int" args: "sparc32_fsid_tp_t" "sparc32_block_infop_t" "int" */
|
|
#define sparc32_SYS_compat_sparc32_lfs_markv 185
|
|
|
|
/* syscall: "compat_sparc32_lfs_segclean" ret: "int" args: "sparc32_fsid_tp_t" "sparc32_u_long" */
|
|
#define sparc32_SYS_compat_sparc32_lfs_segclean 186
|
|
|
|
/* syscall: "compat_sparc32_lfs_segwait" ret: "int" args: "sparc32_fsid_tp_t" "sparc32_timevalp_t" */
|
|
#define sparc32_SYS_compat_sparc32_lfs_segwait 187
|
|
|
|
/* 188 is compat_12 compat_sparc32_stat12 */
|
|
|
|
/* 189 is compat_12 compat_sparc32_fstat12 */
|
|
|
|
/* 190 is compat_12 compat_sparc32_lstat12 */
|
|
|
|
/* syscall: "compat_sparc32_pathconf" ret: "sparc32_long" args: "const sparc32_charp" "int" */
|
|
#define sparc32_SYS_compat_sparc32_pathconf 191
|
|
|
|
/* syscall: "compat_sparc32_fpathconf" ret: "sparc32_long" args: "int" "int" */
|
|
#define sparc32_SYS_compat_sparc32_fpathconf 192
|
|
|
|
/* syscall: "compat_sparc32_getrlimit" ret: "int" args: "int" "sparc32_rlimitp_t" */
|
|
#define sparc32_SYS_compat_sparc32_getrlimit 194
|
|
|
|
/* syscall: "compat_sparc32_setrlimit" ret: "int" args: "int" "const sparc32_rlimitp_t" */
|
|
#define sparc32_SYS_compat_sparc32_setrlimit 195
|
|
|
|
/* 196 is compat_12 compat_sparc32_getdirentries */
|
|
|
|
/* syscall: "compat_sparc32_mmap" ret: "sparc32_voidp" args: "sparc32_voidp" "sparc32_size_t" "int" "int" "int" "sparc32_long" "off_t" */
|
|
#define sparc32_SYS_compat_sparc32_mmap 197
|
|
|
|
/* syscall: "__syscall" ret: "quad_t" args: "quad_t" "..." */
|
|
#define sparc32_SYS___syscall 198
|
|
|
|
/* syscall: "lseek" ret: "off_t" args: "int" "int" "off_t" "int" */
|
|
#define sparc32_SYS_lseek 199
|
|
|
|
/* syscall: "compat_sparc32_truncate" ret: "int" args: "const sparc32_charp" "int" "off_t" */
|
|
#define sparc32_SYS_compat_sparc32_truncate 200
|
|
|
|
/* syscall: "ftruncate" ret: "int" args: "int" "int" "off_t" */
|
|
#define sparc32_SYS_ftruncate 201
|
|
|
|
/* syscall: "compat_sparc32___sysctl" ret: "int" args: "sparc32_intp" "u_int" "sparc32_voidp" "sparc32_size_tp" "sparc32_voidp" "sparc32_size_t" */
|
|
#define sparc32_SYS_compat_sparc32___sysctl 202
|
|
|
|
/* syscall: "compat_sparc32_mlock" ret: "int" args: "const sparc32_voidp" "sparc32_size_t" */
|
|
#define sparc32_SYS_compat_sparc32_mlock 203
|
|
|
|
/* syscall: "compat_sparc32_munlock" ret: "int" args: "const sparc32_voidp" "sparc32_size_t" */
|
|
#define sparc32_SYS_compat_sparc32_munlock 204
|
|
|
|
/* syscall: "compat_sparc32_undelete" ret: "int" args: "const sparc32_charp" */
|
|
#define sparc32_SYS_compat_sparc32_undelete 205
|
|
|
|
/* syscall: "compat_sparc32_futimes" ret: "int" args: "int" "const sparc32_timevalp_t" */
|
|
#define sparc32_SYS_compat_sparc32_futimes 206
|
|
|
|
/* syscall: "getpgid" ret: "int" args: "pid_t" */
|
|
#define sparc32_SYS_getpgid 207
|
|
|
|
/* syscall: "compat_sparc32_reboot" ret: "int" args: "int" "sparc32_charp" */
|
|
#define sparc32_SYS_compat_sparc32_reboot 208
|
|
|
|
/* syscall: "compat_sparc32_poll" ret: "int" args: "sparc32_pollfdp_t" "u_int" "int" */
|
|
#define sparc32_SYS_compat_sparc32_poll 209
|
|
|
|
/* syscall: "compat_sparc32___semctl" ret: "int" args: "int" "int" "int" "sparc32_semunu_t" */
|
|
#define sparc32_SYS_compat_sparc32___semctl 220
|
|
|
|
/* syscall: "compat_sparc32_semget" ret: "int" args: "sparc32_key_t" "int" "int" */
|
|
#define sparc32_SYS_compat_sparc32_semget 221
|
|
|
|
/* syscall: "compat_sparc32_semop" ret: "int" args: "int" "sparc32_sembufp_t" "sparc32_size_t" */
|
|
#define sparc32_SYS_compat_sparc32_semop 222
|
|
|
|
/* syscall: "semconfig" ret: "int" args: "int" */
|
|
#define sparc32_SYS_semconfig 223
|
|
|
|
/* syscall: "compat_sparc32_msgctl" ret: "int" args: "int" "int" "sparc32_msqid_dsp_t" */
|
|
#define sparc32_SYS_compat_sparc32_msgctl 224
|
|
|
|
/* syscall: "compat_sparc32_msgget" ret: "int" args: "sparc32_key_t" "int" */
|
|
#define sparc32_SYS_compat_sparc32_msgget 225
|
|
|
|
/* syscall: "compat_sparc32_msgsnd" ret: "int" args: "int" "const sparc32_voidp" "sparc32_size_t" "int" */
|
|
#define sparc32_SYS_compat_sparc32_msgsnd 226
|
|
|
|
/* syscall: "compat_sparc32_msgrcv" ret: "sparc32_ssize_t" args: "int" "sparc32_voidp" "sparc32_size_t" "sparc32_long" "int" */
|
|
#define sparc32_SYS_compat_sparc32_msgrcv 227
|
|
|
|
/* syscall: "compat_sparc32_shmat" ret: "sparc32_voidp" args: "int" "const sparc32_voidp" "int" */
|
|
#define sparc32_SYS_compat_sparc32_shmat 228
|
|
|
|
/* syscall: "compat_sparc32_shmctl" ret: "int" args: "int" "int" "sparc32_shmid_dsp_t" */
|
|
#define sparc32_SYS_compat_sparc32_shmctl 229
|
|
|
|
/* syscall: "compat_sparc32_shmdt" ret: "int" args: "const sparc32_voidp" */
|
|
#define sparc32_SYS_compat_sparc32_shmdt 230
|
|
|
|
/* syscall: "compat_sparc32_shmget" ret: "int" args: "sparc32_key_t" "sparc32_size_t" "int" */
|
|
#define sparc32_SYS_compat_sparc32_shmget 231
|
|
|
|
/* syscall: "compat_sparc32_clock_gettime" ret: "int" args: "sparc32_clockid_t" "sparc32_timespecp_t" */
|
|
#define sparc32_SYS_compat_sparc32_clock_gettime 232
|
|
|
|
/* syscall: "compat_sparc32_clock_settime" ret: "int" args: "sparc32_clockid_t" "const sparc32_timespecp_t" */
|
|
#define sparc32_SYS_compat_sparc32_clock_settime 233
|
|
|
|
/* syscall: "compat_sparc32_clock_getres" ret: "int" args: "sparc32_clockid_t" "sparc32_timespecp_t" */
|
|
#define sparc32_SYS_compat_sparc32_clock_getres 234
|
|
|
|
/* syscall: "compat_sparc32_nanosleep" ret: "int" args: "const sparc32_timespecp_t" "sparc32_timespecp_t" */
|
|
#define sparc32_SYS_compat_sparc32_nanosleep 240
|
|
|
|
/* syscall: "fdatasync" ret: "int" args: "int" */
|
|
#define sparc32_SYS_fdatasync 241
|
|
|
|
/* syscall: "compat_sparc32___posix_rename" ret: "int" args: "const sparc32_charp" "const sparc32_charp" */
|
|
#define sparc32_SYS_compat_sparc32___posix_rename 270
|
|
|
|
/* syscall: "compat_sparc32_swapctl" ret: "int" args: "int" "const sparc32_voidp" "int" */
|
|
#define sparc32_SYS_compat_sparc32_swapctl 271
|
|
|
|
/* syscall: "compat_sparc32_getdents" ret: "int" args: "int" "sparc32_charp" "sparc32_size_t" */
|
|
#define sparc32_SYS_compat_sparc32_getdents 272
|
|
|
|
/* syscall: "compat_sparc32_minherit" ret: "int" args: "sparc32_voidp" "sparc32_size_t" "int" */
|
|
#define sparc32_SYS_compat_sparc32_minherit 273
|
|
|
|
/* syscall: "compat_sparc32_lchmod" ret: "int" args: "const sparc32_charp" "mode_t" */
|
|
#define sparc32_SYS_compat_sparc32_lchmod 274
|
|
|
|
/* syscall: "compat_sparc32_lchown" ret: "int" args: "const sparc32_charp" "uid_t" "gid_t" */
|
|
#define sparc32_SYS_compat_sparc32_lchown 275
|
|
|
|
/* syscall: "compat_sparc32_lutimes" ret: "int" args: "const sparc32_charp" "const sparc32_timevalp_t" */
|
|
#define sparc32_SYS_compat_sparc32_lutimes 276
|
|
|
|
/* syscall: "compat_sparc32___msync13" ret: "int" args: "sparc32_voidp" "sparc32_size_t" "int" */
|
|
#define sparc32_SYS_compat_sparc32___msync13 277
|
|
|
|
/* syscall: "compat_sparc32___stat13" ret: "int" args: "const sparc32_charp" "sparc32_statp_t" */
|
|
#define sparc32_SYS_compat_sparc32___stat13 278
|
|
|
|
/* syscall: "compat_sparc32___fstat13" ret: "int" args: "int" "sparc32_statp_t" */
|
|
#define sparc32_SYS_compat_sparc32___fstat13 279
|
|
|
|
/* syscall: "compat_sparc32___lstat13" ret: "int" args: "const sparc32_charp" "sparc32_statp_t" */
|
|
#define sparc32_SYS_compat_sparc32___lstat13 280
|
|
|
|
/* syscall: "compat_sparc32___sigaltstack14" ret: "int" args: "const sparc32_sigaltstackp_t" "sparc32_sigaltstackp_t" */
|
|
#define sparc32_SYS_compat_sparc32___sigaltstack14 281
|
|
|
|
/* syscall: "__vfork14" ret: "int" args: */
|
|
#define sparc32_SYS___vfork14 282
|
|
|
|
/* syscall: "compat_sparc32___posix_chown" ret: "int" args: "const sparc32_charp" "uid_t" "gid_t" */
|
|
#define sparc32_SYS_compat_sparc32___posix_chown 283
|
|
|
|
/* syscall: "__posix_fchown" ret: "int" args: "int" "uid_t" "gid_t" */
|
|
#define sparc32_SYS___posix_fchown 284
|
|
|
|
/* syscall: "compat_sparc32___posix_lchown" ret: "int" args: "const sparc32_charp" "uid_t" "gid_t" */
|
|
#define sparc32_SYS_compat_sparc32___posix_lchown 285
|
|
|
|
/* syscall: "getsid" ret: "pid_t" args: "pid_t" */
|
|
#define sparc32_SYS_getsid 286
|
|
|
|
/* syscall: "fktrace" ret: "int" args: "const int" "int" "int" "int" */
|
|
#define sparc32_SYS_fktrace 288
|
|
|
|
/* syscall: "compat_sparc32_preadv" ret: "sparc32_ssize_t" args: "int" "const sparc32_iovecp_t" "int" "int" "off_t" */
|
|
#define sparc32_SYS_compat_sparc32_preadv 289
|
|
|
|
/* syscall: "compat_sparc32_pwritev" ret: "sparc32_ssize_t" args: "int" "const sparc32_iovecp_t" "int" "int" "off_t" */
|
|
#define sparc32_SYS_compat_sparc32_pwritev 290
|
|
|
|
#define sparc32_SYS_MAXSYSCALL 291
|