1 /* $NetBSD: sunos32_syscall.h,v 1.21 2007/12/20 23:10:51 dsl Exp $ */
2
3 /*
4 * System call numbers.
5 *
6 * DO NOT EDIT-- this file is automatically generated.
7 * created from; NetBSD: syscalls.master,v 1.16 2007/03/04 07:54:09 christos Exp
8 */
9
10 #ifndef _SUNOS32_SYS_SYSCALL_H_
11 #define _SUNOS32_SYS_SYSCALL_H_
12
13 #define SUNOS32_SYS_MAXSYSARGS 8
14
15 /* syscall: "syscall" ret: "int" args: */
16 #define SUNOS32_SYS_syscall 0
17
18 /* syscall: "netbsd32_exit" ret: "int" args: "int" */
19 #define SUNOS32_SYS_netbsd32_exit 1
20
21 /* syscall: "fork" ret: "int" args: */
22 #define SUNOS32_SYS_fork 2
23
24 /* syscall: "netbsd32_read" ret: "netbsd32_ssize_t" args: "int" "netbsd32_voidp" "netbsd32_size_t" */
25 #define SUNOS32_SYS_netbsd32_read 3
26
27 /* syscall: "netbsd32_write" ret: "netbsd32_ssize_t" args: "int" "const netbsd32_voidp" "netbsd32_size_t" */
28 #define SUNOS32_SYS_netbsd32_write 4
29
30 /* syscall: "open" ret: "int" args: "const netbsd32_charp" "int" "int" */
31 #define SUNOS32_SYS_open 5
32
33 /* syscall: "netbsd32_close" ret: "int" args: "int" */
34 #define SUNOS32_SYS_netbsd32_close 6
35
36 /* syscall: "wait4" ret: "int" args: "int" "netbsd32_intp" "int" "netbsd32_rusagep_t" */
37 #define SUNOS32_SYS_wait4 7
38
39 /* syscall: "creat" ret: "int" args: "const netbsd32_charp" "int" */
40 #define SUNOS32_SYS_creat 8
41
42 /* syscall: "netbsd32_link" ret: "int" args: "netbsd32_charp" "netbsd32_charp" */
43 #define SUNOS32_SYS_netbsd32_link 9
44
45 /* syscall: "netbsd32_unlink" ret: "int" args: "netbsd32_charp" */
46 #define SUNOS32_SYS_netbsd32_unlink 10
47
48 /* syscall: "execv" ret: "int" args: "const netbsd32_charp" "netbsd32_charpp" */
49 #define SUNOS32_SYS_execv 11
50
51 /* syscall: "netbsd32_chdir" ret: "int" args: "netbsd32_charp" */
52 #define SUNOS32_SYS_netbsd32_chdir 12
53
54 /* 13 is obsolete old_time */
55 /* syscall: "mknod" ret: "int" args: "const netbsd32_charp" "int" "int" */
56 #define SUNOS32_SYS_mknod 14
57
58 /* syscall: "netbsd32_chmod" ret: "int" args: "netbsd32_charp" "int" */
59 #define SUNOS32_SYS_netbsd32_chmod 15
60
61 /* syscall: "netbsd32_chown" ret: "int" args: "netbsd32_charp" "int" "int" */
62 #define SUNOS32_SYS_netbsd32_chown 16
63
64 /* syscall: "netbsd32_break" ret: "int" args: "netbsd32_charp" */
65 #define SUNOS32_SYS_netbsd32_break 17
66
67 /* 18 is obsolete old_stat */
68 /* syscall: "compat_43_netbsd32_olseek" ret: "netbsd32_long" args: "int" "netbsd32_long" "int" */
69 #define SUNOS32_SYS_compat_43_netbsd32_olseek 19
70
71 /* syscall: "getpid_with_ppid" ret: "pid_t" args: */
72 #define SUNOS32_SYS_getpid_with_ppid 20
73
74 /* 21 is obsolete sunos_old_mount */
75 /* syscall: "netbsd32_setuid" ret: "int" args: "uid_t" */
76 #define SUNOS32_SYS_netbsd32_setuid 23
77
78 /* syscall: "getuid_with_euid" ret: "uid_t" args: */
79 #define SUNOS32_SYS_getuid_with_euid 24
80
81 /* syscall: "stime" ret: "int" args: "sunos32_time_tp" */
82 #define SUNOS32_SYS_stime 25
83
84 /* syscall: "ptrace" ret: "netbsd32_long" args: "int" "pid_t" "netbsd32_caddr_t" "int" "netbsd32_charp" */
85 #define SUNOS32_SYS_ptrace 26
86
87 /* syscall: "access" ret: "int" args: "const netbsd32_charp" "int" */
88 #define SUNOS32_SYS_access 33
89
90 /* syscall: "sync" ret: "int" args: */
91 #define SUNOS32_SYS_sync 36
92
93 /* syscall: "netbsd32_kill" ret: "int" args: "int" "int" */
94 #define SUNOS32_SYS_netbsd32_kill 37
95
96 /* syscall: "stat" ret: "int" args: "const netbsd32_charp" "netbsd32_stat43p_t" */
97 #define SUNOS32_SYS_stat 38
98
99 /* syscall: "lstat" ret: "int" args: "const netbsd32_charp" "netbsd32_stat43p_t" */
100 #define SUNOS32_SYS_lstat 40
101
102 /* syscall: "netbsd32_dup" ret: "int" args: "u_int" */
103 #define SUNOS32_SYS_netbsd32_dup 41
104
105 /* syscall: "pipe" ret: "int" args: */
106 #define SUNOS32_SYS_pipe 42
107
108 /* syscall: "netbsd32_profil" ret: "int" args: "netbsd32_caddr_t" "u_int" "u_int" "u_int" */
109 #define SUNOS32_SYS_netbsd32_profil 44
110
111 /* syscall: "netbsd32_setgid" ret: "int" args: "uid_t" */
112 #define SUNOS32_SYS_netbsd32_setgid 46
113
114 /* syscall: "getgid_with_egid" ret: "gid_t" args: */
115 #define SUNOS32_SYS_getgid_with_egid 47
116
117 /* syscall: "netbsd32_acct" ret: "int" args: "netbsd32_charp" */
118 #define SUNOS32_SYS_netbsd32_acct 51
119
120 /* syscall: "mctl" ret: "int" args: "netbsd32_voidp" "int" "int" "netbsd32_voidp" */
121 #define SUNOS32_SYS_mctl 53
122
123 /* syscall: "ioctl" ret: "int" args: "int" "netbsd32_u_long" "netbsd32_caddr_t" */
124 #define SUNOS32_SYS_ioctl 54
125
126 /* syscall: "reboot" ret: "int" args: "int" "netbsd32_charp" */
127 #define SUNOS32_SYS_reboot 55
128
129 /* 56 is obsolete sunos_owait3 */
130 /* syscall: "netbsd32_symlink" ret: "int" args: "netbsd32_charp" "netbsd32_charp" */
131 #define SUNOS32_SYS_netbsd32_symlink 57
132
133 /* syscall: "netbsd32_readlink" ret: "int" args: "netbsd32_charp" "netbsd32_charp" "int" */
134 #define SUNOS32_SYS_netbsd32_readlink 58
135
136 /* syscall: "execve" ret: "int" args: "const netbsd32_charp" "netbsd32_charpp" "netbsd32_charpp" */
137 #define SUNOS32_SYS_execve 59
138
139 /* syscall: "netbsd32_umask" ret: "int" args: "int" */
140 #define SUNOS32_SYS_netbsd32_umask 60
141
142 /* syscall: "netbsd32_chroot" ret: "int" args: "netbsd32_charp" */
143 #define SUNOS32_SYS_netbsd32_chroot 61
144
145 /* syscall: "compat_43_netbsd32_fstat43" ret: "int" args: "int" "netbsd32_stat43p_t" */
146 #define SUNOS32_SYS_compat_43_netbsd32_fstat43 62
147
148 /* syscall: "ogetpagesize" ret: "int" args: */
149 #define SUNOS32_SYS_ogetpagesize 64
150
151 /* syscall: "omsync" ret: "int" args: "netbsd32_caddr_t" "netbsd32_size_t" "int" */
152 #define SUNOS32_SYS_omsync 65
153
154 /* syscall: "vfork" ret: "int" args: */
155 #define SUNOS32_SYS_vfork 66
156
157 /* 67 is obsolete vread */
158 /* 68 is obsolete vwrite */
159 /* syscall: "netbsd32_sbrk" ret: "int" args: "netbsd32_intptr_t" */
160 #define SUNOS32_SYS_netbsd32_sbrk 69
161
162 /* syscall: "netbsd32_sstk" ret: "int" args: "int" */
163 #define SUNOS32_SYS_netbsd32_sstk 70
164
165 /* syscall: "mmap" ret: "netbsd32_voidp" args: "netbsd32_voidp" "netbsd32_size_t" "int" "int" "int" "netbsd32_long" */
166 #define SUNOS32_SYS_mmap 71
167
168 /* syscall: "vadvise" ret: "int" args: "int" */
169 #define SUNOS32_SYS_vadvise 72
170
171 /* syscall: "netbsd32_munmap" ret: "int" args: "netbsd32_voidp" "netbsd32_size_t" */
172 #define SUNOS32_SYS_netbsd32_munmap 73
173
174 /* syscall: "netbsd32_mprotect" ret: "int" args: "netbsd32_voidp" "netbsd32_size_t" "int" */
175 #define SUNOS32_SYS_netbsd32_mprotect 74
176
177 /* syscall: "netbsd32_madvise" ret: "int" args: "netbsd32_voidp" "netbsd32_size_t" "int" */
178 #define SUNOS32_SYS_netbsd32_madvise 75
179
180 /* syscall: "vhangup" ret: "int" args: */
181 #define SUNOS32_SYS_vhangup 76
182
183 /* syscall: "netbsd32_mincore" ret: "int" args: "netbsd32_caddr_t" "netbsd32_size_t" "netbsd32_charp" */
184 #define SUNOS32_SYS_netbsd32_mincore 78
185
186 /* syscall: "netbsd32_getgroups" ret: "int" args: "u_int" "netbsd32_gid_tp" */
187 #define SUNOS32_SYS_netbsd32_getgroups 79
188
189 /* syscall: "netbsd32_setgroups" ret: "int" args: "u_int" "netbsd32_gid_tp" */
190 #define SUNOS32_SYS_netbsd32_setgroups 80
191
192 /* syscall: "getpgrp" ret: "int" args: */
193 #define SUNOS32_SYS_getpgrp 81
194
195 /* syscall: "setpgrp" ret: "int" args: "int" "int" */
196 #define SUNOS32_SYS_setpgrp 82
197
198 /* syscall: "netbsd32_setitimer" ret: "int" args: "u_int" "netbsd32_itimervalp_t" "netbsd32_itimervalp_t" */
199 #define SUNOS32_SYS_netbsd32_setitimer 83
200
201 /* syscall: "compat_12_netbsd32_oswapon" ret: "int" args: "netbsd32_charp" */
202 #define SUNOS32_SYS_compat_12_netbsd32_oswapon 85
203
204 /* syscall: "netbsd32_getitimer" ret: "int" args: "u_int" "netbsd32_itimervalp_t" */
205 #define SUNOS32_SYS_netbsd32_getitimer 86
206
207 /* syscall: "compat_43_netbsd32_ogethostname" ret: "int" args: "netbsd32_charp" "u_int" */
208 #define SUNOS32_SYS_compat_43_netbsd32_ogethostname 87
209
210 /* syscall: "compat_43_netbsd32_osethostname" ret: "int" args: "netbsd32_charp" "u_int" */
211 #define SUNOS32_SYS_compat_43_netbsd32_osethostname 88
212
213 /* syscall: "ogetdtablesize" ret: "int" args: */
214 #define SUNOS32_SYS_ogetdtablesize 89
215
216 /* syscall: "netbsd32_dup2" ret: "int" args: "u_int" "u_int" */
217 #define SUNOS32_SYS_netbsd32_dup2 90
218
219 /* syscall: "fcntl" ret: "int" args: "int" "int" "netbsd32_voidp" */
220 #define SUNOS32_SYS_fcntl 92
221
222 /* syscall: "netbsd32_select" ret: "int" args: "u_int" "netbsd32_fd_setp_t" "netbsd32_fd_setp_t" "netbsd32_fd_setp_t" "netbsd32_timevalp_t" */
223 #define SUNOS32_SYS_netbsd32_select 93
224
225 /* syscall: "netbsd32_fsync" ret: "int" args: "int" */
226 #define SUNOS32_SYS_netbsd32_fsync 95
227
228 /* syscall: "netbsd32_setpriority" ret: "int" args: "int" "int" "int" */
229 #define SUNOS32_SYS_netbsd32_setpriority 96
230
231 /* syscall: "socket" ret: "int" args: "int" "int" "int" */
232 #define SUNOS32_SYS_socket 97
233
234 /* syscall: "netbsd32_connect" ret: "int" args: "int" "netbsd32_caddr_t" "int" */
235 #define SUNOS32_SYS_netbsd32_connect 98
236
237 /* syscall: "compat_43_netbsd32_oaccept" ret: "int" args: "int" "netbsd32_caddr_t" "netbsd32_intp" */
238 #define SUNOS32_SYS_compat_43_netbsd32_oaccept 99
239
240 /* syscall: "netbsd32_getpriority" ret: "int" args: "int" "int" */
241 #define SUNOS32_SYS_netbsd32_getpriority 100
242
243 /* syscall: "compat_43_netbsd32_osend" ret: "int" args: "int" "netbsd32_caddr_t" "int" "int" */
244 #define SUNOS32_SYS_compat_43_netbsd32_osend 101
245
246 /* syscall: "compat_43_netbsd32_orecv" ret: "int" args: "int" "netbsd32_caddr_t" "int" "int" */
247 #define SUNOS32_SYS_compat_43_netbsd32_orecv 102
248
249 /* syscall: "netbsd32_bind" ret: "int" args: "int" "netbsd32_caddr_t" "int" */
250 #define SUNOS32_SYS_netbsd32_bind 104
251
252 /* syscall: "setsockopt" ret: "int" args: "int" "int" "int" "netbsd32_caddr_t" "int" */
253 #define SUNOS32_SYS_setsockopt 105
254
255 /* syscall: "netbsd32_listen" ret: "int" args: "int" "int" */
256 #define SUNOS32_SYS_netbsd32_listen 106
257
258 /* syscall: "sigvec" ret: "int" args: "int" "netbsd32_sigvecp_t" "netbsd32_sigvecp_t" */
259 #define SUNOS32_SYS_sigvec 108
260
261 /* syscall: "compat_43_netbsd32_sigblock" ret: "int" args: "int" */
262 #define SUNOS32_SYS_compat_43_netbsd32_sigblock 109
263
264 /* syscall: "compat_43_netbsd32_sigsetmask" ret: "int" args: "int" */
265 #define SUNOS32_SYS_compat_43_netbsd32_sigsetmask 110
266
267 /* syscall: "sigsuspend" ret: "int" args: "int" */
268 #define SUNOS32_SYS_sigsuspend 111
269
270 /* syscall: "compat_43_netbsd32_osigstack" ret: "int" args: "netbsd32_sigstackp_t" "netbsd32_sigstackp_t" */
271 #define SUNOS32_SYS_compat_43_netbsd32_osigstack 112
272
273 /* syscall: "compat_43_netbsd32_orecvmsg" ret: "int" args: "int" "netbsd32_omsghdrp_t" "int" */
274 #define SUNOS32_SYS_compat_43_netbsd32_orecvmsg 113
275
276 /* syscall: "compat_43_netbsd32_osendmsg" ret: "int" args: "int" "netbsd32_caddr_t" "int" */
277 #define SUNOS32_SYS_compat_43_netbsd32_osendmsg 114
278
279 /* 115 is obsolete vtrace */
280 /* syscall: "netbsd32_gettimeofday" ret: "int" args: "netbsd32_timevalp_t" "netbsd32_timezonep_t" */
281 #define SUNOS32_SYS_netbsd32_gettimeofday 116
282
283 /* syscall: "netbsd32_getrusage" ret: "int" args: "int" "netbsd32_rusagep_t" */
284 #define SUNOS32_SYS_netbsd32_getrusage 117
285
286 /* syscall: "netbsd32_getsockopt" ret: "int" args: "int" "int" "int" "netbsd32_caddr_t" "netbsd32_intp" */
287 #define SUNOS32_SYS_netbsd32_getsockopt 118
288
289 /* syscall: "netbsd32_readv" ret: "int" args: "int" "netbsd32_iovecp_t" "u_int" */
290 #define SUNOS32_SYS_netbsd32_readv 120
291
292 /* syscall: "netbsd32_writev" ret: "int" args: "int" "netbsd32_iovecp_t" "u_int" */
293 #define SUNOS32_SYS_netbsd32_writev 121
294
295 /* syscall: "netbsd32_settimeofday" ret: "int" args: "netbsd32_timevalp_t" "netbsd32_timezonep_t" */
296 #define SUNOS32_SYS_netbsd32_settimeofday 122
297
298 /* syscall: "netbsd32_fchown" ret: "int" args: "int" "int" "int" */
299 #define SUNOS32_SYS_netbsd32_fchown 123
300
301 /* syscall: "netbsd32_fchmod" ret: "int" args: "int" "int" */
302 #define SUNOS32_SYS_netbsd32_fchmod 124
303
304 /* syscall: "compat_43_netbsd32_orecvfrom" ret: "int" args: "int" "netbsd32_caddr_t" "netbsd32_size_t" "int" "netbsd32_caddr_t" "netbsd32_intp" */
305 #define SUNOS32_SYS_compat_43_netbsd32_orecvfrom 125
306
307 /* syscall: "netbsd32_setreuid" ret: "int" args: "int" "int" */
308 #define SUNOS32_SYS_netbsd32_setreuid 126
309
310 /* syscall: "netbsd32_setregid" ret: "int" args: "int" "int" */
311 #define SUNOS32_SYS_netbsd32_setregid 127
312
313 /* syscall: "netbsd32_rename" ret: "int" args: "netbsd32_charp" "netbsd32_charp" */
314 #define SUNOS32_SYS_netbsd32_rename 128
315
316 /* syscall: "compat_43_netbsd32_otruncate" ret: "int" args: "netbsd32_charp" "netbsd32_long" */
317 #define SUNOS32_SYS_compat_43_netbsd32_otruncate 129
318
319 /* syscall: "compat_43_netbsd32_oftruncate" ret: "int" args: "int" "netbsd32_long" */
320 #define SUNOS32_SYS_compat_43_netbsd32_oftruncate 130
321
322 /* syscall: "netbsd32_flock" ret: "int" args: "int" "int" */
323 #define SUNOS32_SYS_netbsd32_flock 131
324
325 /* syscall: "netbsd32_sendto" ret: "int" args: "int" "netbsd32_caddr_t" "netbsd32_size_t" "int" "netbsd32_caddr_t" "int" */
326 #define SUNOS32_SYS_netbsd32_sendto 133
327
328 /* syscall: "netbsd32_shutdown" ret: "int" args: "int" "int" */
329 #define SUNOS32_SYS_netbsd32_shutdown 134
330
331 /* syscall: "socketpair" ret: "int" args: "int" "int" "int" "netbsd32_intp" */
332 #define SUNOS32_SYS_socketpair 135
333
334 /* syscall: "netbsd32_mkdir" ret: "int" args: "netbsd32_charp" "int" */
335 #define SUNOS32_SYS_netbsd32_mkdir 136
336
337 /* syscall: "netbsd32_rmdir" ret: "int" args: "netbsd32_charp" */
338 #define SUNOS32_SYS_netbsd32_rmdir 137
339
340 /* syscall: "netbsd32_utimes" ret: "int" args: "netbsd32_charp" "netbsd32_timevalp_t" */
341 #define SUNOS32_SYS_netbsd32_utimes 138
342
343 /* syscall: "sigreturn" ret: "int" args: "netbsd32_sigcontextp_t" */
344 #define SUNOS32_SYS_sigreturn 139
345
346 /* syscall: "netbsd32_adjtime" ret: "int" args: "netbsd32_timevalp_t" "netbsd32_timevalp_t" */
347 #define SUNOS32_SYS_netbsd32_adjtime 140
348
349 /* syscall: "compat_43_netbsd32_ogetpeername" ret: "int" args: "int" "netbsd32_caddr_t" "netbsd32_intp" */
350 #define SUNOS32_SYS_compat_43_netbsd32_ogetpeername 141
351
352 /* syscall: "gethostid" ret: "int" args: */
353 #define SUNOS32_SYS_gethostid 142
354
355 /* syscall: "getrlimit" ret: "int" args: "u_int" "netbsd32_orlimitp_t" */
356 #define SUNOS32_SYS_getrlimit 144
357
358 /* syscall: "setrlimit" ret: "int" args: "u_int" "netbsd32_orlimitp_t" */
359 #define SUNOS32_SYS_setrlimit 145
360
361 /* syscall: "compat_43_netbsd32_killpg" ret: "int" args: "int" "int" */
362 #define SUNOS32_SYS_compat_43_netbsd32_killpg 146
363
364 /* syscall: "compat_43_netbsd32_ogetsockname" ret: "int" args: "int" "netbsd32_caddr_t" "netbsd32_intp" */
365 #define SUNOS32_SYS_compat_43_netbsd32_ogetsockname 150
366
367 /* syscall: "netbsd32_poll" ret: "int" args: "netbsd32_pollfdp_t" "u_int" "int" */
368 #define SUNOS32_SYS_netbsd32_poll 153
369
370 #ifdef NFSSERVER
371 /* syscall: "nfssvc" ret: "int" args: "int" */
372 #define SUNOS32_SYS_nfssvc 155
373
374 #else
375 #endif
376 /* syscall: "compat_43_netbsd32_ogetdirentries" ret: "int" args: "int" "netbsd32_charp" "u_int" "netbsd32_longp" */
377 #define SUNOS32_SYS_compat_43_netbsd32_ogetdirentries 156
378
379 /* syscall: "statfs" ret: "int" args: "const netbsd32_charp" "sunos32_statfsp_t" */
380 #define SUNOS32_SYS_statfs 157
381
382 /* syscall: "fstatfs" ret: "int" args: "int" "sunos32_statfsp_t" */
383 #define SUNOS32_SYS_fstatfs 158
384
385 /* syscall: "unmount" ret: "int" args: "netbsd32_charp" */
386 #define SUNOS32_SYS_unmount 159
387
388 #ifdef NFS
389 /* syscall: "async_daemon" ret: "int" args: */
390 #define SUNOS32_SYS_async_daemon 160
391
392 /* syscall: "getfh" ret: "int" args: "netbsd32_charp" "netbsd32_fhandlep_t" */
393 #define SUNOS32_SYS_getfh 161
394
395 #else
396 #endif
397 /* syscall: "compat_09_netbsd32_ogetdomainname" ret: "int" args: "netbsd32_charp" "int" */
398 #define SUNOS32_SYS_compat_09_netbsd32_ogetdomainname 162
399
400 /* syscall: "compat_09_netbsd32_osetdomainname" ret: "int" args: "netbsd32_charp" "int" */
401 #define SUNOS32_SYS_compat_09_netbsd32_osetdomainname 163
402
403 /* syscall: "quotactl" ret: "int" args: "int" "netbsd32_charp" "int" "netbsd32_caddr_t" */
404 #define SUNOS32_SYS_quotactl 165
405
406 /* syscall: "exportfs" ret: "int" args: "netbsd32_charp" "netbsd32_charp" */
407 #define SUNOS32_SYS_exportfs 166
408
409 /* syscall: "mount" ret: "int" args: "netbsd32_charp" "netbsd32_charp" "int" "netbsd32_caddr_t" */
410 #define SUNOS32_SYS_mount 167
411
412 /* syscall: "ustat" ret: "int" args: "int" "sunos32_ustatp_t" */
413 #define SUNOS32_SYS_ustat 168
414
415 #ifdef SYSVSEM
416 /* syscall: "osemsys" ret: "int" args: "int" "int" "int" "int" "int" */
417 #define SUNOS32_SYS_osemsys 169
418
419 #else
420 #endif
421 #ifdef SYSVMSG
422 /* syscall: "omsgsys" ret: "int" args: "int" "int" "int" "int" "int" "int" */
423 #define SUNOS32_SYS_omsgsys 170
424
425 #else
426 #endif
427 #ifdef SYSVSHM
428 /* syscall: "oshmsys" ret: "int" args: "int" "int" "int" "int" */
429 #define SUNOS32_SYS_oshmsys 171
430
431 #else
432 #endif
433 /* syscall: "auditsys" ret: "int" args: "netbsd32_charp" */
434 #define SUNOS32_SYS_auditsys 172
435
436 /* syscall: "getdents" ret: "int" args: "int" "netbsd32_charp" "int" */
437 #define SUNOS32_SYS_getdents 174
438
439 /* syscall: "setsid" ret: "int" args: */
440 #define SUNOS32_SYS_setsid 175
441
442 /* syscall: "netbsd32_fchdir" ret: "int" args: "int" */
443 #define SUNOS32_SYS_netbsd32_fchdir 176
444
445 /* syscall: "netbsd32_fchroot" ret: "int" args: "int" */
446 #define SUNOS32_SYS_netbsd32_fchroot 177
447
448 /* syscall: "sigpending" ret: "int" args: "netbsd32_intp" */
449 #define SUNOS32_SYS_sigpending 183
450
451 /* syscall: "netbsd32_setpgid" ret: "int" args: "int" "int" */
452 #define SUNOS32_SYS_netbsd32_setpgid 185
453
454 /* syscall: "netbsd32_pathconf" ret: "netbsd32_long" args: "netbsd32_charp" "int" */
455 #define SUNOS32_SYS_netbsd32_pathconf 186
456
457 /* syscall: "netbsd32_fpathconf" ret: "netbsd32_long" args: "int" "int" */
458 #define SUNOS32_SYS_netbsd32_fpathconf 187
459
460 /* syscall: "sysconf" ret: "int" args: "int" */
461 #define SUNOS32_SYS_sysconf 188
462
463 /* syscall: "uname" ret: "int" args: "sunos32_utsnamep_t" */
464 #define SUNOS32_SYS_uname 189
465
466 #define SUNOS32_SYS_MAXSYSCALL 190
467 #define SUNOS32_SYS_NSYSENT 256
468 #endif /* _SUNOS32_SYS_SYSCALL_H_ */
Cache object: e1c9581384dc322e2ed609d377c2a90b
|