1 1.51 mrg /* $NetBSD: ultrix_syscall.h,v 1.51 2006/06/26 21:30:50 mrg Exp $ */ 2 1.26 thorpej 3 1.1 glass /* 4 1.1 glass * System call numbers. 5 1.1 glass * 6 1.1 glass * DO NOT EDIT-- this file is automatically generated. 7 1.51 mrg * created from NetBSD: syscalls.master,v 1.41 2006/06/26 21:23:58 mrg Exp 8 1.1 glass */ 9 1.1 glass 10 1.51 mrg #ifndef _ULTRIX_SYS_SYSCALL_H_ 11 1.51 mrg #define _ULTRIX_SYS_SYSCALL_H_ 12 1.51 mrg 13 1.18 thorpej /* syscall: "syscall" ret: "int" args: */ 14 1.1 glass #define ULTRIX_SYS_syscall 0 15 1.18 thorpej 16 1.18 thorpej /* syscall: "exit" ret: "int" args: "int" */ 17 1.1 glass #define ULTRIX_SYS_exit 1 18 1.18 thorpej 19 1.18 thorpej /* syscall: "fork" ret: "int" args: */ 20 1.1 glass #define ULTRIX_SYS_fork 2 21 1.18 thorpej 22 1.18 thorpej /* syscall: "read" ret: "int" args: "int" "char *" "u_int" */ 23 1.1 glass #define ULTRIX_SYS_read 3 24 1.18 thorpej 25 1.18 thorpej /* syscall: "write" ret: "int" args: "int" "char *" "u_int" */ 26 1.1 glass #define ULTRIX_SYS_write 4 27 1.18 thorpej 28 1.36 christos /* syscall: "open" ret: "int" args: "const char *" "int" "int" */ 29 1.12 mycroft #define ULTRIX_SYS_open 5 30 1.18 thorpej 31 1.18 thorpej /* syscall: "close" ret: "int" args: "int" */ 32 1.1 glass #define ULTRIX_SYS_close 6 33 1.18 thorpej 34 1.18 thorpej /* syscall: "owait" ret: "int" args: */ 35 1.14 jonathan #define ULTRIX_SYS_owait 7 36 1.18 thorpej 37 1.36 christos /* syscall: "creat" ret: "int" args: "const char *" "int" */ 38 1.12 mycroft #define ULTRIX_SYS_creat 8 39 1.18 thorpej 40 1.18 thorpej /* syscall: "link" ret: "int" args: "char *" "char *" */ 41 1.1 glass #define ULTRIX_SYS_link 9 42 1.18 thorpej 43 1.18 thorpej /* syscall: "unlink" ret: "int" args: "char *" */ 44 1.1 glass #define ULTRIX_SYS_unlink 10 45 1.18 thorpej 46 1.36 christos /* syscall: "execv" ret: "int" args: "const char *" "char **" */ 47 1.12 mycroft #define ULTRIX_SYS_execv 11 48 1.18 thorpej 49 1.18 thorpej /* syscall: "chdir" ret: "int" args: "char *" */ 50 1.1 glass #define ULTRIX_SYS_chdir 12 51 1.18 thorpej 52 1.12 mycroft /* 13 is obsolete time */ 53 1.36 christos /* syscall: "mknod" ret: "int" args: "const char *" "int" "int" */ 54 1.12 mycroft #define ULTRIX_SYS_mknod 14 55 1.18 thorpej 56 1.18 thorpej /* syscall: "chmod" ret: "int" args: "char *" "int" */ 57 1.1 glass #define ULTRIX_SYS_chmod 15 58 1.18 thorpej 59 1.28 kleink /* syscall: "__posix_chown" ret: "int" args: "char *" "int" "int" */ 60 1.28 kleink #define ULTRIX_SYS___posix_chown 16 61 1.18 thorpej 62 1.18 thorpej /* syscall: "break" ret: "int" args: "char *" */ 63 1.1 glass #define ULTRIX_SYS_break 17 64 1.18 thorpej 65 1.12 mycroft /* 18 is obsolete stat */ 66 1.18 thorpej /* syscall: "lseek" ret: "long" args: "int" "long" "int" */ 67 1.12 mycroft #define ULTRIX_SYS_lseek 19 68 1.18 thorpej 69 1.18 thorpej /* syscall: "getpid" ret: "pid_t" args: */ 70 1.1 glass #define ULTRIX_SYS_getpid 20 71 1.18 thorpej 72 1.18 thorpej /* syscall: "mount" ret: "int" args: "char *" "char *" "int" "int" "caddr_t" */ 73 1.14 jonathan #define ULTRIX_SYS_mount 21 74 1.18 thorpej 75 1.12 mycroft /* 22 is obsolete sysV_unmount */ 76 1.18 thorpej /* syscall: "setuid" ret: "int" args: "uid_t" */ 77 1.6 dean #define ULTRIX_SYS_setuid 23 78 1.18 thorpej 79 1.18 thorpej /* syscall: "getuid" ret: "uid_t" args: */ 80 1.1 glass #define ULTRIX_SYS_getuid 24 81 1.18 thorpej 82 1.6 dean /* 25 is obsolete v7 stime */ 83 1.6 dean /* 26 is obsolete v7 ptrace */ 84 1.6 dean /* 27 is obsolete v7 alarm */ 85 1.6 dean /* 28 is obsolete v7 fstat */ 86 1.6 dean /* 29 is obsolete v7 pause */ 87 1.6 dean /* 30 is obsolete v7 utime */ 88 1.6 dean /* 31 is obsolete v7 stty */ 89 1.6 dean /* 32 is obsolete v7 gtty */ 90 1.36 christos /* syscall: "access" ret: "int" args: "const char *" "int" */ 91 1.1 glass #define ULTRIX_SYS_access 33 92 1.18 thorpej 93 1.6 dean /* 34 is obsolete v7 nice */ 94 1.6 dean /* 35 is obsolete v7 ftime */ 95 1.18 thorpej /* syscall: "sync" ret: "int" args: */ 96 1.1 glass #define ULTRIX_SYS_sync 36 97 1.18 thorpej 98 1.18 thorpej /* syscall: "kill" ret: "int" args: "int" "int" */ 99 1.1 glass #define ULTRIX_SYS_kill 37 100 1.18 thorpej 101 1.36 christos /* syscall: "stat43" ret: "int" args: "const char *" "struct stat43 *" */ 102 1.23 christos #define ULTRIX_SYS_stat43 38 103 1.18 thorpej 104 1.6 dean /* 39 is obsolete v7 setpgrp */ 105 1.36 christos /* syscall: "lstat43" ret: "int" args: "const char *" "struct stat43 *" */ 106 1.23 christos #define ULTRIX_SYS_lstat43 40 107 1.18 thorpej 108 1.18 thorpej /* syscall: "dup" ret: "int" args: "u_int" */ 109 1.1 glass #define ULTRIX_SYS_dup 41 110 1.18 thorpej 111 1.18 thorpej /* syscall: "pipe" ret: "int" args: */ 112 1.1 glass #define ULTRIX_SYS_pipe 42 113 1.18 thorpej 114 1.6 dean /* 43 is obsolete v7 times */ 115 1.18 thorpej /* syscall: "profil" ret: "int" args: "caddr_t" "u_int" "u_int" "u_int" */ 116 1.1 glass #define ULTRIX_SYS_profil 44 117 1.18 thorpej 118 1.6 dean /* 46 is obsolete v7 setgid */ 119 1.18 thorpej /* syscall: "getgid" ret: "gid_t" args: */ 120 1.1 glass #define ULTRIX_SYS_getgid 47 121 1.18 thorpej 122 1.18 thorpej /* syscall: "acct" ret: "int" args: "char *" */ 123 1.1 glass #define ULTRIX_SYS_acct 51 124 1.18 thorpej 125 1.18 thorpej /* syscall: "ioctl" ret: "int" args: "int" "u_long" "caddr_t" */ 126 1.8 christos #define ULTRIX_SYS_ioctl 54 127 1.18 thorpej 128 1.18 thorpej /* syscall: "reboot" ret: "int" args: "int" */ 129 1.1 glass #define ULTRIX_SYS_reboot 55 130 1.18 thorpej 131 1.18 thorpej /* syscall: "symlink" ret: "int" args: "char *" "char *" */ 132 1.1 glass #define ULTRIX_SYS_symlink 57 133 1.18 thorpej 134 1.18 thorpej /* syscall: "readlink" ret: "int" args: "char *" "char *" "int" */ 135 1.1 glass #define ULTRIX_SYS_readlink 58 136 1.18 thorpej 137 1.36 christos /* syscall: "execve" ret: "int" args: "const char *" "char **" "char **" */ 138 1.1 glass #define ULTRIX_SYS_execve 59 139 1.18 thorpej 140 1.18 thorpej /* syscall: "umask" ret: "int" args: "int" */ 141 1.1 glass #define ULTRIX_SYS_umask 60 142 1.18 thorpej 143 1.18 thorpej /* syscall: "chroot" ret: "int" args: "char *" */ 144 1.1 glass #define ULTRIX_SYS_chroot 61 145 1.18 thorpej 146 1.23 christos /* syscall: "fstat" ret: "int" args: "int" "struct stat43 *" */ 147 1.12 mycroft #define ULTRIX_SYS_fstat 62 148 1.18 thorpej 149 1.18 thorpej /* syscall: "getpagesize" ret: "int" args: */ 150 1.12 mycroft #define ULTRIX_SYS_getpagesize 64 151 1.18 thorpej 152 1.18 thorpej /* syscall: "vfork" ret: "int" args: */ 153 1.1 glass #define ULTRIX_SYS_vfork 66 154 1.18 thorpej 155 1.1 glass /* 67 is obsolete vread */ 156 1.1 glass /* 68 is obsolete vwrite */ 157 1.37 kleink /* syscall: "sbrk" ret: "int" args: "intptr_t" */ 158 1.1 glass #define ULTRIX_SYS_sbrk 69 159 1.18 thorpej 160 1.18 thorpej /* syscall: "sstk" ret: "int" args: "int" */ 161 1.1 glass #define ULTRIX_SYS_sstk 70 162 1.18 thorpej 163 1.18 thorpej /* syscall: "mmap" ret: "int" args: "caddr_t" "size_t" "int" "u_int" "int" "long" */ 164 1.12 mycroft #define ULTRIX_SYS_mmap 71 165 1.18 thorpej 166 1.18 thorpej /* syscall: "vadvise" ret: "int" args: "int" */ 167 1.1 glass #define ULTRIX_SYS_vadvise 72 168 1.18 thorpej 169 1.18 thorpej /* syscall: "munmap" ret: "int" args: "caddr_t" "size_t" */ 170 1.1 glass #define ULTRIX_SYS_munmap 73 171 1.18 thorpej 172 1.18 thorpej /* syscall: "mprotect" ret: "int" args: "caddr_t" "size_t" "int" */ 173 1.1 glass #define ULTRIX_SYS_mprotect 74 174 1.18 thorpej 175 1.18 thorpej /* syscall: "madvise" ret: "int" args: "caddr_t" "size_t" "int" */ 176 1.1 glass #define ULTRIX_SYS_madvise 75 177 1.18 thorpej 178 1.18 thorpej /* syscall: "vhangup" ret: "int" args: */ 179 1.12 mycroft #define ULTRIX_SYS_vhangup 76 180 1.18 thorpej 181 1.18 thorpej /* syscall: "mincore" ret: "int" args: "caddr_t" "int" "char *" */ 182 1.1 glass #define ULTRIX_SYS_mincore 78 183 1.18 thorpej 184 1.18 thorpej /* syscall: "getgroups" ret: "int" args: "u_int" "gid_t *" */ 185 1.1 glass #define ULTRIX_SYS_getgroups 79 186 1.18 thorpej 187 1.18 thorpej /* syscall: "setgroups" ret: "int" args: "u_int" "gid_t *" */ 188 1.1 glass #define ULTRIX_SYS_setgroups 80 189 1.18 thorpej 190 1.18 thorpej /* syscall: "getpgrp" ret: "int" args: */ 191 1.1 glass #define ULTRIX_SYS_getpgrp 81 192 1.18 thorpej 193 1.18 thorpej /* syscall: "setpgrp" ret: "int" args: "int" "int" */ 194 1.12 mycroft #define ULTRIX_SYS_setpgrp 82 195 1.18 thorpej 196 1.18 thorpej /* syscall: "setitimer" ret: "int" args: "u_int" "struct itimerval *" "struct itimerval *" */ 197 1.1 glass #define ULTRIX_SYS_setitimer 83 198 1.18 thorpej 199 1.18 thorpej /* syscall: "wait3" ret: "int" args: "int *" "int" "struct rusage *" */ 200 1.12 mycroft #define ULTRIX_SYS_wait3 84 201 1.18 thorpej 202 1.18 thorpej /* syscall: "swapon" ret: "int" args: "char *" */ 203 1.1 glass #define ULTRIX_SYS_swapon 85 204 1.18 thorpej 205 1.18 thorpej /* syscall: "getitimer" ret: "int" args: "u_int" "struct itimerval *" */ 206 1.1 glass #define ULTRIX_SYS_getitimer 86 207 1.18 thorpej 208 1.18 thorpej /* syscall: "gethostname" ret: "int" args: "char *" "u_int" */ 209 1.12 mycroft #define ULTRIX_SYS_gethostname 87 210 1.18 thorpej 211 1.18 thorpej /* syscall: "sethostname" ret: "int" args: "char *" "u_int" */ 212 1.12 mycroft #define ULTRIX_SYS_sethostname 88 213 1.18 thorpej 214 1.18 thorpej /* syscall: "getdtablesize" ret: "int" args: */ 215 1.12 mycroft #define ULTRIX_SYS_getdtablesize 89 216 1.18 thorpej 217 1.18 thorpej /* syscall: "dup2" ret: "int" args: "u_int" "u_int" */ 218 1.1 glass #define ULTRIX_SYS_dup2 90 219 1.18 thorpej 220 1.18 thorpej /* syscall: "fcntl" ret: "int" args: "int" "int" "void *" */ 221 1.1 glass #define ULTRIX_SYS_fcntl 92 222 1.18 thorpej 223 1.18 thorpej /* syscall: "select" ret: "int" args: "u_int" "fd_set *" "fd_set *" "fd_set *" "struct timeval *" */ 224 1.1 glass #define ULTRIX_SYS_select 93 225 1.18 thorpej 226 1.18 thorpej /* syscall: "fsync" ret: "int" args: "int" */ 227 1.1 glass #define ULTRIX_SYS_fsync 95 228 1.18 thorpej 229 1.18 thorpej /* syscall: "setpriority" ret: "int" args: "int" "int" "int" */ 230 1.1 glass #define ULTRIX_SYS_setpriority 96 231 1.18 thorpej 232 1.18 thorpej /* syscall: "socket" ret: "int" args: "int" "int" "int" */ 233 1.1 glass #define ULTRIX_SYS_socket 97 234 1.18 thorpej 235 1.18 thorpej /* syscall: "connect" ret: "int" args: "int" "caddr_t" "int" */ 236 1.1 glass #define ULTRIX_SYS_connect 98 237 1.18 thorpej 238 1.18 thorpej /* syscall: "accept" ret: "int" args: "int" "caddr_t" "int *" */ 239 1.12 mycroft #define ULTRIX_SYS_accept 99 240 1.18 thorpej 241 1.18 thorpej /* syscall: "getpriority" ret: "int" args: "int" "int" */ 242 1.1 glass #define ULTRIX_SYS_getpriority 100 243 1.18 thorpej 244 1.18 thorpej /* syscall: "send" ret: "int" args: "int" "caddr_t" "int" "int" */ 245 1.12 mycroft #define ULTRIX_SYS_send 101 246 1.18 thorpej 247 1.18 thorpej /* syscall: "recv" ret: "int" args: "int" "caddr_t" "int" "int" */ 248 1.12 mycroft #define ULTRIX_SYS_recv 102 249 1.18 thorpej 250 1.18 thorpej /* syscall: "sigreturn" ret: "int" args: "struct sigcontext *" */ 251 1.7 dean #define ULTRIX_SYS_sigreturn 103 252 1.18 thorpej 253 1.18 thorpej /* syscall: "bind" ret: "int" args: "int" "caddr_t" "int" */ 254 1.1 glass #define ULTRIX_SYS_bind 104 255 1.18 thorpej 256 1.18 thorpej /* syscall: "setsockopt" ret: "int" args: "int" "int" "int" "caddr_t" "int" */ 257 1.12 mycroft #define ULTRIX_SYS_setsockopt 105 258 1.18 thorpej 259 1.18 thorpej /* syscall: "listen" ret: "int" args: "int" "int" */ 260 1.1 glass #define ULTRIX_SYS_listen 106 261 1.18 thorpej 262 1.18 thorpej /* syscall: "sigvec" ret: "int" args: "int" "struct sigvec *" "struct sigvec *" */ 263 1.12 mycroft #define ULTRIX_SYS_sigvec 108 264 1.18 thorpej 265 1.18 thorpej /* syscall: "sigblock" ret: "int" args: "int" */ 266 1.12 mycroft #define ULTRIX_SYS_sigblock 109 267 1.18 thorpej 268 1.18 thorpej /* syscall: "sigsetmask" ret: "int" args: "int" */ 269 1.12 mycroft #define ULTRIX_SYS_sigsetmask 110 270 1.18 thorpej 271 1.18 thorpej /* syscall: "sigsuspend" ret: "int" args: "int" */ 272 1.1 glass #define ULTRIX_SYS_sigsuspend 111 273 1.18 thorpej 274 1.18 thorpej /* syscall: "sigstack" ret: "int" args: "struct sigstack *" "struct sigstack *" */ 275 1.12 mycroft #define ULTRIX_SYS_sigstack 112 276 1.18 thorpej 277 1.18 thorpej /* syscall: "recvmsg" ret: "int" args: "int" "struct omsghdr *" "int" */ 278 1.12 mycroft #define ULTRIX_SYS_recvmsg 113 279 1.18 thorpej 280 1.18 thorpej /* syscall: "sendmsg" ret: "int" args: "int" "caddr_t" "int" */ 281 1.12 mycroft #define ULTRIX_SYS_sendmsg 114 282 1.18 thorpej 283 1.1 glass /* 115 is obsolete vtrace */ 284 1.18 thorpej /* syscall: "gettimeofday" ret: "int" args: "struct timeval *" "struct timezone *" */ 285 1.1 glass #define ULTRIX_SYS_gettimeofday 116 286 1.18 thorpej 287 1.18 thorpej /* syscall: "getrusage" ret: "int" args: "int" "struct rusage *" */ 288 1.1 glass #define ULTRIX_SYS_getrusage 117 289 1.18 thorpej 290 1.18 thorpej /* syscall: "getsockopt" ret: "int" args: "int" "int" "int" "caddr_t" "int *" */ 291 1.1 glass #define ULTRIX_SYS_getsockopt 118 292 1.18 thorpej 293 1.18 thorpej /* syscall: "readv" ret: "int" args: "int" "struct iovec *" "u_int" */ 294 1.1 glass #define ULTRIX_SYS_readv 120 295 1.18 thorpej 296 1.18 thorpej /* syscall: "writev" ret: "int" args: "int" "struct iovec *" "u_int" */ 297 1.1 glass #define ULTRIX_SYS_writev 121 298 1.18 thorpej 299 1.18 thorpej /* syscall: "settimeofday" ret: "int" args: "struct timeval *" "struct timezone *" */ 300 1.1 glass #define ULTRIX_SYS_settimeofday 122 301 1.18 thorpej 302 1.28 kleink /* syscall: "__posix_fchown" ret: "int" args: "int" "int" "int" */ 303 1.28 kleink #define ULTRIX_SYS___posix_fchown 123 304 1.18 thorpej 305 1.18 thorpej /* syscall: "fchmod" ret: "int" args: "int" "int" */ 306 1.1 glass #define ULTRIX_SYS_fchmod 124 307 1.18 thorpej 308 1.18 thorpej /* syscall: "recvfrom" ret: "int" args: "int" "caddr_t" "size_t" "int" "caddr_t" "int *" */ 309 1.12 mycroft #define ULTRIX_SYS_recvfrom 125 310 1.18 thorpej 311 1.18 thorpej /* syscall: "setreuid" ret: "int" args: "int" "int" */ 312 1.12 mycroft #define ULTRIX_SYS_setreuid 126 313 1.18 thorpej 314 1.18 thorpej /* syscall: "setregid" ret: "int" args: "int" "int" */ 315 1.12 mycroft #define ULTRIX_SYS_setregid 127 316 1.18 thorpej 317 1.18 thorpej /* syscall: "rename" ret: "int" args: "char *" "char *" */ 318 1.1 glass #define ULTRIX_SYS_rename 128 319 1.18 thorpej 320 1.18 thorpej /* syscall: "truncate" ret: "int" args: "char *" "long" */ 321 1.12 mycroft #define ULTRIX_SYS_truncate 129 322 1.18 thorpej 323 1.18 thorpej /* syscall: "ftruncate" ret: "int" args: "int" "long" */ 324 1.12 mycroft #define ULTRIX_SYS_ftruncate 130 325 1.18 thorpej 326 1.18 thorpej /* syscall: "flock" ret: "int" args: "int" "int" */ 327 1.1 glass #define ULTRIX_SYS_flock 131 328 1.18 thorpej 329 1.18 thorpej /* syscall: "sendto" ret: "int" args: "int" "caddr_t" "size_t" "int" "caddr_t" "int" */ 330 1.1 glass #define ULTRIX_SYS_sendto 133 331 1.18 thorpej 332 1.18 thorpej /* syscall: "shutdown" ret: "int" args: "int" "int" */ 333 1.1 glass #define ULTRIX_SYS_shutdown 134 334 1.18 thorpej 335 1.18 thorpej /* syscall: "socketpair" ret: "int" args: "int" "int" "int" "int *" */ 336 1.1 glass #define ULTRIX_SYS_socketpair 135 337 1.18 thorpej 338 1.18 thorpej /* syscall: "mkdir" ret: "int" args: "char *" "int" */ 339 1.1 glass #define ULTRIX_SYS_mkdir 136 340 1.18 thorpej 341 1.18 thorpej /* syscall: "rmdir" ret: "int" args: "char *" */ 342 1.1 glass #define ULTRIX_SYS_rmdir 137 343 1.18 thorpej 344 1.18 thorpej /* syscall: "utimes" ret: "int" args: "char *" "struct timeval *" */ 345 1.1 glass #define ULTRIX_SYS_utimes 138 346 1.18 thorpej 347 1.18 thorpej /* syscall: "sigcleanup" ret: "int" args: "struct sigcontext *" */ 348 1.12 mycroft #define ULTRIX_SYS_sigcleanup 139 349 1.18 thorpej 350 1.18 thorpej /* syscall: "adjtime" ret: "int" args: "struct timeval *" "struct timeval *" */ 351 1.1 glass #define ULTRIX_SYS_adjtime 140 352 1.18 thorpej 353 1.18 thorpej /* syscall: "getpeername" ret: "int" args: "int" "caddr_t" "int *" */ 354 1.12 mycroft #define ULTRIX_SYS_getpeername 141 355 1.18 thorpej 356 1.18 thorpej /* syscall: "gethostid" ret: "int" args: */ 357 1.12 mycroft #define ULTRIX_SYS_gethostid 142 358 1.18 thorpej 359 1.18 thorpej /* syscall: "getrlimit" ret: "int" args: "u_int" "struct orlimit *" */ 360 1.12 mycroft #define ULTRIX_SYS_getrlimit 144 361 1.18 thorpej 362 1.18 thorpej /* syscall: "setrlimit" ret: "int" args: "u_int" "struct orlimit *" */ 363 1.12 mycroft #define ULTRIX_SYS_setrlimit 145 364 1.18 thorpej 365 1.18 thorpej /* syscall: "killpg" ret: "int" args: "int" "int" */ 366 1.12 mycroft #define ULTRIX_SYS_killpg 146 367 1.18 thorpej 368 1.18 thorpej /* syscall: "getsockname" ret: "int" args: "int" "caddr_t" "int *" */ 369 1.12 mycroft #define ULTRIX_SYS_getsockname 150 370 1.18 thorpej 371 1.48 perry #ifdef __mips 372 1.21 jonathan /* syscall: "cacheflush" ret: "int" args: "char *" "int" "int" */ 373 1.21 jonathan #define ULTRIX_SYS_cacheflush 152 374 1.21 jonathan 375 1.21 jonathan /* syscall: "cachectl" ret: "int" args: "char *" "int" "int" */ 376 1.21 jonathan #define ULTRIX_SYS_cachectl 153 377 1.21 jonathan 378 1.48 perry #else /* !mips */ 379 1.48 perry #endif /* !mips */ 380 1.48 perry #ifdef NFSSERVER 381 1.18 thorpej /* syscall: "nfssvc" ret: "int" args: "int" */ 382 1.12 mycroft #define ULTRIX_SYS_nfssvc 158 383 1.18 thorpej 384 1.48 perry #else 385 1.48 perry #endif 386 1.18 thorpej /* syscall: "getdirentries" ret: "int" args: "int" "char *" "u_int" "long *" */ 387 1.12 mycroft #define ULTRIX_SYS_getdirentries 159 388 1.18 thorpej 389 1.36 christos /* syscall: "statfs" ret: "int" args: "const char *" "struct ultrix_statfs *" */ 390 1.12 mycroft #define ULTRIX_SYS_statfs 160 391 1.18 thorpej 392 1.18 thorpej /* syscall: "fstatfs" ret: "int" args: "int" "struct ultrix_statfs *" */ 393 1.12 mycroft #define ULTRIX_SYS_fstatfs 161 394 1.18 thorpej 395 1.48 perry #ifdef NFS 396 1.18 thorpej /* syscall: "async_daemon" ret: "int" args: */ 397 1.1 glass #define ULTRIX_SYS_async_daemon 163 398 1.18 thorpej 399 1.18 thorpej /* syscall: "getfh" ret: "int" args: "char *" "fhandle_t *" */ 400 1.1 glass #define ULTRIX_SYS_getfh 164 401 1.18 thorpej 402 1.48 perry #else 403 1.48 perry #endif 404 1.18 thorpej /* syscall: "getdomainname" ret: "int" args: "char *" "int" */ 405 1.12 mycroft #define ULTRIX_SYS_getdomainname 165 406 1.18 thorpej 407 1.18 thorpej /* syscall: "setdomainname" ret: "int" args: "char *" "int" */ 408 1.12 mycroft #define ULTRIX_SYS_setdomainname 166 409 1.18 thorpej 410 1.18 thorpej /* syscall: "quotactl" ret: "int" args: "int" "char *" "int" "caddr_t" */ 411 1.12 mycroft #define ULTRIX_SYS_quotactl 168 412 1.18 thorpej 413 1.18 thorpej /* syscall: "exportfs" ret: "int" args: "char *" "char *" */ 414 1.12 mycroft #define ULTRIX_SYS_exportfs 169 415 1.18 thorpej 416 1.18 thorpej /* syscall: "uname" ret: "int" args: "struct ultrix_utsname *" */ 417 1.12 mycroft #define ULTRIX_SYS_uname 179 418 1.18 thorpej 419 1.20 jonathan /* syscall: "shmsys" ret: "int" args: "u_int" "u_int" "u_int" "u_int" */ 420 1.20 jonathan #define ULTRIX_SYS_shmsys 180 421 1.20 jonathan 422 1.18 thorpej /* syscall: "ustat" ret: "int" args: "int" "struct ultrix_ustat *" */ 423 1.12 mycroft #define ULTRIX_SYS_ustat 183 424 1.18 thorpej 425 1.18 thorpej /* syscall: "getmnt" ret: "int" args: "int *" "struct ultrix_fs_data *" "int" "int" "char *" */ 426 1.13 jonathan #define ULTRIX_SYS_getmnt 184 427 1.18 thorpej 428 1.18 thorpej /* syscall: "sigpending" ret: "int" args: "int *" */ 429 1.12 mycroft #define ULTRIX_SYS_sigpending 187 430 1.18 thorpej 431 1.18 thorpej /* syscall: "setsid" ret: "int" args: */ 432 1.1 glass #define ULTRIX_SYS_setsid 188 433 1.18 thorpej 434 1.18 thorpej /* syscall: "waitpid" ret: "int" args: "int" "int *" "int" */ 435 1.12 mycroft #define ULTRIX_SYS_waitpid 189 436 1.18 thorpej 437 1.18 thorpej /* syscall: "getsysinfo" ret: "int" args: "unsigned" "char *" "unsigned" "int *" "char *" */ 438 1.12 mycroft #define ULTRIX_SYS_getsysinfo 256 439 1.18 thorpej 440 1.18 thorpej /* syscall: "setsysinfo" ret: "int" args: "unsigned" "char *" "unsigned" "unsigned" "unsigned" */ 441 1.12 mycroft #define ULTRIX_SYS_setsysinfo 257 442 1.18 thorpej 443 1.8 christos #define ULTRIX_SYS_MAXSYSCALL 258 444 1.45 jdolecek #define ULTRIX_SYS_NSYSENT 512 445 1.51 mrg #endif /* _ULTRIX_SYS_SYSCALL_H_ */ 446