The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/compat/svr4_32/svr4_32_syscall.h

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 /* $NetBSD: svr4_32_syscall.h,v 1.17 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/12/17 22:04:32 dsl Exp
    8  */
    9 
   10 #ifndef _SVR4_32_SYS_SYSCALL_H_
   11 #define _SVR4_32_SYS_SYSCALL_H_
   12 
   13 #define SVR4_32_SYS_MAXSYSARGS  8
   14 
   15 /* syscall: "syscall" ret: "int" args: */
   16 #define SVR4_32_SYS_syscall     0
   17 
   18 /* syscall: "netbsd32_exit" ret: "int" args: "int" */
   19 #define SVR4_32_SYS_netbsd32_exit       1
   20 
   21 /* syscall: "fork" ret: "int" args: */
   22 #define SVR4_32_SYS_fork        2
   23 
   24 /* syscall: "netbsd32_read" ret: "int" args: "int" "netbsd32_charp" "u_int" */
   25 #define SVR4_32_SYS_netbsd32_read       3
   26 
   27 /* syscall: "netbsd32_write" ret: "int" args: "int" "netbsd32_charp" "u_int" */
   28 #define SVR4_32_SYS_netbsd32_write      4
   29 
   30 /* syscall: "open" ret: "int" args: "netbsd32_charp" "int" "int" */
   31 #define SVR4_32_SYS_open        5
   32 
   33 /* syscall: "netbsd32_close" ret: "int" args: "int" */
   34 #define SVR4_32_SYS_netbsd32_close      6
   35 
   36 /* syscall: "wait" ret: "int" args: "netbsd32_intp" */
   37 #define SVR4_32_SYS_wait        7
   38 
   39 /* syscall: "creat" ret: "int" args: "netbsd32_charp" "int" */
   40 #define SVR4_32_SYS_creat       8
   41 
   42 /* syscall: "netbsd32_link" ret: "int" args: "netbsd32_charp" "netbsd32_charp" */
   43 #define SVR4_32_SYS_netbsd32_link       9
   44 
   45 /* syscall: "netbsd32_unlink" ret: "int" args: "netbsd32_charp" */
   46 #define SVR4_32_SYS_netbsd32_unlink     10
   47 
   48 /* syscall: "execv" ret: "int" args: "netbsd32_charp" "netbsd32_charpp" */
   49 #define SVR4_32_SYS_execv       11
   50 
   51 /* syscall: "netbsd32_chdir" ret: "int" args: "netbsd32_charp" */
   52 #define SVR4_32_SYS_netbsd32_chdir      12
   53 
   54 /* syscall: "time" ret: "int" args: "svr4_32_time_tp" */
   55 #define SVR4_32_SYS_time        13
   56 
   57 /* syscall: "mknod" ret: "int" args: "netbsd32_charp" "int" "int" */
   58 #define SVR4_32_SYS_mknod       14
   59 
   60 /* syscall: "netbsd32_chmod" ret: "int" args: "netbsd32_charp" "mode_t" */
   61 #define SVR4_32_SYS_netbsd32_chmod      15
   62 
   63 /* syscall: "chown" ret: "int" args: "netbsd32_charp" "uid_t" "gid_t" */
   64 #define SVR4_32_SYS_chown       16
   65 
   66 /* syscall: "break" ret: "int" args: "netbsd32_caddr_t" */
   67 #define SVR4_32_SYS_break       17
   68 
   69 /* syscall: "stat" ret: "int" args: "netbsd32_charp" "svr4_32_statp" */
   70 #define SVR4_32_SYS_stat        18
   71 
   72 /* syscall: "compat_43_netbsd32_olseek" ret: "netbsd32_long" args: "int" "netbsd32_long" "int" */
   73 #define SVR4_32_SYS_compat_43_netbsd32_olseek   19
   74 
   75 /* syscall: "getpid" ret: "pid_t" args: */
   76 #define SVR4_32_SYS_getpid      20
   77 
   78 /* syscall: "netbsd32_setuid" ret: "int" args: "uid_t" */
   79 #define SVR4_32_SYS_netbsd32_setuid     23
   80 
   81 /* syscall: "getuid_with_euid" ret: "uid_t" args: */
   82 #define SVR4_32_SYS_getuid_with_euid    24
   83 
   84 /* syscall: "alarm" ret: "int" args: "unsigned" */
   85 #define SVR4_32_SYS_alarm       27
   86 
   87 /* syscall: "fstat" ret: "int" args: "int" "svr4_32_statp" */
   88 #define SVR4_32_SYS_fstat       28
   89 
   90 /* syscall: "pause" ret: "int" args: */
   91 #define SVR4_32_SYS_pause       29
   92 
   93 /* syscall: "utime" ret: "int" args: "netbsd32_charp" "svr4_32_utimbufp" */
   94 #define SVR4_32_SYS_utime       30
   95 
   96 /* syscall: "access" ret: "int" args: "netbsd32_charp" "int" */
   97 #define SVR4_32_SYS_access      33
   98 
   99 /* syscall: "nice" ret: "int" args: "int" */
  100 #define SVR4_32_SYS_nice        34
  101 
  102 /* syscall: "sync" ret: "int" args: */
  103 #define SVR4_32_SYS_sync        36
  104 
  105 /* syscall: "kill" ret: "int" args: "int" "int" */
  106 #define SVR4_32_SYS_kill        37
  107 
  108 /* syscall: "pgrpsys" ret: "int" args: "int" "int" "int" */
  109 #define SVR4_32_SYS_pgrpsys     39
  110 
  111 /* syscall: "netbsd32_dup" ret: "int" args: "u_int" */
  112 #define SVR4_32_SYS_netbsd32_dup        41
  113 
  114 /* syscall: "pipe" ret: "int" args: */
  115 #define SVR4_32_SYS_pipe        42
  116 
  117 /* syscall: "times" ret: "int" args: "svr4_32_tms_tp" */
  118 #define SVR4_32_SYS_times       43
  119 
  120 /* syscall: "netbsd32_setgid" ret: "int" args: "gid_t" */
  121 #define SVR4_32_SYS_netbsd32_setgid     46
  122 
  123 /* syscall: "getgid_with_egid" ret: "gid_t" args: */
  124 #define SVR4_32_SYS_getgid_with_egid    47
  125 
  126 /* syscall: "signal" ret: "int" args: "int" "svr4_sig_t" */
  127 #define SVR4_32_SYS_signal      48
  128 
  129 #ifdef SYSVMSG
  130 /* syscall: "msgsys" ret: "int" args: "int" "int" "int" "int" "int" */
  131 #define SVR4_32_SYS_msgsys      49
  132 
  133 #else
  134 #endif
  135 /* syscall: "sysarch" ret: "int" args: "int" "netbsd32_voidp" */
  136 #define SVR4_32_SYS_sysarch     50
  137 
  138 #ifdef SYSVSHM
  139 /* syscall: "shmsys" ret: "int" args: "int" "int" "int" "int" */
  140 #define SVR4_32_SYS_shmsys      52
  141 
  142 #else
  143 #endif
  144 #ifdef SYSVSEM
  145 /* syscall: "semsys" ret: "int" args: "int" "int" "int" "int" "int" */
  146 #define SVR4_32_SYS_semsys      53
  147 
  148 #else
  149 #endif
  150 /* syscall: "ioctl" ret: "int" args: "int" "netbsd32_u_long" "netbsd32_caddr_t" */
  151 #define SVR4_32_SYS_ioctl       54
  152 
  153 /* syscall: "utssys" ret: "int" args: "netbsd32_voidp" "netbsd32_voidp" "int" "netbsd32_voidp" */
  154 #define SVR4_32_SYS_utssys      57
  155 
  156 /* syscall: "netbsd32_fsync" ret: "int" args: "int" */
  157 #define SVR4_32_SYS_netbsd32_fsync      58
  158 
  159 /* syscall: "netbsd32_execve" ret: "int" args: "netbsd32_charp" "netbsd32_charpp" "netbsd32_charpp" */
  160 #define SVR4_32_SYS_netbsd32_execve     59
  161 
  162 /* syscall: "netbsd32_umask" ret: "int" args: "int" */
  163 #define SVR4_32_SYS_netbsd32_umask      60
  164 
  165 /* syscall: "netbsd32_chroot" ret: "int" args: "netbsd32_charp" */
  166 #define SVR4_32_SYS_netbsd32_chroot     61
  167 
  168 /* syscall: "fcntl" ret: "int" args: "int" "int" "netbsd32_charp" */
  169 #define SVR4_32_SYS_fcntl       62
  170 
  171 /* syscall: "ulimit" ret: "netbsd32_long" args: "int" "netbsd32_long" */
  172 #define SVR4_32_SYS_ulimit      63
  173 
  174                                 /* 70 is obsolete advfs */
  175                                 /* 71 is obsolete unadvfs */
  176                                 /* 72 is obsolete rmount */
  177                                 /* 73 is obsolete rumount */
  178                                 /* 74 is obsolete rfstart */
  179                                 /* 75 is obsolete sigret */
  180                                 /* 76 is obsolete rdebug */
  181                                 /* 77 is obsolete rfstop */
  182 /* syscall: "netbsd32_rmdir" ret: "int" args: "netbsd32_charp" */
  183 #define SVR4_32_SYS_netbsd32_rmdir      79
  184 
  185 /* syscall: "netbsd32_mkdir" ret: "int" args: "netbsd32_charp" "mode_t" */
  186 #define SVR4_32_SYS_netbsd32_mkdir      80
  187 
  188 /* syscall: "getdents" ret: "int" args: "int" "netbsd32_charp" "int" */
  189 #define SVR4_32_SYS_getdents    81
  190 
  191                                 /* 82 is obsolete libattach */
  192                                 /* 83 is obsolete libdetach */
  193 /* syscall: "getmsg" ret: "int" args: "int" "svr4_32_strbuf_tp" "svr4_32_strbuf_tp" "netbsd32_intp" */
  194 #define SVR4_32_SYS_getmsg      85
  195 
  196 /* syscall: "putmsg" ret: "int" args: "int" "svr4_32_strbuf_tp" "svr4_32_strbuf_tp" "int" */
  197 #define SVR4_32_SYS_putmsg      86
  198 
  199 /* syscall: "netbsd32_poll" ret: "int" args: "netbsd32_pollfdp_t" "u_int" "int" */
  200 #define SVR4_32_SYS_netbsd32_poll       87
  201 
  202 /* syscall: "lstat" ret: "int" args: "netbsd32_charp" "svr4_32_stat_tp" */
  203 #define SVR4_32_SYS_lstat       88
  204 
  205 /* syscall: "netbsd32_symlink" ret: "int" args: "netbsd32_charp" "netbsd32_charp" */
  206 #define SVR4_32_SYS_netbsd32_symlink    89
  207 
  208 /* syscall: "netbsd32_readlink" ret: "int" args: "netbsd32_charp" "netbsd32_charp" "netbsd32_size_t" */
  209 #define SVR4_32_SYS_netbsd32_readlink   90
  210 
  211 /* syscall: "netbsd32_getgroups" ret: "int" args: "int" "netbsd32_gid_tp" */
  212 #define SVR4_32_SYS_netbsd32_getgroups  91
  213 
  214 /* syscall: "netbsd32_setgroups" ret: "int" args: "int" "netbsd32_gid_tp" */
  215 #define SVR4_32_SYS_netbsd32_setgroups  92
  216 
  217 /* syscall: "netbsd32_fchmod" ret: "int" args: "int" "int" */
  218 #define SVR4_32_SYS_netbsd32_fchmod     93
  219 
  220 /* syscall: "fchown" ret: "int" args: "int" "int" "int" */
  221 #define SVR4_32_SYS_fchown      94
  222 
  223 /* syscall: "sigprocmask" ret: "int" args: "int" "svr4_32_sigset_tp" "svr4_32_sigset_tp" */
  224 #define SVR4_32_SYS_sigprocmask 95
  225 
  226 /* syscall: "sigsuspend" ret: "int" args: "svr4_32_sigset_tp" */
  227 #define SVR4_32_SYS_sigsuspend  96
  228 
  229 /* syscall: "sigaltstack" ret: "int" args: "svr4_32_sigaltstack_tp" "svr4_32_sigaltstack_tp" */
  230 #define SVR4_32_SYS_sigaltstack 97
  231 
  232 /* syscall: "sigaction" ret: "int" args: "int" "svr4_32_sigaction_tp" "svr4_32_sigaction_tp" */
  233 #define SVR4_32_SYS_sigaction   98
  234 
  235 /* syscall: "sigpending" ret: "int" args: "int" "svr4_32_sigset_tp" */
  236 #define SVR4_32_SYS_sigpending  99
  237 
  238 /* syscall: "context" ret: "int" args: "int" "svr4_32_ucontext_tp" */
  239 #define SVR4_32_SYS_context     100
  240 
  241 /* syscall: "statvfs" ret: "int" args: "netbsd32_charp" "svr4_32_statvfs_tp" */
  242 #define SVR4_32_SYS_statvfs     103
  243 
  244 /* syscall: "fstatvfs" ret: "int" args: "int" "svr4_32_statvfs_tp" */
  245 #define SVR4_32_SYS_fstatvfs    104
  246 
  247 /* syscall: "waitsys" ret: "int" args: "int" "int" "svr4_32_siginfo_tp" "int" */
  248 #define SVR4_32_SYS_waitsys     107
  249 
  250 /* syscall: "hrtsys" ret: "int" args: "int" "int" "int" "netbsd32_voidp" "netbsd32_voidp" */
  251 #define SVR4_32_SYS_hrtsys      109
  252 
  253 /* syscall: "pathconf" ret: "int" args: "netbsd32_charp" "int" */
  254 #define SVR4_32_SYS_pathconf    113
  255 
  256 /* syscall: "mmap" ret: "netbsd32_voidp" args: "netbsd32_voidp" "svr4_32_size_t" "int" "int" "int" "svr4_32_off_t" */
  257 #define SVR4_32_SYS_mmap        115
  258 
  259 /* syscall: "netbsd32_mprotect" ret: "int" args: "netbsd32_voidp" "netbsd32_size_t" "int" */
  260 #define SVR4_32_SYS_netbsd32_mprotect   116
  261 
  262 /* syscall: "netbsd32_munmap" ret: "int" args: "netbsd32_voidp" "netbsd32_size_t" */
  263 #define SVR4_32_SYS_netbsd32_munmap     117
  264 
  265 /* syscall: "fpathconf" ret: "int" args: "int" "int" */
  266 #define SVR4_32_SYS_fpathconf   118
  267 
  268 /* syscall: "vfork" ret: "int" args: */
  269 #define SVR4_32_SYS_vfork       119
  270 
  271 /* syscall: "netbsd32_fchdir" ret: "int" args: "int" */
  272 #define SVR4_32_SYS_netbsd32_fchdir     120
  273 
  274 /* syscall: "netbsd32_readv" ret: "int" args: "int" "netbsd32_iovecp_t" "int" */
  275 #define SVR4_32_SYS_netbsd32_readv      121
  276 
  277 /* syscall: "netbsd32_writev" ret: "int" args: "int" "netbsd32_iovecp_t" "int" */
  278 #define SVR4_32_SYS_netbsd32_writev     122
  279 
  280 /* syscall: "xstat" ret: "int" args: "int" "netbsd32_charp" "svr4_32_xstat_tp" */
  281 #define SVR4_32_SYS_xstat       123
  282 
  283 /* syscall: "lxstat" ret: "int" args: "int" "netbsd32_charp" "svr4_32_xstat_tp" */
  284 #define SVR4_32_SYS_lxstat      124
  285 
  286 /* syscall: "fxstat" ret: "int" args: "int" "int" "svr4_32_xstat_tp" */
  287 #define SVR4_32_SYS_fxstat      125
  288 
  289 /* syscall: "xmknod" ret: "int" args: "int" "netbsd32_charp" "svr4_32_mode_t" "svr4_dev_t" */
  290 #define SVR4_32_SYS_xmknod      126
  291 
  292 /* syscall: "setrlimit" ret: "int" args: "int" "svr4_32_rlimit_tp" */
  293 #define SVR4_32_SYS_setrlimit   128
  294 
  295 /* syscall: "getrlimit" ret: "int" args: "int" "svr4_32_rlimit_tp" */
  296 #define SVR4_32_SYS_getrlimit   129
  297 
  298 /* syscall: "lchown" ret: "int" args: "netbsd32_charp" "uid_t" "gid_t" */
  299 #define SVR4_32_SYS_lchown      130
  300 
  301 /* syscall: "memcntl" ret: "int" args: "netbsd32_voidp" "svr4_32_size_t" "int" "netbsd32_voidp" "int" "int" */
  302 #define SVR4_32_SYS_memcntl     131
  303 
  304 /* syscall: "rename" ret: "int" args: "netbsd32_charp" "netbsd32_charp" */
  305 #define SVR4_32_SYS_rename      134
  306 
  307 /* syscall: "uname" ret: "int" args: "svr4_32_utsnamep" "int" */
  308 #define SVR4_32_SYS_uname       135
  309 
  310 /* syscall: "netbsd32_setegid" ret: "int" args: "gid_t" */
  311 #define SVR4_32_SYS_netbsd32_setegid    136
  312 
  313 /* syscall: "sysconfig" ret: "int" args: "int" */
  314 #define SVR4_32_SYS_sysconfig   137
  315 
  316 /* syscall: "netbsd32_adjtime" ret: "int" args: "netbsd32_timevalp_t" "netbsd32_timevalp_t" */
  317 #define SVR4_32_SYS_netbsd32_adjtime    138
  318 
  319 /* syscall: "systeminfo" ret: "netbsd32_long" args: "int" "netbsd32_charp" "netbsd32_long" */
  320 #define SVR4_32_SYS_systeminfo  139
  321 
  322 /* syscall: "netbsd32_seteuid" ret: "int" args: "uid_t" */
  323 #define SVR4_32_SYS_netbsd32_seteuid    141
  324 
  325 /* syscall: "fork1" ret: "int" args: */
  326 #define SVR4_32_SYS_fork1       143
  327 
  328 /* syscall: "_lwp_info" ret: "int" args: "svr4_32_lwpinfop" */
  329 #define SVR4_32_SYS__lwp_info   145
  330 
  331 /* syscall: "netbsd32_fchroot" ret: "int" args: "int" */
  332 #define SVR4_32_SYS_netbsd32_fchroot    153
  333 
  334 /* syscall: "utimes" ret: "int" args: "netbsd32_charp" "netbsd32_timevalp_t" */
  335 #define SVR4_32_SYS_utimes      154
  336 
  337 /* syscall: "vhangup" ret: "int" args: */
  338 #define SVR4_32_SYS_vhangup     155
  339 
  340 /* syscall: "gettimeofday" ret: "int" args: "netbsd32_timevalp_t" */
  341 #define SVR4_32_SYS_gettimeofday        156
  342 
  343 /* syscall: "netbsd32_getitimer" ret: "int" args: "int" "netbsd32_itimervalp_t" */
  344 #define SVR4_32_SYS_netbsd32_getitimer  157
  345 
  346 /* syscall: "netbsd32_setitimer" ret: "int" args: "int" "netbsd32_itimervalp_t" "netbsd32_itimervalp_t" */
  347 #define SVR4_32_SYS_netbsd32_setitimer  158
  348 
  349 /* syscall: "_lwp_create" ret: "int" args: "svr4_32_ucontext_tp" "netbsd32_u_long" "svr4_32_lwpid_tp" */
  350 #define SVR4_32_SYS__lwp_create 159
  351 
  352 /* syscall: "_lwp_exit" ret: "int" args: */
  353 #define SVR4_32_SYS__lwp_exit   160
  354 
  355 /* syscall: "_lwp_suspend" ret: "int" args: "svr4_lwpid_t" */
  356 #define SVR4_32_SYS__lwp_suspend        161
  357 
  358 /* syscall: "_lwp_continue" ret: "int" args: "svr4_lwpid_t" */
  359 #define SVR4_32_SYS__lwp_continue       162
  360 
  361 /* syscall: "_lwp_kill" ret: "int" args: "svr4_lwpid_t" "int" */
  362 #define SVR4_32_SYS__lwp_kill   163
  363 
  364 /* syscall: "_lwp_self" ret: "svr4_lwpid_t" args: */
  365 #define SVR4_32_SYS__lwp_self   164
  366 
  367 /* syscall: "_lwp_getprivate" ret: "netbsd32_voidp" args: */
  368 #define SVR4_32_SYS__lwp_getprivate     165
  369 
  370 /* syscall: "_lwp_setprivate" ret: "int" args: "netbsd32_voidp" */
  371 #define SVR4_32_SYS__lwp_setprivate     166
  372 
  373 /* syscall: "_lwp_wait" ret: "int" args: "svr4_lwpid_t" "svr4_32_lwpid_tp" */
  374 #define SVR4_32_SYS__lwp_wait   167
  375 
  376 /* syscall: "pread" ret: "netbsd32_ssize_t" args: "int" "netbsd32_voidp" "netbsd32_size_t" "svr4_32_off_t" */
  377 #define SVR4_32_SYS_pread       173
  378 
  379 /* syscall: "pwrite" ret: "netbsd32_ssize_t" args: "int" "netbsd32_voidp" "netbsd32_size_t" "svr4_32_off_t" */
  380 #define SVR4_32_SYS_pwrite      174
  381 
  382 /* syscall: "llseek" ret: "svr4_32_off64_t" args: "int" "netbsd32_long" "netbsd32_long" "int" */
  383 #define SVR4_32_SYS_llseek      175
  384 
  385 /* syscall: "acl" ret: "int" args: "netbsd32_charp" "int" "int" "svr4_32_aclent_tp" */
  386 #define SVR4_32_SYS_acl 185
  387 
  388 /* syscall: "auditsys" ret: "int" args: "int" "int" "int" "int" "int" "int" */
  389 #define SVR4_32_SYS_auditsys    186
  390 
  391 /* syscall: "netbsd32_nanosleep" ret: "int" args: "netbsd32_timespecp_t" "netbsd32_timespecp_t" */
  392 #define SVR4_32_SYS_netbsd32_nanosleep  199
  393 
  394 /* syscall: "facl" ret: "int" args: "int" "int" "int" "svr4_32_aclent_tp" */
  395 #define SVR4_32_SYS_facl        200
  396 
  397 /* syscall: "netbsd32_setreuid" ret: "int" args: "int" "int" */
  398 #define SVR4_32_SYS_netbsd32_setreuid   202
  399 
  400 /* syscall: "netbsd32_setregid" ret: "int" args: "int" "int" */
  401 #define SVR4_32_SYS_netbsd32_setregid   203
  402 
  403 /* syscall: "schedctl" ret: "int" args: "unsigned int" "int" "void **" */
  404 #define SVR4_32_SYS_schedctl    206
  405 
  406 /* syscall: "resolvepath" ret: "int" args: "netbsd32_charp" "netbsd32_charp" "netbsd32_size_t" */
  407 #define SVR4_32_SYS_resolvepath 209
  408 
  409 /* syscall: "getdents64" ret: "int" args: "int" "svr4_32_dirent64_tp" "int" */
  410 #define SVR4_32_SYS_getdents64  213
  411 
  412 /* syscall: "mmap64" ret: "netbsd32_voidp" args: "netbsd32_voidp" "svr4_32_size_t" "int" "int" "int" "svr4_32_off64_t" */
  413 #define SVR4_32_SYS_mmap64      214
  414 
  415 /* syscall: "stat64" ret: "int" args: "netbsd32_charp" "svr4_32_stat64_tp" */
  416 #define SVR4_32_SYS_stat64      215
  417 
  418 /* syscall: "lstat64" ret: "int" args: "netbsd32_charp" "svr4_32_stat64_tp" */
  419 #define SVR4_32_SYS_lstat64     216
  420 
  421 /* syscall: "fstat64" ret: "int" args: "int" "svr4_32_stat64_tp" */
  422 #define SVR4_32_SYS_fstat64     217
  423 
  424 /* syscall: "statvfs64" ret: "int" args: "netbsd32_charp" "svr4_32_statvfs64_tp" */
  425 #define SVR4_32_SYS_statvfs64   218
  426 
  427 /* syscall: "fstatvfs64" ret: "int" args: "int" "svr4_32_statvfs64_tp" */
  428 #define SVR4_32_SYS_fstatvfs64  219
  429 
  430 /* syscall: "setrlimit64" ret: "int" args: "int" "svr4_32_rlimit64_tp" */
  431 #define SVR4_32_SYS_setrlimit64 220
  432 
  433 /* syscall: "getrlimit64" ret: "int" args: "int" "svr4_32_rlimit64_tp" */
  434 #define SVR4_32_SYS_getrlimit64 221
  435 
  436 /* syscall: "pread64" ret: "netbsd32_ssize_t" args: "int" "netbsd32_voidp" "netbsd32_size_t" "svr4_32_off64_t" */
  437 #define SVR4_32_SYS_pread64     222
  438 
  439 /* syscall: "pwrite64" ret: "netbsd32_ssize_t" args: "int" "netbsd32_voidp" "netbsd32_size_t" "svr4_32_off64_t" */
  440 #define SVR4_32_SYS_pwrite64    223
  441 
  442 #define svr4_32_sys_creat64 svr4_32_sys_creat
  443 #define svr4_32_sys_creat64_args svr4_32_sys_creat_args
  444 /* syscall: "creat64" ret: "int" args: "netbsd32_charp" "int" */
  445 #define SVR4_32_SYS_creat64     224
  446 
  447 #define svr4_32_sys_open64 svr4_32_sys_open
  448 #define svr4_32_sys_open64_args svr4_32_sys_open_args
  449 /* syscall: "open64" ret: "int" args: "netbsd32_charp" "int" "int" */
  450 #define SVR4_32_SYS_open64      225
  451 
  452 /* syscall: "socket" ret: "int" args: "int" "int" "int" */
  453 #define SVR4_32_SYS_socket      230
  454 
  455 /* syscall: "netbsd32_socketpair" ret: "int" args: "int" "int" "int" "netbsd32_intp" */
  456 #define SVR4_32_SYS_netbsd32_socketpair 231
  457 
  458 /* syscall: "netbsd32_bind" ret: "int" args: "int" "netbsd32_sockaddrp_t" "int" */
  459 #define SVR4_32_SYS_netbsd32_bind       232
  460 
  461 /* syscall: "netbsd32_listen" ret: "int" args: "int" "int" */
  462 #define SVR4_32_SYS_netbsd32_listen     233
  463 
  464 /* syscall: "compat_43_netbsd32_oaccept" ret: "int" args: "int" "netbsd32_sockaddrp_t" "netbsd32_intp" */
  465 #define SVR4_32_SYS_compat_43_netbsd32_oaccept  234
  466 
  467 /* syscall: "netbsd32_connect" ret: "int" args: "int" "netbsd32_sockaddrp_t" "int" */
  468 #define SVR4_32_SYS_netbsd32_connect    235
  469 
  470 /* syscall: "netbsd32_shutdown" ret: "int" args: "int" "int" */
  471 #define SVR4_32_SYS_netbsd32_shutdown   236
  472 
  473 /* syscall: "compat_43_netbsd32_orecv" ret: "int" args: "int" "netbsd32_caddr_t" "int" "int" */
  474 #define SVR4_32_SYS_compat_43_netbsd32_orecv    237
  475 
  476 /* syscall: "compat_43_netbsd32_orecvfrom" ret: "int" args: "int" "netbsd32_caddr_t" "netbsd32_size_t" "int" "netbsd32_caddr_t" "netbsd32_intp" */
  477 #define SVR4_32_SYS_compat_43_netbsd32_orecvfrom        238
  478 
  479 /* syscall: "compat_43_netbsd32_orecvmsg" ret: "int" args: "int" "netbsd32_omsghdrp_t" "int" */
  480 #define SVR4_32_SYS_compat_43_netbsd32_orecvmsg 239
  481 
  482 /* syscall: "compat_43_netbsd32_osend" ret: "int" args: "int" "netbsd32_caddr_t" "int" "int" */
  483 #define SVR4_32_SYS_compat_43_netbsd32_osend    240
  484 
  485 /* syscall: "compat_43_netbsd32_osendmsg" ret: "int" args: "int" "netbsd32_caddr_t" "int" */
  486 #define SVR4_32_SYS_compat_43_netbsd32_osendmsg 241
  487 
  488 /* syscall: "netbsd32_sendto" ret: "netbsd32_ssize_t" args: "int" "netbsd32_voidp" "netbsd32_size_t" "int" "netbsd32_sockaddrp_t" "int" */
  489 #define SVR4_32_SYS_netbsd32_sendto     242
  490 
  491 /* syscall: "compat_43_netbsd32_ogetpeername" ret: "int" args: "int" "netbsd32_caddr_t" "netbsd32_intp" */
  492 #define SVR4_32_SYS_compat_43_netbsd32_ogetpeername     243
  493 
  494 /* syscall: "compat_43_netbsd32_ogetsockname" ret: "int" args: "int" "netbsd32_caddr_t" "netbsd32_intp" */
  495 #define SVR4_32_SYS_compat_43_netbsd32_ogetsockname     244
  496 
  497 /* syscall: "netbsd32_getsockopt" ret: "int" args: "int" "int" "int" "netbsd32_voidp" "netbsd32_intp" */
  498 #define SVR4_32_SYS_netbsd32_getsockopt 245
  499 
  500 /* syscall: "netbsd32_setsockopt" ret: "int" args: "int" "int" "int" "netbsd32_voidp" "int" */
  501 #define SVR4_32_SYS_netbsd32_setsockopt 246
  502 
  503 #if defined(NTP) || !defined(_KERNEL)
  504 /* syscall: "netbsd32_ntp_adjtime" ret: "int" args: "netbsd32_timexp_t" */
  505 #define SVR4_32_SYS_netbsd32_ntp_adjtime        249
  506 
  507 #else
  508                                 /* 249 is excluded ntp_adjtime */
  509 #endif
  510 #define SVR4_32_SYS_MAXSYSCALL  256
  511 #define SVR4_32_SYS_NSYSENT     256
  512 #endif /* _SVR4_32_SYS_SYSCALL_H_ */

Cache object: 93a94f6adab08c656d9309b147ca43d6


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.