NetBSD/sys/compat/sunos/sunos_syscalls.c

221 lines
7.1 KiB
C
Raw Normal View History

/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
1994-06-30 21:00:13 +04:00
* created from: NetBSD syscalls.master,v 1.17 1994/06/29 06:30:25
*/
char *sun_syscallnames[] = {
1993-11-10 04:01:59 +03:00
"syscall", /* 0 = syscall */
"exit", /* 1 = exit */
"fork", /* 2 = fork */
"read", /* 3 = read */
"write", /* 4 = write */
1993-11-20 06:09:03 +03:00
"sun_open", /* 5 = sun_open */
"close", /* 6 = close */
"sun_wait4", /* 7 = sun_wait4 */
"sun_creat", /* 8 = sun_creat */
"link", /* 9 = link */
"unlink", /* 10 = unlink */
"sun_execv", /* 11 = sun_execv */
"chdir", /* 12 = chdir */
"old.sun_time", /* 13 = old sun_time */
1993-12-12 23:46:24 +03:00
"sun_mknod", /* 14 = sun_mknod */
"chmod", /* 15 = chmod */
"chown", /* 16 = chown */
"break", /* 17 = break */
"old.sun_stat", /* 18 = old sun_stat */
"lseek", /* 19 = lseek */
"getpid", /* 20 = getpid */
"obs_sun_old_mount", /* 21 = obsolete sun_old_mount */
"#22", /* 22 = System V umount */
"old.setuid", /* 23 = old setuid */
"getuid", /* 24 = getuid */
"old.sun_stime", /* 25 = old sun_stime */
"#26", /* 26 = sun_ptrace */
"old.sun_alarm", /* 27 = old sun_alarm */
"old.sun_fstat", /* 28 = old sun_fstat */
"old.sun_pause", /* 29 = old sun_pause */
"old.sun_utime", /* 30 = old sun_utime */
"#31", /* 31 = was stty */
"#32", /* 32 = was gtty */
"access", /* 33 = access */
"old.sun_nice", /* 34 = old sun_nice */
"old.sun_ftime", /* 35 = old sun_ftime */
"sync", /* 36 = sync */
"kill", /* 37 = kill */
"stat", /* 38 = stat */
"old.sun_setpgrp", /* 39 = old sun_setpgrp */
"lstat", /* 40 = lstat */
"dup", /* 41 = dup */
"pipe", /* 42 = pipe */
"old.sun_times", /* 43 = old sun_times */
"profil", /* 44 = profil */
"#45", /* 45 = nosys */
"old.sun_setgid", /* 46 = old sun_setgid */
"getgid", /* 47 = getgid */
"old.sun_ssig", /* 48 = old sun_ssig */
"#49", /* 49 = reserved for USG */
"#50", /* 50 = reserved for USG */
"acct", /* 51 = acct */
"#52", /* 52 = nosys */
"sun_mctl", /* 53 = sun_mctl */
"sun_ioctl", /* 54 = sun_ioctl */
"reboot", /* 55 = reboot */
"obs_sun_owait3", /* 56 = obsolete sun_owait3 */
"symlink", /* 57 = symlink */
"readlink", /* 58 = readlink */
"execve", /* 59 = execve */
"umask", /* 60 = umask */
"chroot", /* 61 = chroot */
1994-03-27 13:08:02 +04:00
"ofstat", /* 62 = ofstat */
"#63", /* 63 = nosys */
1994-05-07 09:07:23 +04:00
"ogetpagesize", /* 64 = ogetpagesize */
"sun_omsync", /* 65 = sun_omsync */
"vfork", /* 66 = vfork */
"obs_vread", /* 67 = obsolete vread */
"obs_vwrite", /* 68 = obsolete vwrite */
"sbrk", /* 69 = sbrk */
"sstk", /* 70 = sstk */
"mmap", /* 71 = mmap */
"vadvise", /* 72 = vadvise */
"munmap", /* 73 = munmap */
"mprotect", /* 74 = mprotect */
"madvise", /* 75 = madvise */
1993-12-12 23:46:24 +03:00
"sun_vhangup", /* 76 = sun_vhangup */
"old.vlimit", /* 77 = old vlimit */
"mincore", /* 78 = mincore */
"getgroups", /* 79 = getgroups */
"setgroups", /* 80 = setgroups */
"getpgrp", /* 81 = getpgrp */
1993-11-20 06:09:03 +03:00
"sun_setpgid", /* 82 = sun_setpgid */
"setitimer", /* 83 = setitimer */
"old.wait", /* 84 = old wait */
"swapon", /* 85 = swapon */
"getitimer", /* 86 = getitimer */
1994-05-07 09:07:23 +04:00
"ogethostname", /* 87 = ogethostname */
"osethostname", /* 88 = osethostname */
"ogetdtablesize", /* 89 = ogetdtablesize */
"dup2", /* 90 = dup2 */
"#91", /* 91 = getdopt */
"fcntl", /* 92 = fcntl */
"select", /* 93 = select */
"#94", /* 94 = setdopt */
"fsync", /* 95 = fsync */
"setpriority", /* 96 = setpriority */
"socket", /* 97 = socket */
"connect", /* 98 = connect */
"oaccept", /* 99 = oaccept */
"getpriority", /* 100 = getpriority */
"osend", /* 101 = osend */
"orecv", /* 102 = orecv */
"#103", /* 103 = old socketaddr */
"bind", /* 104 = bind */
"sun_setsockopt", /* 105 = sun_setsockopt */
"listen", /* 106 = listen */
"old.vtimes", /* 107 = old vtimes */
"osigvec", /* 108 = osigvec */
"osigblock", /* 109 = osigblock */
"osigsetmask", /* 110 = osigsetmask */
"sigsuspend", /* 111 = sigsuspend */
1994-05-07 09:07:23 +04:00
"osigstack", /* 112 = osigstack */
"orecvmsg", /* 113 = orecvmsg */
"osendmsg", /* 114 = osendmsg */
"obs_vtrace", /* 115 = obsolete vtrace */
"gettimeofday", /* 116 = gettimeofday */
"getrusage", /* 117 = getrusage */
"getsockopt", /* 118 = getsockopt */
"#119", /* 119 = nosys */
"readv", /* 120 = readv */
"writev", /* 121 = writev */
"settimeofday", /* 122 = settimeofday */
"fchown", /* 123 = fchown */
"fchmod", /* 124 = fchmod */
"orecvfrom", /* 125 = orecvfrom */
"osetreuid", /* 126 = osetreuid */
"osetregid", /* 127 = osetregid */
"rename", /* 128 = rename */
"truncate", /* 129 = truncate */
"ftruncate", /* 130 = ftruncate */
"flock", /* 131 = flock */
"#132", /* 132 = nosys */
"sendto", /* 133 = sendto */
"shutdown", /* 134 = shutdown */
"socketpair", /* 135 = socketpair */
"mkdir", /* 136 = mkdir */
"rmdir", /* 137 = rmdir */
"utimes", /* 138 = utimes */
"sigreturn", /* 139 = sigreturn */
"adjtime", /* 140 = adjtime */
"ogetpeername", /* 141 = ogetpeername */
1994-05-07 09:07:23 +04:00
"ogethostid", /* 142 = ogethostid */
"#143", /* 143 = old sethostid */
"sun_getrlimit", /* 144 = sun_getrlimit */
"sun_setrlimit", /* 145 = sun_setrlimit */
"okillpg", /* 146 = okillpg */
"#147", /* 147 = nosys */
"#148", /* 148 = nosys */
"#149", /* 149 = nosys */
"ogetsockname", /* 150 = ogetsockname */
"#151", /* 151 = getmsg */
"#152", /* 152 = putmsg */
"#153", /* 153 = poll */
"#154", /* 154 = nosys */
1993-12-12 23:46:24 +03:00
#ifdef NFSSERVER
"sun_nfssvc", /* 155 = sun_nfssvc */
#else
"#155", /* 155 = nosys */
1993-12-12 23:46:24 +03:00
#endif
"getdirentries", /* 156 = getdirentries */
1993-12-12 23:46:24 +03:00
"sun_statfs", /* 157 = sun_statfs */
"sun_fstatfs", /* 158 = sun_fstatfs */
"sun_unmount", /* 159 = sun_unmount */
1993-12-12 23:46:24 +03:00
#ifdef NFSCLIENT
"async_daemon", /* 160 = async_daemon */
"getfh", /* 161 = getfh */
#else
"#160", /* 160 = nosys */
"#161", /* 161 = nosys */
1993-12-12 23:46:24 +03:00
#endif
1994-05-07 09:07:23 +04:00
"ogetdomainname", /* 162 = ogetdomainname */
"osetdomainname", /* 163 = osetdomainname */
"#164", /* 164 = rtschedule */
1993-12-12 23:46:24 +03:00
"sun_quotactl", /* 165 = sun_quotactl */
"sun_exportfs", /* 166 = sun_exportfs */
"sun_mount", /* 167 = sun_mount */
1993-12-12 23:46:24 +03:00
"sun_ustat", /* 168 = sun_ustat */
1993-11-14 17:56:35 +03:00
#ifdef SYSVSEM
"semsys", /* 169 = semsys */
#else
"#169", /* 169 = nosys */
#endif
#ifdef SYSVMSG
"msgsys", /* 170 = msgsys */
#else
"#170", /* 170 = nosys */
#endif
#ifdef SYSVSHM
"shmsys", /* 171 = shmsys */
#else
"#171", /* 171 = nosys */
#endif
1993-11-20 06:09:03 +03:00
"sun_auditsys", /* 172 = sun_auditsys */
"#173", /* 173 = rfssys */
"sun_getdents", /* 174 = sun_getdents */
"setsid", /* 175 = setsid */
"fchdir", /* 176 = fchdir */
"sun_fchroot", /* 177 = sun_fchroot */
1993-12-12 23:46:24 +03:00
"#178", /* 178 = vpixsys */
"#179", /* 179 = aioread */
"#180", /* 180 = aiowrite */
"#181", /* 181 = aiowait */
"#182", /* 182 = aiocancel */
"sun_sigpending", /* 183 = sun_sigpending */
"#184", /* 184 = nosys */
"setpgid", /* 185 = setpgid */
"#186", /* 186 = pathconf */
"#187", /* 187 = fpathconf */
1994-03-03 17:15:53 +03:00
"sun_sysconf", /* 188 = sun_sysconf */
1993-11-20 06:09:03 +03:00
"sun_uname", /* 189 = sun_uname */
};