Home | History | Annotate | Line # | Download | only in netbsd32
netbsd32_syscall.h revision 1.68
      1 /* $NetBSD: netbsd32_syscall.h,v 1.68 2007/08/15 12:09:13 ad 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.61 2007/08/15 12:07:31 ad Exp
      8  */
      9 
     10 #ifndef _netbsd32_SYS_SYSCALL_H_
     11 #define	_netbsd32_SYS_SYSCALL_H_
     12 
     13 /* syscall: "syscall" ret: "int" args: "int" "..." */
     14 #define	netbsd32_SYS_syscall	0
     15 
     16 /* syscall: "netbsd32_exit" ret: "void" args: "int" */
     17 #define	netbsd32_SYS_netbsd32_exit	1
     18 
     19 /* syscall: "fork" ret: "int" args: */
     20 #define	netbsd32_SYS_fork	2
     21 
     22 /* syscall: "netbsd32_read" ret: "netbsd32_ssize_t" args: "int" "netbsd32_voidp" "netbsd32_size_t" */
     23 #define	netbsd32_SYS_netbsd32_read	3
     24 
     25 /* syscall: "netbsd32_write" ret: "netbsd32_ssize_t" args: "int" "const netbsd32_voidp" "netbsd32_size_t" */
     26 #define	netbsd32_SYS_netbsd32_write	4
     27 
     28 /* syscall: "netbsd32_open" ret: "int" args: "const netbsd32_charp" "int" "..." */
     29 #define	netbsd32_SYS_netbsd32_open	5
     30 
     31 /* syscall: "netbsd32_close" ret: "int" args: "int" */
     32 #define	netbsd32_SYS_netbsd32_close	6
     33 
     34 /* syscall: "netbsd32_wait4" ret: "int" args: "int" "netbsd32_intp" "int" "netbsd32_rusagep_t" */
     35 #define	netbsd32_SYS_netbsd32_wait4	7
     36 
     37 /* syscall: "compat_43_netbsd32_ocreat" ret: "int" args: "const netbsd32_charp" "mode_t" */
     38 #define	netbsd32_SYS_compat_43_netbsd32_ocreat	8
     39 
     40 /* syscall: "netbsd32_link" ret: "int" args: "const netbsd32_charp" "const netbsd32_charp" */
     41 #define	netbsd32_SYS_netbsd32_link	9
     42 
     43 /* syscall: "netbsd32_unlink" ret: "int" args: "const netbsd32_charp" */
     44 #define	netbsd32_SYS_netbsd32_unlink	10
     45 
     46 				/* 11 is obsolete execv */
     47 /* syscall: "netbsd32_chdir" ret: "int" args: "const netbsd32_charp" */
     48 #define	netbsd32_SYS_netbsd32_chdir	12
     49 
     50 /* syscall: "netbsd32_fchdir" ret: "int" args: "int" */
     51 #define	netbsd32_SYS_netbsd32_fchdir	13
     52 
     53 /* syscall: "netbsd32_mknod" ret: "int" args: "const netbsd32_charp" "mode_t" "dev_t" */
     54 #define	netbsd32_SYS_netbsd32_mknod	14
     55 
     56 /* syscall: "netbsd32_chmod" ret: "int" args: "const netbsd32_charp" "mode_t" */
     57 #define	netbsd32_SYS_netbsd32_chmod	15
     58 
     59 /* syscall: "netbsd32_chown" ret: "int" args: "const netbsd32_charp" "uid_t" "gid_t" */
     60 #define	netbsd32_SYS_netbsd32_chown	16
     61 
     62 /* syscall: "netbsd32_break" ret: "int" args: "netbsd32_charp" */
     63 #define	netbsd32_SYS_netbsd32_break	17
     64 
     65 /* syscall: "compat_20_netbsd32_getfsstat" ret: "int" args: "netbsd32_statfsp_t" "netbsd32_long" "int" */
     66 #define	netbsd32_SYS_compat_20_netbsd32_getfsstat	18
     67 
     68 /* syscall: "compat_43_netbsd32_olseek" ret: "netbsd32_long" args: "int" "netbsd32_long" "int" */
     69 #define	netbsd32_SYS_compat_43_netbsd32_olseek	19
     70 
     71 /* syscall: "getpid" ret: "pid_t" args: */
     72 #define	netbsd32_SYS_getpid	20
     73 
     74 /* syscall: "netbsd32_mount" ret: "int" args: "const netbsd32_charp" "const netbsd32_charp" "int" "netbsd32_voidp" */
     75 #define	netbsd32_SYS_netbsd32_mount	21
     76 
     77 /* syscall: "netbsd32_unmount" ret: "int" args: "const netbsd32_charp" "int" */
     78 #define	netbsd32_SYS_netbsd32_unmount	22
     79 
     80 /* syscall: "netbsd32_setuid" ret: "int" args: "uid_t" */
     81 #define	netbsd32_SYS_netbsd32_setuid	23
     82 
     83 /* syscall: "getuid" ret: "uid_t" args: */
     84 #define	netbsd32_SYS_getuid	24
     85 
     86 /* syscall: "geteuid" ret: "uid_t" args: */
     87 #define	netbsd32_SYS_geteuid	25
     88 
     89 /* syscall: "netbsd32_ptrace" ret: "int" args: "int" "pid_t" "netbsd32_caddr_t" "int" */
     90 #define	netbsd32_SYS_netbsd32_ptrace	26
     91 
     92 /* syscall: "netbsd32_recvmsg" ret: "netbsd32_ssize_t" args: "int" "netbsd32_msghdrp_t" "int" */
     93 #define	netbsd32_SYS_netbsd32_recvmsg	27
     94 
     95 /* syscall: "netbsd32_sendmsg" ret: "netbsd32_ssize_t" args: "int" "const netbsd32_msghdrp_t" "int" */
     96 #define	netbsd32_SYS_netbsd32_sendmsg	28
     97 
     98 /* syscall: "netbsd32_recvfrom" ret: "netbsd32_ssize_t" args: "int" "netbsd32_voidp" "netbsd32_size_t" "int" "netbsd32_sockaddrp_t" "netbsd32_intp" */
     99 #define	netbsd32_SYS_netbsd32_recvfrom	29
    100 
    101 /* syscall: "netbsd32_accept" ret: "int" args: "int" "netbsd32_sockaddrp_t" "netbsd32_intp" */
    102 #define	netbsd32_SYS_netbsd32_accept	30
    103 
    104 /* syscall: "netbsd32_getpeername" ret: "int" args: "int" "netbsd32_sockaddrp_t" "netbsd32_intp" */
    105 #define	netbsd32_SYS_netbsd32_getpeername	31
    106 
    107 /* syscall: "netbsd32_getsockname" ret: "int" args: "int" "netbsd32_sockaddrp_t" "netbsd32_intp" */
    108 #define	netbsd32_SYS_netbsd32_getsockname	32
    109 
    110 /* syscall: "netbsd32_access" ret: "int" args: "const netbsd32_charp" "int" */
    111 #define	netbsd32_SYS_netbsd32_access	33
    112 
    113 /* syscall: "netbsd32_chflags" ret: "int" args: "const netbsd32_charp" "netbsd32_u_long" */
    114 #define	netbsd32_SYS_netbsd32_chflags	34
    115 
    116 /* syscall: "netbsd32_fchflags" ret: "int" args: "int" "netbsd32_u_long" */
    117 #define	netbsd32_SYS_netbsd32_fchflags	35
    118 
    119 /* syscall: "sync" ret: "void" args: */
    120 #define	netbsd32_SYS_sync	36
    121 
    122 /* syscall: "netbsd32_kill" ret: "int" args: "int" "int" */
    123 #define	netbsd32_SYS_netbsd32_kill	37
    124 
    125 /* syscall: "compat_43_netbsd32_stat43" ret: "int" args: "const netbsd32_charp" "netbsd32_stat43p_t" */
    126 #define	netbsd32_SYS_compat_43_netbsd32_stat43	38
    127 
    128 /* syscall: "getppid" ret: "pid_t" args: */
    129 #define	netbsd32_SYS_getppid	39
    130 
    131 /* syscall: "compat_43_netbsd32_lstat43" ret: "int" args: "const netbsd32_charp" "netbsd32_stat43p_t" */
    132 #define	netbsd32_SYS_compat_43_netbsd32_lstat43	40
    133 
    134 /* syscall: "netbsd32_dup" ret: "int" args: "int" */
    135 #define	netbsd32_SYS_netbsd32_dup	41
    136 
    137 /* syscall: "pipe" ret: "int" args: */
    138 #define	netbsd32_SYS_pipe	42
    139 
    140 /* syscall: "getegid" ret: "gid_t" args: */
    141 #define	netbsd32_SYS_getegid	43
    142 
    143 /* syscall: "netbsd32_profil" ret: "int" args: "netbsd32_caddr_t" "netbsd32_size_t" "netbsd32_u_long" "u_int" */
    144 #define	netbsd32_SYS_netbsd32_profil	44
    145 
    146 /* syscall: "netbsd32_ktrace" ret: "int" args: "const netbsd32_charp" "int" "int" "int" */
    147 #define	netbsd32_SYS_netbsd32_ktrace	45
    148 
    149 /* syscall: "netbsd32_sigaction" ret: "int" args: "int" "const netbsd32_sigactionp_t" "netbsd32_sigactionp_t" */
    150 #define	netbsd32_SYS_netbsd32_sigaction	46
    151 
    152 /* syscall: "getgid" ret: "gid_t" args: */
    153 #define	netbsd32_SYS_getgid	47
    154 
    155 /* syscall: "compat_13_sigprocmask13" ret: "int" args: "int" "int" */
    156 #define	netbsd32_SYS_compat_13_sigprocmask13	48
    157 
    158 /* syscall: "netbsd32___getlogin" ret: "int" args: "netbsd32_charp" "u_int" */
    159 #define	netbsd32_SYS_netbsd32___getlogin	49
    160 
    161 /* syscall: "netbsd32_setlogin" ret: "int" args: "const netbsd32_charp" */
    162 #define	netbsd32_SYS_netbsd32_setlogin	50
    163 
    164 /* syscall: "netbsd32_acct" ret: "int" args: "const netbsd32_charp" */
    165 #define	netbsd32_SYS_netbsd32_acct	51
    166 
    167 /* syscall: "compat_13_sigpending13" ret: "int" args: */
    168 #define	netbsd32_SYS_compat_13_sigpending13	52
    169 
    170 /* syscall: "compat_13_netbsd32_sigaltstack13" ret: "int" args: "const netbsd32_sigaltstack13p_t" "netbsd32_sigaltstack13p_t" */
    171 #define	netbsd32_SYS_compat_13_netbsd32_sigaltstack13	53
    172 
    173 /* syscall: "netbsd32_ioctl" ret: "int" args: "int" "netbsd32_u_long" "..." */
    174 #define	netbsd32_SYS_netbsd32_ioctl	54
    175 
    176 /* syscall: "compat_12_netbsd32_reboot" ret: "int" args: "int" */
    177 #define	netbsd32_SYS_compat_12_netbsd32_reboot	55
    178 
    179 /* syscall: "netbsd32_revoke" ret: "int" args: "const netbsd32_charp" */
    180 #define	netbsd32_SYS_netbsd32_revoke	56
    181 
    182 /* syscall: "netbsd32_symlink" ret: "int" args: "const netbsd32_charp" "const netbsd32_charp" */
    183 #define	netbsd32_SYS_netbsd32_symlink	57
    184 
    185 /* syscall: "netbsd32_readlink" ret: "int" args: "const netbsd32_charp" "netbsd32_charp" "netbsd32_size_t" */
    186 #define	netbsd32_SYS_netbsd32_readlink	58
    187 
    188 /* syscall: "netbsd32_execve" ret: "int" args: "const netbsd32_charp" "netbsd32_charpp" "netbsd32_charpp" */
    189 #define	netbsd32_SYS_netbsd32_execve	59
    190 
    191 /* syscall: "netbsd32_umask" ret: "mode_t" args: "mode_t" */
    192 #define	netbsd32_SYS_netbsd32_umask	60
    193 
    194 /* syscall: "netbsd32_chroot" ret: "int" args: "const netbsd32_charp" */
    195 #define	netbsd32_SYS_netbsd32_chroot	61
    196 
    197 /* syscall: "compat_43_netbsd32_fstat43" ret: "int" args: "int" "netbsd32_stat43p_t" */
    198 #define	netbsd32_SYS_compat_43_netbsd32_fstat43	62
    199 
    200 /* syscall: "compat_43_netbsd32_ogetkerninfo" ret: "int" args: "int" "netbsd32_charp" "netbsd32_intp" "int" */
    201 #define	netbsd32_SYS_compat_43_netbsd32_ogetkerninfo	63
    202 
    203 /* syscall: "compat_43_ogetpagesize" ret: "int" args: */
    204 #define	netbsd32_SYS_compat_43_ogetpagesize	64
    205 
    206 /* syscall: "compat_12_netbsd32_msync" ret: "int" args: "netbsd32_caddr_t" "netbsd32_size_t" */
    207 #define	netbsd32_SYS_compat_12_netbsd32_msync	65
    208 
    209 /* syscall: "vfork" ret: "int" args: */
    210 #define	netbsd32_SYS_vfork	66
    211 
    212 				/* 67 is obsolete vread */
    213 				/* 68 is obsolete vwrite */
    214 /* syscall: "netbsd32_sbrk" ret: "int" args: "netbsd32_intptr_t" */
    215 #define	netbsd32_SYS_netbsd32_sbrk	69
    216 
    217 /* syscall: "netbsd32_sstk" ret: "int" args: "int" */
    218 #define	netbsd32_SYS_netbsd32_sstk	70
    219 
    220 /* syscall: "compat_43_netbsd32_ommap" ret: "int" args: "netbsd32_caddr_t" "netbsd32_size_t" "int" "int" "int" "netbsd32_long" */
    221 #define	netbsd32_SYS_compat_43_netbsd32_ommap	71
    222 
    223 /* syscall: "vadvise" ret: "int" args: "int" */
    224 #define	netbsd32_SYS_vadvise	72
    225 
    226 /* syscall: "netbsd32_munmap" ret: "int" args: "netbsd32_voidp" "netbsd32_size_t" */
    227 #define	netbsd32_SYS_netbsd32_munmap	73
    228 
    229 /* syscall: "netbsd32_mprotect" ret: "int" args: "netbsd32_voidp" "netbsd32_size_t" "int" */
    230 #define	netbsd32_SYS_netbsd32_mprotect	74
    231 
    232 /* syscall: "netbsd32_madvise" ret: "int" args: "netbsd32_voidp" "netbsd32_size_t" "int" */
    233 #define	netbsd32_SYS_netbsd32_madvise	75
    234 
    235 				/* 76 is obsolete vhangup */
    236 				/* 77 is obsolete vlimit */
    237 /* syscall: "netbsd32_mincore" ret: "int" args: "netbsd32_caddr_t" "netbsd32_size_t" "netbsd32_charp" */
    238 #define	netbsd32_SYS_netbsd32_mincore	78
    239 
    240 /* syscall: "netbsd32_getgroups" ret: "int" args: "int" "netbsd32_gid_tp" */
    241 #define	netbsd32_SYS_netbsd32_getgroups	79
    242 
    243 /* syscall: "netbsd32_setgroups" ret: "int" args: "int" "const netbsd32_gid_tp" */
    244 #define	netbsd32_SYS_netbsd32_setgroups	80
    245 
    246 /* syscall: "getpgrp" ret: "int" args: */
    247 #define	netbsd32_SYS_getpgrp	81
    248 
    249 /* syscall: "netbsd32_setpgid" ret: "int" args: "int" "int" */
    250 #define	netbsd32_SYS_netbsd32_setpgid	82
    251 
    252 /* syscall: "netbsd32_setitimer" ret: "int" args: "int" "const netbsd32_itimervalp_t" "netbsd32_itimervalp_t" */
    253 #define	netbsd32_SYS_netbsd32_setitimer	83
    254 
    255 /* syscall: "compat_43_owait" ret: "int" args: */
    256 #define	netbsd32_SYS_compat_43_owait	84
    257 
    258 /* syscall: "compat_12_netbsd32_oswapon" ret: "int" args: "const netbsd32_charp" */
    259 #define	netbsd32_SYS_compat_12_netbsd32_oswapon	85
    260 
    261 /* syscall: "netbsd32_getitimer" ret: "int" args: "int" "netbsd32_itimervalp_t" */
    262 #define	netbsd32_SYS_netbsd32_getitimer	86
    263 
    264 /* syscall: "compat_43_netbsd32_ogethostname" ret: "int" args: "netbsd32_charp" "u_int" */
    265 #define	netbsd32_SYS_compat_43_netbsd32_ogethostname	87
    266 
    267 /* syscall: "compat_43_netbsd32_osethostname" ret: "int" args: "netbsd32_charp" "u_int" */
    268 #define	netbsd32_SYS_compat_43_netbsd32_osethostname	88
    269 
    270 /* syscall: "compat_43_ogetdtablesize" ret: "int" args: */
    271 #define	netbsd32_SYS_compat_43_ogetdtablesize	89
    272 
    273 /* syscall: "netbsd32_dup2" ret: "int" args: "int" "int" */
    274 #define	netbsd32_SYS_netbsd32_dup2	90
    275 
    276 /* syscall: "netbsd32_fcntl" ret: "int" args: "int" "int" "..." */
    277 #define	netbsd32_SYS_netbsd32_fcntl	92
    278 
    279 /* syscall: "netbsd32_select" ret: "int" args: "int" "netbsd32_fd_setp_t" "netbsd32_fd_setp_t" "netbsd32_fd_setp_t" "netbsd32_timevalp_t" */
    280 #define	netbsd32_SYS_netbsd32_select	93
    281 
    282 /* syscall: "netbsd32_fsync" ret: "int" args: "int" */
    283 #define	netbsd32_SYS_netbsd32_fsync	95
    284 
    285 /* syscall: "netbsd32_setpriority" ret: "int" args: "int" "int" "int" */
    286 #define	netbsd32_SYS_netbsd32_setpriority	96
    287 
    288 /* syscall: "compat_30_netbsd32_socket" ret: "int" args: "int" "int" "int" */
    289 #define	netbsd32_SYS_compat_30_netbsd32_socket	97
    290 
    291 /* syscall: "netbsd32_connect" ret: "int" args: "int" "const netbsd32_sockaddrp_t" "int" */
    292 #define	netbsd32_SYS_netbsd32_connect	98
    293 
    294 /* syscall: "compat_43_netbsd32_oaccept" ret: "int" args: "int" "netbsd32_caddr_t" "netbsd32_intp" */
    295 #define	netbsd32_SYS_compat_43_netbsd32_oaccept	99
    296 
    297 /* syscall: "netbsd32_getpriority" ret: "int" args: "int" "int" */
    298 #define	netbsd32_SYS_netbsd32_getpriority	100
    299 
    300 /* syscall: "compat_43_netbsd32_osend" ret: "int" args: "int" "netbsd32_caddr_t" "int" "int" */
    301 #define	netbsd32_SYS_compat_43_netbsd32_osend	101
    302 
    303 /* syscall: "compat_43_netbsd32_orecv" ret: "int" args: "int" "netbsd32_caddr_t" "int" "int" */
    304 #define	netbsd32_SYS_compat_43_netbsd32_orecv	102
    305 
    306 /* syscall: "compat_13_sigreturn13" ret: "int" args: "netbsd32_sigcontextp_t" */
    307 #define	netbsd32_SYS_compat_13_sigreturn13	103
    308 
    309 /* syscall: "netbsd32_bind" ret: "int" args: "int" "const netbsd32_sockaddrp_t" "int" */
    310 #define	netbsd32_SYS_netbsd32_bind	104
    311 
    312 /* syscall: "netbsd32_setsockopt" ret: "int" args: "int" "int" "int" "const netbsd32_voidp" "int" */
    313 #define	netbsd32_SYS_netbsd32_setsockopt	105
    314 
    315 /* syscall: "netbsd32_listen" ret: "int" args: "int" "int" */
    316 #define	netbsd32_SYS_netbsd32_listen	106
    317 
    318 				/* 107 is obsolete vtimes */
    319 /* syscall: "compat_43_netbsd32_osigvec" ret: "int" args: "int" "netbsd32_sigvecp_t" "netbsd32_sigvecp_t" */
    320 #define	netbsd32_SYS_compat_43_netbsd32_osigvec	108
    321 
    322 /* syscall: "compat_43_netbsd32_sigblock" ret: "int" args: "int" */
    323 #define	netbsd32_SYS_compat_43_netbsd32_sigblock	109
    324 
    325 /* syscall: "compat_43_netbsd32_sigsetmask" ret: "int" args: "int" */
    326 #define	netbsd32_SYS_compat_43_netbsd32_sigsetmask	110
    327 
    328 /* syscall: "compat_13_sigsuspend13" ret: "int" args: "int" */
    329 #define	netbsd32_SYS_compat_13_sigsuspend13	111
    330 
    331 /* syscall: "compat_43_netbsd32_osigstack" ret: "int" args: "netbsd32_sigstackp_t" "netbsd32_sigstackp_t" */
    332 #define	netbsd32_SYS_compat_43_netbsd32_osigstack	112
    333 
    334 /* syscall: "compat_43_netbsd32_orecvmsg" ret: "int" args: "int" "netbsd32_omsghdrp_t" "int" */
    335 #define	netbsd32_SYS_compat_43_netbsd32_orecvmsg	113
    336 
    337 /* syscall: "compat_43_netbsd32_osendmsg" ret: "int" args: "int" "netbsd32_caddr_t" "int" */
    338 #define	netbsd32_SYS_compat_43_netbsd32_osendmsg	114
    339 
    340 				/* 115 is obsolete vtrace */
    341 /* syscall: "netbsd32_gettimeofday" ret: "int" args: "netbsd32_timevalp_t" "netbsd32_timezonep_t" */
    342 #define	netbsd32_SYS_netbsd32_gettimeofday	116
    343 
    344 /* syscall: "netbsd32_getrusage" ret: "int" args: "int" "netbsd32_rusagep_t" */
    345 #define	netbsd32_SYS_netbsd32_getrusage	117
    346 
    347 /* syscall: "netbsd32_getsockopt" ret: "int" args: "int" "int" "int" "netbsd32_voidp" "netbsd32_intp" */
    348 #define	netbsd32_SYS_netbsd32_getsockopt	118
    349 
    350 				/* 119 is obsolete resuba */
    351 /* syscall: "netbsd32_readv" ret: "netbsd32_ssize_t" args: "int" "const netbsd32_iovecp_t" "int" */
    352 #define	netbsd32_SYS_netbsd32_readv	120
    353 
    354 /* syscall: "netbsd32_writev" ret: "netbsd32_ssize_t" args: "int" "const netbsd32_iovecp_t" "int" */
    355 #define	netbsd32_SYS_netbsd32_writev	121
    356 
    357 /* syscall: "netbsd32_settimeofday" ret: "int" args: "const netbsd32_timevalp_t" "const netbsd32_timezonep_t" */
    358 #define	netbsd32_SYS_netbsd32_settimeofday	122
    359 
    360 /* syscall: "netbsd32_fchown" ret: "int" args: "int" "uid_t" "gid_t" */
    361 #define	netbsd32_SYS_netbsd32_fchown	123
    362 
    363 /* syscall: "netbsd32_fchmod" ret: "int" args: "int" "mode_t" */
    364 #define	netbsd32_SYS_netbsd32_fchmod	124
    365 
    366 /* syscall: "compat_43_netbsd32_orecvfrom" ret: "int" args: "int" "netbsd32_caddr_t" "netbsd32_size_t" "int" "netbsd32_caddr_t" "netbsd32_intp" */
    367 #define	netbsd32_SYS_compat_43_netbsd32_orecvfrom	125
    368 
    369 /* syscall: "netbsd32_setreuid" ret: "int" args: "uid_t" "uid_t" */
    370 #define	netbsd32_SYS_netbsd32_setreuid	126
    371 
    372 /* syscall: "netbsd32_setregid" ret: "int" args: "gid_t" "gid_t" */
    373 #define	netbsd32_SYS_netbsd32_setregid	127
    374 
    375 /* syscall: "netbsd32_rename" ret: "int" args: "const netbsd32_charp" "const netbsd32_charp" */
    376 #define	netbsd32_SYS_netbsd32_rename	128
    377 
    378 /* syscall: "compat_43_netbsd32_otruncate" ret: "int" args: "const netbsd32_charp" "netbsd32_long" */
    379 #define	netbsd32_SYS_compat_43_netbsd32_otruncate	129
    380 
    381 /* syscall: "compat_43_netbsd32_oftruncate" ret: "int" args: "int" "netbsd32_long" */
    382 #define	netbsd32_SYS_compat_43_netbsd32_oftruncate	130
    383 
    384 /* syscall: "netbsd32_flock" ret: "int" args: "int" "int" */
    385 #define	netbsd32_SYS_netbsd32_flock	131
    386 
    387 /* syscall: "netbsd32_mkfifo" ret: "int" args: "const netbsd32_charp" "mode_t" */
    388 #define	netbsd32_SYS_netbsd32_mkfifo	132
    389 
    390 /* syscall: "netbsd32_sendto" ret: "netbsd32_ssize_t" args: "int" "const netbsd32_voidp" "netbsd32_size_t" "int" "const netbsd32_sockaddrp_t" "int" */
    391 #define	netbsd32_SYS_netbsd32_sendto	133
    392 
    393 /* syscall: "netbsd32_shutdown" ret: "int" args: "int" "int" */
    394 #define	netbsd32_SYS_netbsd32_shutdown	134
    395 
    396 /* syscall: "netbsd32_socketpair" ret: "int" args: "int" "int" "int" "netbsd32_intp" */
    397 #define	netbsd32_SYS_netbsd32_socketpair	135
    398 
    399 /* syscall: "netbsd32_mkdir" ret: "int" args: "const netbsd32_charp" "mode_t" */
    400 #define	netbsd32_SYS_netbsd32_mkdir	136
    401 
    402 /* syscall: "netbsd32_rmdir" ret: "int" args: "const netbsd32_charp" */
    403 #define	netbsd32_SYS_netbsd32_rmdir	137
    404 
    405 /* syscall: "netbsd32_utimes" ret: "int" args: "const netbsd32_charp" "const netbsd32_timevalp_t" */
    406 #define	netbsd32_SYS_netbsd32_utimes	138
    407 
    408 				/* 139 is obsolete 4.2 sigreturn */
    409 /* syscall: "netbsd32_adjtime" ret: "int" args: "const netbsd32_timevalp_t" "netbsd32_timevalp_t" */
    410 #define	netbsd32_SYS_netbsd32_adjtime	140
    411 
    412 /* syscall: "compat_43_netbsd32_ogetpeername" ret: "int" args: "int" "netbsd32_caddr_t" "netbsd32_intp" */
    413 #define	netbsd32_SYS_compat_43_netbsd32_ogetpeername	141
    414 
    415 /* syscall: "compat_43_ogethostid" ret: "int32_t" args: */
    416 #define	netbsd32_SYS_compat_43_ogethostid	142
    417 
    418 /* syscall: "compat_43_netbsd32_sethostid" ret: "int" args: "int32_t" */
    419 #define	netbsd32_SYS_compat_43_netbsd32_sethostid	143
    420 
    421 /* syscall: "compat_43_netbsd32_ogetrlimit" ret: "int" args: "int" "netbsd32_orlimitp_t" */
    422 #define	netbsd32_SYS_compat_43_netbsd32_ogetrlimit	144
    423 
    424 /* syscall: "compat_43_netbsd32_osetrlimit" ret: "int" args: "int" "const netbsd32_orlimitp_t" */
    425 #define	netbsd32_SYS_compat_43_netbsd32_osetrlimit	145
    426 
    427 /* syscall: "compat_43_netbsd32_killpg" ret: "int" args: "int" "int" */
    428 #define	netbsd32_SYS_compat_43_netbsd32_killpg	146
    429 
    430 /* syscall: "setsid" ret: "int" args: */
    431 #define	netbsd32_SYS_setsid	147
    432 
    433 /* syscall: "netbsd32_quotactl" ret: "int" args: "const netbsd32_charp" "int" "int" "netbsd32_caddr_t" */
    434 #define	netbsd32_SYS_netbsd32_quotactl	148
    435 
    436 /* syscall: "compat_43_oquota" ret: "int" args: */
    437 #define	netbsd32_SYS_compat_43_oquota	149
    438 
    439 /* syscall: "compat_43_netbsd32_ogetsockname" ret: "int" args: "int" "netbsd32_caddr_t" "netbsd32_intp" */
    440 #define	netbsd32_SYS_compat_43_netbsd32_ogetsockname	150
    441 
    442 #if defined(NFS) || defined(NFSSERVER) || !defined(_KERNEL)
    443 /* syscall: "netbsd32_nfssvc" ret: "int" args: "int" "netbsd32_voidp" */
    444 #define	netbsd32_SYS_netbsd32_nfssvc	155
    445 
    446 #else
    447 				/* 155 is excluded netbsd32_nfssvc */
    448 #endif
    449 /* syscall: "compat_43_netbsd32_ogetdirentries" ret: "int" args: "int" "netbsd32_charp" "u_int" "netbsd32_longp" */
    450 #define	netbsd32_SYS_compat_43_netbsd32_ogetdirentries	156
    451 
    452 /* syscall: "compat_20_netbsd32_statfs" ret: "int" args: "const netbsd32_charp" "netbsd32_statfsp_t" */
    453 #define	netbsd32_SYS_compat_20_netbsd32_statfs	157
    454 
    455 /* syscall: "compat_20_netbsd32_fstatfs" ret: "int" args: "int" "netbsd32_statfsp_t" */
    456 #define	netbsd32_SYS_compat_20_netbsd32_fstatfs	158
    457 
    458 /* syscall: "compat_30_netbsd32_getfh" ret: "int" args: "const netbsd32_charp" "netbsd32_compat_30_fhandlep_t" */
    459 #define	netbsd32_SYS_compat_30_netbsd32_getfh	161
    460 
    461 /* syscall: "compat_09_netbsd32_ogetdomainname" ret: "int" args: "netbsd32_charp" "int" */
    462 #define	netbsd32_SYS_compat_09_netbsd32_ogetdomainname	162
    463 
    464 /* syscall: "compat_09_netbsd32_osetdomainname" ret: "int" args: "netbsd32_charp" "int" */
    465 #define	netbsd32_SYS_compat_09_netbsd32_osetdomainname	163
    466 
    467 /* syscall: "compat_09_netbsd32_uname" ret: "int" args: "netbsd32_outsnamep_t" */
    468 #define	netbsd32_SYS_compat_09_netbsd32_uname	164
    469 
    470 /* syscall: "netbsd32_sysarch" ret: "int" args: "int" "netbsd32_voidp" */
    471 #define	netbsd32_SYS_netbsd32_sysarch	165
    472 
    473 #if defined(SYSVSEM) || !defined(_KERNEL)
    474 /* syscall: "compat_10_osemsys" ret: "int" args: "int" "int" "int" "int" "int" */
    475 #define	netbsd32_SYS_compat_10_osemsys	169
    476 
    477 #else
    478 				/* 169 is excluded netbsd32_sys_semsys */
    479 #endif
    480 #if defined(SYSVMSG) || !defined(_KERNEL)
    481 /* syscall: "compat_10_omsgsys" ret: "int" args: "int" "int" "int" "int" "int" "int" */
    482 #define	netbsd32_SYS_compat_10_omsgsys	170
    483 
    484 #else
    485 				/* 170 is excluded netbsd32_sys_msgsys */
    486 #endif
    487 #if defined(SYSVSHM) || !defined(_KERNEL)
    488 /* syscall: "compat_10_oshmsys" ret: "int" args: "int" "int" "int" "int" */
    489 #define	netbsd32_SYS_compat_10_oshmsys	171
    490 
    491 #else
    492 				/* 171 is excluded netbsd32_sys_shmsys */
    493 #endif
    494 /* syscall: "netbsd32_pread" ret: "netbsd32_ssize_t" args: "int" "netbsd32_voidp" "netbsd32_size_t" "int" "off_t" */
    495 #define	netbsd32_SYS_netbsd32_pread	173
    496 
    497 /* syscall: "netbsd32_pwrite" ret: "netbsd32_ssize_t" args: "int" "const netbsd32_voidp" "netbsd32_size_t" "int" "off_t" */
    498 #define	netbsd32_SYS_netbsd32_pwrite	174
    499 
    500 /* syscall: "compat_30_netbsd32_ntp_gettime" ret: "int" args: "netbsd32_ntptimevalp_t" */
    501 #define	netbsd32_SYS_compat_30_netbsd32_ntp_gettime	175
    502 
    503 /* syscall: "netbsd32_ntp_adjtime" ret: "int" args: "netbsd32_timexp_t" */
    504 #define	netbsd32_SYS_netbsd32_ntp_adjtime	176
    505 
    506 /* syscall: "netbsd32_setgid" ret: "int" args: "gid_t" */
    507 #define	netbsd32_SYS_netbsd32_setgid	181
    508 
    509 /* syscall: "netbsd32_setegid" ret: "int" args: "gid_t" */
    510 #define	netbsd32_SYS_netbsd32_setegid	182
    511 
    512 /* syscall: "netbsd32_seteuid" ret: "int" args: "uid_t" */
    513 #define	netbsd32_SYS_netbsd32_seteuid	183
    514 
    515 #if defined(LFS) || !defined(_KERNEL)
    516 /* syscall: "lfs_bmapv" ret: "int" args: "netbsd32_fsid_tp_t" "netbsd32_block_infop_t" "int" */
    517 #define	netbsd32_SYS_lfs_bmapv	184
    518 
    519 /* syscall: "lfs_markv" ret: "int" args: "netbsd32_fsid_tp_t" "netbsd32_block_infop_t" "int" */
    520 #define	netbsd32_SYS_lfs_markv	185
    521 
    522 /* syscall: "lfs_segclean" ret: "int" args: "netbsd32_fsid_tp_t" "netbsd32_u_long" */
    523 #define	netbsd32_SYS_lfs_segclean	186
    524 
    525 /* syscall: "lfs_segwait" ret: "int" args: "netbsd32_fsid_tp_t" "netbsd32_timevalp_t" */
    526 #define	netbsd32_SYS_lfs_segwait	187
    527 
    528 #else
    529 				/* 184 is excluded netbsd32_sys_lfs_bmapv */
    530 				/* 185 is excluded netbsd32_sys_lfs_markv */
    531 				/* 186 is excluded netbsd32_sys_lfs_segclean */
    532 				/* 187 is excluded netbsd32_sys_lfs_segwait */
    533 #endif
    534 /* syscall: "compat_12_netbsd32_stat12" ret: "int" args: "const netbsd32_charp" "netbsd32_stat12p_t" */
    535 #define	netbsd32_SYS_compat_12_netbsd32_stat12	188
    536 
    537 /* syscall: "compat_12_netbsd32_fstat12" ret: "int" args: "int" "netbsd32_stat12p_t" */
    538 #define	netbsd32_SYS_compat_12_netbsd32_fstat12	189
    539 
    540 /* syscall: "compat_12_netbsd32_lstat12" ret: "int" args: "const netbsd32_charp" "netbsd32_stat12p_t" */
    541 #define	netbsd32_SYS_compat_12_netbsd32_lstat12	190
    542 
    543 /* syscall: "netbsd32_pathconf" ret: "netbsd32_long" args: "const netbsd32_charp" "int" */
    544 #define	netbsd32_SYS_netbsd32_pathconf	191
    545 
    546 /* syscall: "netbsd32_fpathconf" ret: "netbsd32_long" args: "int" "int" */
    547 #define	netbsd32_SYS_netbsd32_fpathconf	192
    548 
    549 /* syscall: "netbsd32_getrlimit" ret: "int" args: "int" "netbsd32_rlimitp_t" */
    550 #define	netbsd32_SYS_netbsd32_getrlimit	194
    551 
    552 /* syscall: "netbsd32_setrlimit" ret: "int" args: "int" "const netbsd32_rlimitp_t" */
    553 #define	netbsd32_SYS_netbsd32_setrlimit	195
    554 
    555 /* syscall: "compat_12_netbsd32_getdirentries" ret: "int" args: "int" "netbsd32_charp" "u_int" "netbsd32_longp" */
    556 #define	netbsd32_SYS_compat_12_netbsd32_getdirentries	196
    557 
    558 /* syscall: "netbsd32_mmap" ret: "netbsd32_voidp" args: "netbsd32_voidp" "netbsd32_size_t" "int" "int" "int" "netbsd32_long" "off_t" */
    559 #define	netbsd32_SYS_netbsd32_mmap	197
    560 
    561 /* syscall: "__syscall" ret: "quad_t" args: "quad_t" "..." */
    562 #define	netbsd32_SYS___syscall	198
    563 
    564 /* syscall: "netbsd32_lseek" ret: "off_t" args: "int" "int" "off_t" "int" */
    565 #define	netbsd32_SYS_netbsd32_lseek	199
    566 
    567 /* syscall: "netbsd32_truncate" ret: "int" args: "const netbsd32_charp" "int" "off_t" */
    568 #define	netbsd32_SYS_netbsd32_truncate	200
    569 
    570 /* syscall: "netbsd32_ftruncate" ret: "int" args: "int" "int" "off_t" */
    571 #define	netbsd32_SYS_netbsd32_ftruncate	201
    572 
    573 /* syscall: "netbsd32___sysctl" ret: "int" args: "netbsd32_intp" "u_int" "netbsd32_voidp" "netbsd32_size_tp" "netbsd32_voidp" "netbsd32_size_t" */
    574 #define	netbsd32_SYS_netbsd32___sysctl	202
    575 
    576 /* syscall: "netbsd32_mlock" ret: "int" args: "const netbsd32_voidp" "netbsd32_size_t" */
    577 #define	netbsd32_SYS_netbsd32_mlock	203
    578 
    579 /* syscall: "netbsd32_munlock" ret: "int" args: "const netbsd32_voidp" "netbsd32_size_t" */
    580 #define	netbsd32_SYS_netbsd32_munlock	204
    581 
    582 /* syscall: "netbsd32_undelete" ret: "int" args: "const netbsd32_charp" */
    583 #define	netbsd32_SYS_netbsd32_undelete	205
    584 
    585 /* syscall: "netbsd32_futimes" ret: "int" args: "int" "const netbsd32_timevalp_t" */
    586 #define	netbsd32_SYS_netbsd32_futimes	206
    587 
    588 /* syscall: "netbsd32_getpgid" ret: "int" args: "pid_t" */
    589 #define	netbsd32_SYS_netbsd32_getpgid	207
    590 
    591 /* syscall: "netbsd32_reboot" ret: "int" args: "int" "netbsd32_charp" */
    592 #define	netbsd32_SYS_netbsd32_reboot	208
    593 
    594 /* syscall: "netbsd32_poll" ret: "int" args: "netbsd32_pollfdp_t" "u_int" "int" */
    595 #define	netbsd32_SYS_netbsd32_poll	209
    596 
    597 #if defined(LKM) || !defined(_KERNEL)
    598 #else	/* !LKM || !_KERNEL */
    599 				/* 210 is excluded lkmnosys */
    600 				/* 211 is excluded lkmnosys */
    601 				/* 212 is excluded lkmnosys */
    602 				/* 213 is excluded lkmnosys */
    603 				/* 214 is excluded lkmnosys */
    604 				/* 215 is excluded lkmnosys */
    605 				/* 216 is excluded lkmnosys */
    606 				/* 217 is excluded lkmnosys */
    607 				/* 218 is excluded lkmnosys */
    608 				/* 219 is excluded lkmnosys */
    609 #endif	/* !LKM || !_KERNEL */
    610 #if defined(SYSVSEM) || !defined(_KERNEL)
    611 /* syscall: "compat_14_netbsd32___semctl" ret: "int" args: "int" "int" "int" "netbsd32_semunu_t" */
    612 #define	netbsd32_SYS_compat_14_netbsd32___semctl	220
    613 
    614 /* syscall: "netbsd32_semget" ret: "int" args: "netbsd32_key_t" "int" "int" */
    615 #define	netbsd32_SYS_netbsd32_semget	221
    616 
    617 /* syscall: "netbsd32_semop" ret: "int" args: "int" "netbsd32_sembufp_t" "netbsd32_size_t" */
    618 #define	netbsd32_SYS_netbsd32_semop	222
    619 
    620 /* syscall: "netbsd32_semconfig" ret: "int" args: "int" */
    621 #define	netbsd32_SYS_netbsd32_semconfig	223
    622 
    623 #else
    624 				/* 220 is excluded compat_14_netbsd32_semctl */
    625 				/* 221 is excluded netbsd32_semget */
    626 				/* 222 is excluded netbsd32_semop */
    627 				/* 223 is excluded netbsd32_semconfig */
    628 #endif
    629 #if defined(SYSVMSG) || !defined(_KERNEL)
    630 /* syscall: "compat_14_netbsd32_msgctl" ret: "int" args: "int" "int" "netbsd32_msqid_dsp_t" */
    631 #define	netbsd32_SYS_compat_14_netbsd32_msgctl	224
    632 
    633 /* syscall: "netbsd32_msgget" ret: "int" args: "netbsd32_key_t" "int" */
    634 #define	netbsd32_SYS_netbsd32_msgget	225
    635 
    636 /* syscall: "netbsd32_msgsnd" ret: "int" args: "int" "const netbsd32_voidp" "netbsd32_size_t" "int" */
    637 #define	netbsd32_SYS_netbsd32_msgsnd	226
    638 
    639 /* syscall: "netbsd32_msgrcv" ret: "netbsd32_ssize_t" args: "int" "netbsd32_voidp" "netbsd32_size_t" "netbsd32_long" "int" */
    640 #define	netbsd32_SYS_netbsd32_msgrcv	227
    641 
    642 #else
    643 				/* 224 is excluded compat_14_netbsd32_msgctl */
    644 				/* 225 is excluded netbsd32_msgget */
    645 				/* 226 is excluded netbsd32_msgsnd */
    646 				/* 227 is excluded netbsd32_msgrcv */
    647 #endif
    648 #if defined(SYSVSHM) || !defined(_KERNEL)
    649 /* syscall: "netbsd32_shmat" ret: "netbsd32_voidp" args: "int" "const netbsd32_voidp" "int" */
    650 #define	netbsd32_SYS_netbsd32_shmat	228
    651 
    652 /* syscall: "compat_14_netbsd32_shmctl" ret: "int" args: "int" "int" "netbsd32_shmid_dsp_t" */
    653 #define	netbsd32_SYS_compat_14_netbsd32_shmctl	229
    654 
    655 /* syscall: "netbsd32_shmdt" ret: "int" args: "const netbsd32_voidp" */
    656 #define	netbsd32_SYS_netbsd32_shmdt	230
    657 
    658 /* syscall: "netbsd32_shmget" ret: "int" args: "netbsd32_key_t" "netbsd32_size_t" "int" */
    659 #define	netbsd32_SYS_netbsd32_shmget	231
    660 
    661 #else
    662 				/* 228 is excluded netbsd32_shmat */
    663 				/* 229 is excluded compat_14_netbsd32_shmctl */
    664 				/* 230 is excluded netbsd32_shmdt */
    665 				/* 231 is excluded netbsd32_shmget */
    666 #endif
    667 /* syscall: "netbsd32_clock_gettime" ret: "int" args: "netbsd32_clockid_t" "netbsd32_timespecp_t" */
    668 #define	netbsd32_SYS_netbsd32_clock_gettime	232
    669 
    670 /* syscall: "netbsd32_clock_settime" ret: "int" args: "netbsd32_clockid_t" "const netbsd32_timespecp_t" */
    671 #define	netbsd32_SYS_netbsd32_clock_settime	233
    672 
    673 /* syscall: "netbsd32_clock_getres" ret: "int" args: "netbsd32_clockid_t" "netbsd32_timespecp_t" */
    674 #define	netbsd32_SYS_netbsd32_clock_getres	234
    675 
    676 /* syscall: "netbsd32_timer_create" ret: "int" args: "netbsd32_clockid_t" "netbsd32_sigeventp_t" "netbsd32_timerp_t" */
    677 #define	netbsd32_SYS_netbsd32_timer_create	235
    678 
    679 /* syscall: "netbsd32_timer_delete" ret: "int" args: "netbsd32_timer_t" */
    680 #define	netbsd32_SYS_netbsd32_timer_delete	236
    681 
    682 /* syscall: "netbsd32_timer_settime" ret: "int" args: "netbsd32_timer_t" "int" "const netbsd32_itimerspecp_t" "netbsd32_itimerspecp_t" */
    683 #define	netbsd32_SYS_netbsd32_timer_settime	237
    684 
    685 /* syscall: "netbsd32_timer_gettime" ret: "int" args: "netbsd32_timer_t" "netbsd32_itimerspecp_t" */
    686 #define	netbsd32_SYS_netbsd32_timer_gettime	238
    687 
    688 /* syscall: "netbsd32_timer_getoverrun" ret: "int" args: "netbsd32_timer_t" */
    689 #define	netbsd32_SYS_netbsd32_timer_getoverrun	239
    690 
    691 /* syscall: "netbsd32_nanosleep" ret: "int" args: "const netbsd32_timespecp_t" "netbsd32_timespecp_t" */
    692 #define	netbsd32_SYS_netbsd32_nanosleep	240
    693 
    694 /* syscall: "netbsd32_fdatasync" ret: "int" args: "int" */
    695 #define	netbsd32_SYS_netbsd32_fdatasync	241
    696 
    697 /* syscall: "netbsd32_mlockall" ret: "int" args: "int" */
    698 #define	netbsd32_SYS_netbsd32_mlockall	242
    699 
    700 /* syscall: "munlockall" ret: "int" args: */
    701 #define	netbsd32_SYS_munlockall	243
    702 
    703 /* syscall: "netbsd32___sigtimedwait" ret: "int" args: "const netbsd32_sigsetp_t" "netbsd32_siginfop_t" "netbsd32_timespecp_t" */
    704 #define	netbsd32_SYS_netbsd32___sigtimedwait	244
    705 
    706 #if defined(P1003_1B_SEMAPHORE) || (!defined(_KERNEL) && defined(_LIBC))
    707 /* syscall: "netbsd32__ksem_init" ret: "int" args: "unsigned int" "netbsd32_semidp_t" */
    708 #define	netbsd32_SYS_netbsd32__ksem_init	247
    709 
    710 /* syscall: "netbsd32__ksem_open" ret: "int" args: "const netbsd32_charp" "int" "mode_t" "unsigned int" "netbsd32_semidp_t" */
    711 #define	netbsd32_SYS_netbsd32__ksem_open	248
    712 
    713 /* syscall: "netbsd32__ksem_unlink" ret: "int" args: "const netbsd32_charp" */
    714 #define	netbsd32_SYS_netbsd32__ksem_unlink	249
    715 
    716 /* syscall: "netbsd32__ksem_close" ret: "int" args: "netbsd32_semid_t" */
    717 #define	netbsd32_SYS_netbsd32__ksem_close	250
    718 
    719 /* syscall: "netbsd32__ksem_post" ret: "int" args: "netbsd32_semid_t" */
    720 #define	netbsd32_SYS_netbsd32__ksem_post	251
    721 
    722 /* syscall: "netbsd32__ksem_wait" ret: "int" args: "netbsd32_semid_t" */
    723 #define	netbsd32_SYS_netbsd32__ksem_wait	252
    724 
    725 /* syscall: "netbsd32__ksem_trywait" ret: "int" args: "netbsd32_semid_t" */
    726 #define	netbsd32_SYS_netbsd32__ksem_trywait	253
    727 
    728 /* syscall: "netbsd32__ksem_getvalue" ret: "int" args: "netbsd32_semid_t" "netbsd32_intp" */
    729 #define	netbsd32_SYS_netbsd32__ksem_getvalue	254
    730 
    731 /* syscall: "netbsd32__ksem_destroy" ret: "int" args: "netbsd32_semid_t" */
    732 #define	netbsd32_SYS_netbsd32__ksem_destroy	255
    733 
    734 #else
    735 				/* 247 is excluded sys__ksem_init */
    736 				/* 248 is excluded sys__ksem_open */
    737 				/* 249 is excluded sys__ksem_unlink */
    738 				/* 250 is excluded sys__ksem_close */
    739 				/* 251 is excluded sys__ksem_post */
    740 				/* 252 is excluded sys__ksem_wait */
    741 				/* 253 is excluded sys__ksem_trywait */
    742 				/* 254 is excluded sys__ksem_getvalue */
    743 				/* 255 is excluded sys__ksem_destroy */
    744 #endif
    745 /* syscall: "netbsd32___posix_rename" ret: "int" args: "const netbsd32_charp" "const netbsd32_charp" */
    746 #define	netbsd32_SYS_netbsd32___posix_rename	270
    747 
    748 /* syscall: "netbsd32_swapctl" ret: "int" args: "int" "netbsd32_voidp" "int" */
    749 #define	netbsd32_SYS_netbsd32_swapctl	271
    750 
    751 /* syscall: "compat_30_netbsd32_getdents" ret: "int" args: "int" "netbsd32_charp" "netbsd32_size_t" */
    752 #define	netbsd32_SYS_compat_30_netbsd32_getdents	272
    753 
    754 /* syscall: "netbsd32_minherit" ret: "int" args: "netbsd32_voidp" "netbsd32_size_t" "int" */
    755 #define	netbsd32_SYS_netbsd32_minherit	273
    756 
    757 /* syscall: "netbsd32_lchmod" ret: "int" args: "const netbsd32_charp" "mode_t" */
    758 #define	netbsd32_SYS_netbsd32_lchmod	274
    759 
    760 /* syscall: "netbsd32_lchown" ret: "int" args: "const netbsd32_charp" "uid_t" "gid_t" */
    761 #define	netbsd32_SYS_netbsd32_lchown	275
    762 
    763 /* syscall: "netbsd32_lutimes" ret: "int" args: "const netbsd32_charp" "const netbsd32_timevalp_t" */
    764 #define	netbsd32_SYS_netbsd32_lutimes	276
    765 
    766 /* syscall: "netbsd32___msync13" ret: "int" args: "netbsd32_voidp" "netbsd32_size_t" "int" */
    767 #define	netbsd32_SYS_netbsd32___msync13	277
    768 
    769 /* syscall: "compat_30_netbsd32___stat13" ret: "int" args: "const netbsd32_charp" "netbsd32_stat13p_t" */
    770 #define	netbsd32_SYS_compat_30_netbsd32___stat13	278
    771 
    772 /* syscall: "compat_30_netbsd32___fstat13" ret: "int" args: "int" "netbsd32_stat13p_t" */
    773 #define	netbsd32_SYS_compat_30_netbsd32___fstat13	279
    774 
    775 /* syscall: "compat_30_netbsd32___lstat13" ret: "int" args: "const netbsd32_charp" "netbsd32_stat13p_t" */
    776 #define	netbsd32_SYS_compat_30_netbsd32___lstat13	280
    777 
    778 /* syscall: "netbsd32___sigaltstack14" ret: "int" args: "const netbsd32_sigaltstackp_t" "netbsd32_sigaltstackp_t" */
    779 #define	netbsd32_SYS_netbsd32___sigaltstack14	281
    780 
    781 /* syscall: "__vfork14" ret: "int" args: */
    782 #define	netbsd32_SYS___vfork14	282
    783 
    784 /* syscall: "netbsd32___posix_chown" ret: "int" args: "const netbsd32_charp" "uid_t" "gid_t" */
    785 #define	netbsd32_SYS_netbsd32___posix_chown	283
    786 
    787 /* syscall: "netbsd32___posix_fchown" ret: "int" args: "int" "uid_t" "gid_t" */
    788 #define	netbsd32_SYS_netbsd32___posix_fchown	284
    789 
    790 /* syscall: "netbsd32___posix_lchown" ret: "int" args: "const netbsd32_charp" "uid_t" "gid_t" */
    791 #define	netbsd32_SYS_netbsd32___posix_lchown	285
    792 
    793 /* syscall: "netbsd32_getsid" ret: "pid_t" args: "pid_t" */
    794 #define	netbsd32_SYS_netbsd32_getsid	286
    795 
    796 /* syscall: "netbsd32___clone" ret: "int" args: "int" "netbsd32_voidp" */
    797 #define	netbsd32_SYS_netbsd32___clone	287
    798 
    799 /* syscall: "netbsd32_fktrace" ret: "int" args: "const int" "int" "int" "int" */
    800 #define	netbsd32_SYS_netbsd32_fktrace	288
    801 
    802 /* syscall: "netbsd32_preadv" ret: "netbsd32_ssize_t" args: "int" "const netbsd32_iovecp_t" "int" "int" "off_t" */
    803 #define	netbsd32_SYS_netbsd32_preadv	289
    804 
    805 /* syscall: "netbsd32_pwritev" ret: "netbsd32_ssize_t" args: "int" "const netbsd32_iovecp_t" "int" "int" "off_t" */
    806 #define	netbsd32_SYS_netbsd32_pwritev	290
    807 
    808 /* syscall: "netbsd32___sigaction14" ret: "int" args: "int" "const netbsd32_sigactionp_t" "netbsd32_sigactionp_t" */
    809 #define	netbsd32_SYS_netbsd32___sigaction14	291
    810 
    811 /* syscall: "netbsd32___sigpending14" ret: "int" args: "netbsd32_sigsetp_t" */
    812 #define	netbsd32_SYS_netbsd32___sigpending14	292
    813 
    814 /* syscall: "netbsd32___sigprocmask14" ret: "int" args: "int" "const netbsd32_sigsetp_t" "netbsd32_sigsetp_t" */
    815 #define	netbsd32_SYS_netbsd32___sigprocmask14	293
    816 
    817 /* syscall: "netbsd32___sigsuspend14" ret: "int" args: "const netbsd32_sigsetp_t" */
    818 #define	netbsd32_SYS_netbsd32___sigsuspend14	294
    819 
    820 /* syscall: "compat_16_netbsd32___sigreturn14" ret: "int" args: "netbsd32_sigcontextp_t" */
    821 #define	netbsd32_SYS_compat_16_netbsd32___sigreturn14	295
    822 
    823 /* syscall: "netbsd32___getcwd" ret: "int" args: "netbsd32_charp" "netbsd32_size_t" */
    824 #define	netbsd32_SYS_netbsd32___getcwd	296
    825 
    826 /* syscall: "netbsd32_fchroot" ret: "int" args: "int" */
    827 #define	netbsd32_SYS_netbsd32_fchroot	297
    828 
    829 /* syscall: "compat_30_netbsd32_fhopen" ret: "int" args: "const netbsd32_fhandlep_t" "int" */
    830 #define	netbsd32_SYS_compat_30_netbsd32_fhopen	298
    831 
    832 /* syscall: "compat_30_netbsd32_fhstat" ret: "int" args: "const netbsd32_fhandlep_t" "netbsd32_stat13p_t" */
    833 #define	netbsd32_SYS_compat_30_netbsd32_fhstat	299
    834 
    835 /* syscall: "compat_20_netbsd32_fhstatfs" ret: "int" args: "netbsd32_fhandlep_t" "netbsd32_statp_t" */
    836 #define	netbsd32_SYS_compat_20_netbsd32_fhstatfs	300
    837 
    838 #if defined(SYSVSEM) || !defined(_KERNEL)
    839 /* syscall: "netbsd32___semctl14" ret: "int" args: "int" "int" "int" "..." */
    840 #define	netbsd32_SYS_netbsd32___semctl14	301
    841 
    842 #else
    843 				/* 301 is excluded __semctl14 */
    844 #endif
    845 #if defined(SYSVMSG) || !defined(_KERNEL)
    846 /* syscall: "netbsd32___msgctl13" ret: "int" args: "int" "int" "netbsd32_msqid_dsp_t" */
    847 #define	netbsd32_SYS_netbsd32___msgctl13	302
    848 
    849 #else
    850 				/* 302 is excluded __msgctl13 */
    851 #endif
    852 #if defined(SYSVSHM) || !defined(_KERNEL)
    853 /* syscall: "netbsd32___shmctl13" ret: "int" args: "int" "int" "netbsd32_shmid_dsp_t" */
    854 #define	netbsd32_SYS_netbsd32___shmctl13	303
    855 
    856 #else
    857 				/* 303 is excluded __shmctl13 */
    858 #endif
    859 /* syscall: "netbsd32_lchflags" ret: "int" args: "const netbsd32_charp" "netbsd32_u_long" */
    860 #define	netbsd32_SYS_netbsd32_lchflags	304
    861 
    862 /* syscall: "issetugid" ret: "int" args: */
    863 #define	netbsd32_SYS_issetugid	305
    864 
    865 /* syscall: "netbsd32_utrace" ret: "int" args: "const netbsd32_charp" "netbsd32_voidp" "netbsd32_size_t" */
    866 #define	netbsd32_SYS_netbsd32_utrace	306
    867 
    868 /* syscall: "netbsd32_getcontext" ret: "int" args: "netbsd32_ucontextp" */
    869 #define	netbsd32_SYS_netbsd32_getcontext	307
    870 
    871 /* syscall: "netbsd32_setcontext" ret: "int" args: "netbsd32_ucontextp" "uint32_t" "netbsd32_lwpidp" */
    872 #define	netbsd32_SYS_netbsd32_setcontext	308
    873 
    874 /* syscall: "netbsd32__lwp_create" ret: "int" args: "const netbsd32_ucontextp" "netbsd32_u_long" "netbsd32_lwpidp" */
    875 #define	netbsd32_SYS_netbsd32__lwp_create	309
    876 
    877 /* syscall: "_lwp_exit" ret: "int" args: */
    878 #define	netbsd32_SYS__lwp_exit	310
    879 
    880 /* syscall: "_lwp_self" ret: "lwpid_t" args: */
    881 #define	netbsd32_SYS__lwp_self	311
    882 
    883 /* syscall: "netbsd32__lwp_wait" ret: "int" args: "lwpid_t" "netbsd32_lwpidp" */
    884 #define	netbsd32_SYS_netbsd32__lwp_wait	312
    885 
    886 /* syscall: "netbsd32__lwp_suspend" ret: "int" args: "lwpid_t" */
    887 #define	netbsd32_SYS_netbsd32__lwp_suspend	313
    888 
    889 /* syscall: "netbsd32__lwp_continue" ret: "int" args: "lwpid_t" */
    890 #define	netbsd32_SYS_netbsd32__lwp_continue	314
    891 
    892 /* syscall: "netbsd32__lwp_wakeup" ret: "int" args: "lwpid_t" */
    893 #define	netbsd32_SYS_netbsd32__lwp_wakeup	315
    894 
    895 /* syscall: "_lwp_getprivate" ret: "void *" args: */
    896 #define	netbsd32_SYS__lwp_getprivate	316
    897 
    898 /* syscall: "netbsd32__lwp_setprivate" ret: "void" args: "netbsd32_voidp" */
    899 #define	netbsd32_SYS_netbsd32__lwp_setprivate	317
    900 
    901 /* syscall: "netbsd32__lwp_kill" ret: "int" args: "lwpid_t" "int" */
    902 #define	netbsd32_SYS_netbsd32__lwp_kill	318
    903 
    904 /* syscall: "netbsd32__lwp_detach" ret: "int" args: "lwpid_t" */
    905 #define	netbsd32_SYS_netbsd32__lwp_detach	319
    906 
    907 /* syscall: "netbsd32__lwp_park" ret: "int" args: "const netbsd32_timespecp_t" "lwpid_t" "const netbsd32_voidp" "const netbsd32_voidp" */
    908 #define	netbsd32_SYS_netbsd32__lwp_park	320
    909 
    910 /* syscall: "netbsd32__lwp_unpark" ret: "int" args: "lwpid_t" "const netbsd32_voidp" */
    911 #define	netbsd32_SYS_netbsd32__lwp_unpark	321
    912 
    913 /* syscall: "netbsd32__lwp_unpark_all" ret: "netbsd32_size_t" args: "const netbsd32_lwpidp" "netbsd32_size_t" "const netbsd32_voidp" */
    914 #define	netbsd32_SYS_netbsd32__lwp_unpark_all	322
    915 
    916 				/* 330 is obsolete netbsd32_sa_register */
    917 				/* 331 is obsolete netbsd32_sa_stacks */
    918 				/* 332 is obsolete sys_sa_enable */
    919 				/* 333 is obsolete netbsd32_sa_setconcurrency */
    920 				/* 334 is obsolete sys_sa_yield */
    921 				/* 335 is obsolete netbsd32_sa_preempt */
    922 				/* 336 is obsolete sys_sa_unblockyield */
    923 /* syscall: "netbsd32___sigaction_sigtramp" ret: "int" args: "int" "const netbsd32_sigactionp_t" "netbsd32_sigactionp_t" "netbsd32_voidp" "int" */
    924 #define	netbsd32_SYS_netbsd32___sigaction_sigtramp	340
    925 
    926 /* syscall: "netbsd32_rasctl" ret: "int" args: "netbsd32_caddr_t" "netbsd32_size_t" "int" */
    927 #define	netbsd32_SYS_netbsd32_rasctl	343
    928 
    929 /* syscall: "kqueue" ret: "int" args: */
    930 #define	netbsd32_SYS_kqueue	344
    931 
    932 /* syscall: "netbsd32_kevent" ret: "int" args: "int" "netbsd32_keventp_t" "netbsd32_size_t" "netbsd32_keventp_t" "netbsd32_size_t" "netbsd32_timespecp_t" */
    933 #define	netbsd32_SYS_netbsd32_kevent	345
    934 
    935 /* syscall: "sched_yield" ret: "int" args: */
    936 #define	netbsd32_SYS_sched_yield	350
    937 
    938 /* syscall: "netbsd32_fsync_range" ret: "int" args: "int" "int" "off_t" "off_t" */
    939 #define	netbsd32_SYS_netbsd32_fsync_range	354
    940 
    941 /* syscall: "netbsd32_uuidgen" ret: "int" args: "netbsd32_uuidp_t" "int" */
    942 #define	netbsd32_SYS_netbsd32_uuidgen	355
    943 
    944 /* syscall: "netbsd32_getvfsstat" ret: "int" args: "netbsd32_statvfsp_t" "netbsd32_size_t" "int" */
    945 #define	netbsd32_SYS_netbsd32_getvfsstat	356
    946 
    947 /* syscall: "netbsd32_statvfs1" ret: "int" args: "const netbsd32_charp" "netbsd32_statvfsp_t" "int" */
    948 #define	netbsd32_SYS_netbsd32_statvfs1	357
    949 
    950 /* syscall: "netbsd32_fstatvfs1" ret: "int" args: "int" "netbsd32_statvfsp_t" "int" */
    951 #define	netbsd32_SYS_netbsd32_fstatvfs1	358
    952 
    953 /* syscall: "compat_30_netbsd32_fhstatvfs1" ret: "int" args: "const netbsd32_fhandlep_t" "netbsd32_statvfsp_t" "int" */
    954 #define	netbsd32_SYS_compat_30_netbsd32_fhstatvfs1	359
    955 
    956 /* syscall: "netbsd32_extattrctl" ret: "int" args: "const netbsd32_charp" "int" "const netbsd32_charp" "int" "const netbsd32_charp" */
    957 #define	netbsd32_SYS_netbsd32_extattrctl	360
    958 
    959 /* syscall: "netbsd32_extattr_set_file" ret: "int" args: "const netbsd32_charp" "int" "const netbsd32_charp" "const netbsd32_voidp" "netbsd32_size_t" */
    960 #define	netbsd32_SYS_netbsd32_extattr_set_file	361
    961 
    962 /* syscall: "netbsd32_extattr_get_file" ret: "int" args: "const netbsd32_charp" "int" "const netbsd32_charp" "netbsd32_voidp" "netbsd32_size_t" */
    963 #define	netbsd32_SYS_netbsd32_extattr_get_file	362
    964 
    965 /* syscall: "netbsd32_extattr_delete_file" ret: "int" args: "const netbsd32_charp" "int" "const netbsd32_charp" */
    966 #define	netbsd32_SYS_netbsd32_extattr_delete_file	363
    967 
    968 /* syscall: "netbsd32_extattr_set_fd" ret: "int" args: "int" "int" "const netbsd32_charp" "const netbsd32_voidp" "netbsd32_size_t" */
    969 #define	netbsd32_SYS_netbsd32_extattr_set_fd	364
    970 
    971 /* syscall: "netbsd32_extattr_get_fd" ret: "int" args: "int" "int" "const netbsd32_charp" "netbsd32_voidp" "netbsd32_size_t" */
    972 #define	netbsd32_SYS_netbsd32_extattr_get_fd	365
    973 
    974 /* syscall: "netbsd32_extattr_delete_fd" ret: "int" args: "int" "int" "const netbsd32_charp" */
    975 #define	netbsd32_SYS_netbsd32_extattr_delete_fd	366
    976 
    977 /* syscall: "netbsd32_extattr_set_link" ret: "int" args: "const netbsd32_charp" "int" "const netbsd32_charp" "const netbsd32_voidp" "netbsd32_size_t" */
    978 #define	netbsd32_SYS_netbsd32_extattr_set_link	367
    979 
    980 /* syscall: "netbsd32_extattr_get_link" ret: "int" args: "const netbsd32_charp" "int" "const netbsd32_charp" "netbsd32_voidp" "netbsd32_size_t" */
    981 #define	netbsd32_SYS_netbsd32_extattr_get_link	368
    982 
    983 /* syscall: "netbsd32_extattr_delete_link" ret: "int" args: "const netbsd32_charp" "int" "const netbsd32_charp" */
    984 #define	netbsd32_SYS_netbsd32_extattr_delete_link	369
    985 
    986 /* syscall: "netbsd32_extattr_list_fd" ret: "int" args: "int" "int" "netbsd32_voidp" "netbsd32_size_t" */
    987 #define	netbsd32_SYS_netbsd32_extattr_list_fd	370
    988 
    989 /* syscall: "netbsd32_extattr_list_file" ret: "int" args: "const netbsd32_charp" "int" "netbsd32_voidp" "netbsd32_size_t" */
    990 #define	netbsd32_SYS_netbsd32_extattr_list_file	371
    991 
    992 /* syscall: "netbsd32_extattr_list_link" ret: "int" args: "const netbsd32_charp" "int" "netbsd32_voidp" "netbsd32_size_t" */
    993 #define	netbsd32_SYS_netbsd32_extattr_list_link	372
    994 
    995 /* syscall: "netbsd32_pselect" ret: "int" args: "int" "netbsd32_fd_setp_t" "netbsd32_fd_setp_t" "netbsd32_fd_setp_t" "const netbsd32_timespecp_t" "const netbsd32_sigsetp_t" */
    996 #define	netbsd32_SYS_netbsd32_pselect	373
    997 
    998 /* syscall: "netbsd32_pollts" ret: "int" args: "netbsd32_pollfdp_t" "u_int" "const netbsd32_timespecp_t" "const netbsd32_sigsetp_t" */
    999 #define	netbsd32_SYS_netbsd32_pollts	374
   1000 
   1001 /* syscall: "netbsd32_setxattr" ret: "int" args: "const netbsd32_charp" "const netbsd32_charp" "netbsd32_voidp" "netbsd32_size_t" "int" */
   1002 #define	netbsd32_SYS_netbsd32_setxattr	375
   1003 
   1004 /* syscall: "netbsd32_lsetxattr" ret: "int" args: "const netbsd32_charp" "const netbsd32_charp" "netbsd32_voidp" "netbsd32_size_t" "int" */
   1005 #define	netbsd32_SYS_netbsd32_lsetxattr	376
   1006 
   1007 /* syscall: "netbsd32_fsetxattr" ret: "int" args: "int" "const netbsd32_charp" "netbsd32_voidp" "netbsd32_size_t" "int" */
   1008 #define	netbsd32_SYS_netbsd32_fsetxattr	377
   1009 
   1010 /* syscall: "netbsd32_getxattr" ret: "int" args: "const netbsd32_charp" "const netbsd32_charp" "netbsd32_voidp" "netbsd32_size_t" */
   1011 #define	netbsd32_SYS_netbsd32_getxattr	378
   1012 
   1013 /* syscall: "netbsd32_lgetxattr" ret: "int" args: "const netbsd32_charp" "const netbsd32_charp" "netbsd32_voidp" "netbsd32_size_t" */
   1014 #define	netbsd32_SYS_netbsd32_lgetxattr	379
   1015 
   1016 /* syscall: "netbsd32_fgetxattr" ret: "int" args: "int" "const netbsd32_charp" "netbsd32_voidp" "netbsd32_size_t" */
   1017 #define	netbsd32_SYS_netbsd32_fgetxattr	380
   1018 
   1019 /* syscall: "netbsd32_listxattr" ret: "int" args: "const netbsd32_charp" "netbsd32_charp" "netbsd32_size_t" */
   1020 #define	netbsd32_SYS_netbsd32_listxattr	381
   1021 
   1022 /* syscall: "netbsd32_llistxattr" ret: "int" args: "const netbsd32_charp" "netbsd32_charp" "netbsd32_size_t" */
   1023 #define	netbsd32_SYS_netbsd32_llistxattr	382
   1024 
   1025 /* syscall: "netbsd32_flistxattr" ret: "int" args: "int" "netbsd32_charp" "netbsd32_size_t" */
   1026 #define	netbsd32_SYS_netbsd32_flistxattr	383
   1027 
   1028 /* syscall: "netbsd32_removexattr" ret: "int" args: "const netbsd32_charp" "const netbsd32_charp" */
   1029 #define	netbsd32_SYS_netbsd32_removexattr	384
   1030 
   1031 /* syscall: "netbsd32_lremovexattr" ret: "int" args: "const netbsd32_charp" "const netbsd32_charp" */
   1032 #define	netbsd32_SYS_netbsd32_lremovexattr	385
   1033 
   1034 /* syscall: "netbsd32_fremovexattr" ret: "int" args: "int" "const netbsd32_charp" */
   1035 #define	netbsd32_SYS_netbsd32_fremovexattr	386
   1036 
   1037 /* syscall: "__stat30" ret: "int" args: "const netbsd32_charp" "netbsd32_statp_t" */
   1038 #define	netbsd32_SYS___stat30	387
   1039 
   1040 /* syscall: "__fstat30" ret: "int" args: "int" "netbsd32_statp_t" */
   1041 #define	netbsd32_SYS___fstat30	388
   1042 
   1043 /* syscall: "__lstat30" ret: "int" args: "const netbsd32_charp" "netbsd32_statp_t" */
   1044 #define	netbsd32_SYS___lstat30	389
   1045 
   1046 /* syscall: "__getdents30" ret: "int" args: "int" "netbsd32_charp" "netbsd32_size_t" */
   1047 #define	netbsd32_SYS___getdents30	390
   1048 
   1049 /* syscall: "posix_fadvise" ret: "int" args: "int" "off_t" "off_t" "int" */
   1050 #define	netbsd32_SYS_posix_fadvise	391
   1051 
   1052 /* syscall: "compat_30___fhstat30" ret: "int" args: "const netbsd32_fhandlep_t" "netbsd32_statp_t" */
   1053 #define	netbsd32_SYS_compat_30___fhstat30	392
   1054 
   1055 /* syscall: "netbsd32_ntp_gettime" ret: "int" args: "netbsd32_ntptimevalp_t" */
   1056 #define	netbsd32_SYS_netbsd32_ntp_gettime	393
   1057 
   1058 /* syscall: "__socket30" ret: "int" args: "int" "int" "int" */
   1059 #define	netbsd32_SYS___socket30	394
   1060 
   1061 /* syscall: "netbsd32___getfh30" ret: "int" args: "const netbsd32_charp" "netbsd32_pointer_t" "netbsd32_size_tp" */
   1062 #define	netbsd32_SYS_netbsd32___getfh30	395
   1063 
   1064 /* syscall: "netbsd32___fhopen40" ret: "int" args: "const netbsd32_pointer_t" "netbsd32_size_t" "int" */
   1065 #define	netbsd32_SYS_netbsd32___fhopen40	396
   1066 
   1067 /* syscall: "netbsd32___fhstatvfs140" ret: "int" args: "netbsd32_pointer_t" "netbsd32_size_t" "netbsd32_statvfsp_t" "int" */
   1068 #define	netbsd32_SYS_netbsd32___fhstatvfs140	397
   1069 
   1070 /* syscall: "netbsd32___fhstat40" ret: "int" args: "netbsd32_pointer_t" "netbsd32_size_t" "netbsd32_statp_t" */
   1071 #define	netbsd32_SYS_netbsd32___fhstat40	398
   1072 
   1073 #define	netbsd32_SYS_MAXSYSCALL	399
   1074 #define	netbsd32_SYS_NSYSENT	512
   1075 #endif /* _netbsd32_SYS_SYSCALL_H_ */
   1076