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/svr4_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_syscall.h,v 1.75 2006/05/29 09:46:54 drochner 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.54 2006/05/29 09:44:51 drochner Exp
    8  */
    9 
   10 #ifndef _SVR4_SYS_SYSCALL_H_
   11 #define _SVR4_SYS_SYSCALL_H_
   12 
   13 /* syscall: "syscall" ret: "int" args: */
   14 #define SVR4_SYS_syscall        0
   15 
   16 /* syscall: "exit" ret: "int" args: "int" */
   17 #define SVR4_SYS_exit   1
   18 
   19 /* syscall: "fork" ret: "int" args: */
   20 #define SVR4_SYS_fork   2
   21 
   22 /* syscall: "read" ret: "int" args: "int" "char *" "u_int" */
   23 #define SVR4_SYS_read   3
   24 
   25 /* syscall: "write" ret: "int" args: "int" "char *" "u_int" */
   26 #define SVR4_SYS_write  4
   27 
   28 /* syscall: "open" ret: "int" args: "const char *" "int" "int" */
   29 #define SVR4_SYS_open   5
   30 
   31 /* syscall: "close" ret: "int" args: "int" */
   32 #define SVR4_SYS_close  6
   33 
   34 /* syscall: "wait" ret: "int" args: "int *" */
   35 #define SVR4_SYS_wait   7
   36 
   37 /* syscall: "creat" ret: "int" args: "const char *" "int" */
   38 #define SVR4_SYS_creat  8
   39 
   40 /* syscall: "link" ret: "int" args: "char *" "char *" */
   41 #define SVR4_SYS_link   9
   42 
   43 /* syscall: "unlink" ret: "int" args: "char *" */
   44 #define SVR4_SYS_unlink 10
   45 
   46 /* syscall: "execv" ret: "int" args: "const char *" "char **" */
   47 #define SVR4_SYS_execv  11
   48 
   49 /* syscall: "chdir" ret: "int" args: "char *" */
   50 #define SVR4_SYS_chdir  12
   51 
   52 /* syscall: "time" ret: "int" args: "svr4_time_t *" */
   53 #define SVR4_SYS_time   13
   54 
   55 /* syscall: "mknod" ret: "int" args: "const char *" "int" "int" */
   56 #define SVR4_SYS_mknod  14
   57 
   58 /* syscall: "chmod" ret: "int" args: "char *" "int" */
   59 #define SVR4_SYS_chmod  15
   60 
   61 /* syscall: "chown" ret: "int" args: "char *" "int" "int" */
   62 #define SVR4_SYS_chown  16
   63 
   64 /* syscall: "break" ret: "int" args: "caddr_t" */
   65 #define SVR4_SYS_break  17
   66 
   67 /* syscall: "stat" ret: "int" args: "const char *" "struct svr4_stat *" */
   68 #define SVR4_SYS_stat   18
   69 
   70 /* syscall: "lseek" ret: "long" args: "int" "long" "int" */
   71 #define SVR4_SYS_lseek  19
   72 
   73 /* syscall: "getpid" ret: "pid_t" args: */
   74 #define SVR4_SYS_getpid 20
   75 
   76 /* syscall: "setuid" ret: "int" args: "uid_t" */
   77 #define SVR4_SYS_setuid 23
   78 
   79 /* syscall: "getuid_with_euid" ret: "uid_t" args: */
   80 #define SVR4_SYS_getuid_with_euid       24
   81 
   82 /* syscall: "alarm" ret: "int" args: "unsigned" */
   83 #define SVR4_SYS_alarm  27
   84 
   85 /* syscall: "fstat" ret: "int" args: "int" "struct svr4_stat *" */
   86 #define SVR4_SYS_fstat  28
   87 
   88 /* syscall: "pause" ret: "int" args: */
   89 #define SVR4_SYS_pause  29
   90 
   91 /* syscall: "utime" ret: "int" args: "const char *" "struct svr4_utimbuf *" */
   92 #define SVR4_SYS_utime  30
   93 
   94 /* syscall: "access" ret: "int" args: "const char *" "int" */
   95 #define SVR4_SYS_access 33
   96 
   97 /* syscall: "nice" ret: "int" args: "int" */
   98 #define SVR4_SYS_nice   34
   99 
  100 /* syscall: "sync" ret: "int" args: */
  101 #define SVR4_SYS_sync   36
  102 
  103 /* syscall: "kill" ret: "int" args: "int" "int" */
  104 #define SVR4_SYS_kill   37
  105 
  106 /* syscall: "pgrpsys" ret: "int" args: "int" "int" "int" */
  107 #define SVR4_SYS_pgrpsys        39
  108 
  109 /* syscall: "dup" ret: "int" args: "u_int" */
  110 #define SVR4_SYS_dup    41
  111 
  112 /* syscall: "pipe" ret: "int" args: */
  113 #define SVR4_SYS_pipe   42
  114 
  115 /* syscall: "times" ret: "int" args: "struct tms *" */
  116 #define SVR4_SYS_times  43
  117 
  118 /* syscall: "setgid" ret: "int" args: "gid_t" */
  119 #define SVR4_SYS_setgid 46
  120 
  121 /* syscall: "getgid_with_egid" ret: "gid_t" args: */
  122 #define SVR4_SYS_getgid_with_egid       47
  123 
  124 /* syscall: "signal" ret: "int" args: "int" "svr4_sig_t" */
  125 #define SVR4_SYS_signal 48
  126 
  127 #ifdef SYSVMSG
  128 /* syscall: "msgsys" ret: "int" args: "int" "int" "int" "int" "int" */
  129 #define SVR4_SYS_msgsys 49
  130 
  131 #else
  132 #endif
  133 /* syscall: "sysarch" ret: "int" args: "int" "void *" */
  134 #define SVR4_SYS_sysarch        50
  135 
  136 #ifdef SYSVSHM
  137 /* syscall: "shmsys" ret: "int" args: "int" "int" "int" "int" */
  138 #define SVR4_SYS_shmsys 52
  139 
  140 #else
  141 #endif
  142 #ifdef SYSVSEM
  143 /* syscall: "semsys" ret: "int" args: "int" "int" "int" "int" "int" */
  144 #define SVR4_SYS_semsys 53
  145 
  146 #else
  147 #endif
  148 /* syscall: "ioctl" ret: "int" args: "int" "u_long" "caddr_t" */
  149 #define SVR4_SYS_ioctl  54
  150 
  151 /* syscall: "utssys" ret: "int" args: "void *" "void *" "int" "void *" */
  152 #define SVR4_SYS_utssys 57
  153 
  154 /* syscall: "fsync" ret: "int" args: "int" */
  155 #define SVR4_SYS_fsync  58
  156 
  157 /* syscall: "execve" ret: "int" args: "const char *" "char **" "char **" */
  158 #define SVR4_SYS_execve 59
  159 
  160 /* syscall: "umask" ret: "int" args: "int" */
  161 #define SVR4_SYS_umask  60
  162 
  163 /* syscall: "chroot" ret: "int" args: "char *" */
  164 #define SVR4_SYS_chroot 61
  165 
  166 /* syscall: "fcntl" ret: "int" args: "int" "int" "char *" */
  167 #define SVR4_SYS_fcntl  62
  168 
  169 /* syscall: "ulimit" ret: "long" args: "int" "long" */
  170 #define SVR4_SYS_ulimit 63
  171 
  172                                 /* 70 is obsolete advfs */
  173                                 /* 71 is obsolete unadvfs */
  174                                 /* 72 is obsolete rmount */
  175                                 /* 73 is obsolete rumount */
  176                                 /* 74 is obsolete rfstart */
  177                                 /* 75 is obsolete sigret */
  178                                 /* 76 is obsolete rdebug */
  179                                 /* 77 is obsolete rfstop */
  180 /* syscall: "rmdir" ret: "int" args: "char *" */
  181 #define SVR4_SYS_rmdir  79
  182 
  183 /* syscall: "mkdir" ret: "int" args: "char *" "int" */
  184 #define SVR4_SYS_mkdir  80
  185 
  186 /* syscall: "getdents" ret: "int" args: "int" "char *" "int" */
  187 #define SVR4_SYS_getdents       81
  188 
  189                                 /* 82 is obsolete libattach */
  190                                 /* 83 is obsolete libdetach */
  191 /* syscall: "getmsg" ret: "int" args: "int" "struct svr4_strbuf *" "struct svr4_strbuf *" "int *" */
  192 #define SVR4_SYS_getmsg 85
  193 
  194 /* syscall: "putmsg" ret: "int" args: "int" "struct svr4_strbuf *" "struct svr4_strbuf *" "int" */
  195 #define SVR4_SYS_putmsg 86
  196 
  197 /* syscall: "poll" ret: "int" args: "struct pollfd *" "u_int" "int" */
  198 #define SVR4_SYS_poll   87
  199 
  200 /* syscall: "lstat" ret: "int" args: "const char *" "struct svr4_stat *" */
  201 #define SVR4_SYS_lstat  88
  202 
  203 /* syscall: "symlink" ret: "int" args: "char *" "char *" */
  204 #define SVR4_SYS_symlink        89
  205 
  206 /* syscall: "readlink" ret: "int" args: "char *" "char *" "int" */
  207 #define SVR4_SYS_readlink       90
  208 
  209 /* syscall: "getgroups" ret: "int" args: "u_int" "gid_t *" */
  210 #define SVR4_SYS_getgroups      91
  211 
  212 /* syscall: "setgroups" ret: "int" args: "u_int" "gid_t *" */
  213 #define SVR4_SYS_setgroups      92
  214 
  215 /* syscall: "fchmod" ret: "int" args: "int" "int" */
  216 #define SVR4_SYS_fchmod 93
  217 
  218 /* syscall: "fchown" ret: "int" args: "int" "int" "int" */
  219 #define SVR4_SYS_fchown 94
  220 
  221 /* syscall: "sigprocmask" ret: "int" args: "int" "const svr4_sigset_t *" "svr4_sigset_t *" */
  222 #define SVR4_SYS_sigprocmask    95
  223 
  224 /* syscall: "sigsuspend" ret: "int" args: "const svr4_sigset_t *" */
  225 #define SVR4_SYS_sigsuspend     96
  226 
  227 /* syscall: "sigaltstack" ret: "int" args: "const struct svr4_sigaltstack *" "struct svr4_sigaltstack *" */
  228 #define SVR4_SYS_sigaltstack    97
  229 
  230 /* syscall: "sigaction" ret: "int" args: "int" "const struct svr4_sigaction *" "struct svr4_sigaction *" */
  231 #define SVR4_SYS_sigaction      98
  232 
  233 /* syscall: "sigpending" ret: "int" args: "int" "svr4_sigset_t *" */
  234 #define SVR4_SYS_sigpending     99
  235 
  236 /* syscall: "context" ret: "int" args: "int" "struct svr4_ucontext *" */
  237 #define SVR4_SYS_context        100
  238 
  239 /* syscall: "statvfs" ret: "int" args: "const char *" "struct svr4_statvfs *" */
  240 #define SVR4_SYS_statvfs        103
  241 
  242 /* syscall: "fstatvfs" ret: "int" args: "int" "struct svr4_statvfs *" */
  243 #define SVR4_SYS_fstatvfs       104
  244 
  245 /* syscall: "waitsys" ret: "int" args: "int" "int" "union svr4_siginfo *" "int" */
  246 #define SVR4_SYS_waitsys        107
  247 
  248 /* syscall: "hrtsys" ret: "int" args: "int" "int" "int" "void *" "void *" */
  249 #define SVR4_SYS_hrtsys 109
  250 
  251 /* syscall: "pathconf" ret: "int" args: "const char *" "int" */
  252 #define SVR4_SYS_pathconf       113
  253 
  254 /* syscall: "mmap" ret: "void *" args: "void *" "svr4_size_t" "int" "int" "int" "svr4_off_t" */
  255 #define SVR4_SYS_mmap   115
  256 
  257 /* syscall: "mprotect" ret: "int" args: "void *" "int" "int" */
  258 #define SVR4_SYS_mprotect       116
  259 
  260 /* syscall: "munmap" ret: "int" args: "void *" "int" */
  261 #define SVR4_SYS_munmap 117
  262 
  263 /* syscall: "fpathconf" ret: "int" args: "int" "int" */
  264 #define SVR4_SYS_fpathconf      118
  265 
  266 /* syscall: "vfork" ret: "int" args: */
  267 #define SVR4_SYS_vfork  119
  268 
  269 /* syscall: "fchdir" ret: "int" args: "int" */
  270 #define SVR4_SYS_fchdir 120
  271 
  272 /* syscall: "readv" ret: "int" args: "int" "struct iovec *" "u_int" */
  273 #define SVR4_SYS_readv  121
  274 
  275 /* syscall: "writev" ret: "int" args: "int" "struct iovec *" "u_int" */
  276 #define SVR4_SYS_writev 122
  277 
  278 /* syscall: "xstat" ret: "int" args: "int" "const char *" "struct svr4_xstat *" */
  279 #define SVR4_SYS_xstat  123
  280 
  281 /* syscall: "lxstat" ret: "int" args: "int" "const char *" "struct svr4_xstat *" */
  282 #define SVR4_SYS_lxstat 124
  283 
  284 /* syscall: "fxstat" ret: "int" args: "int" "int" "struct svr4_xstat *" */
  285 #define SVR4_SYS_fxstat 125
  286 
  287 /* syscall: "xmknod" ret: "int" args: "int" "char *" "svr4_mode_t" "svr4_dev_t" */
  288 #define SVR4_SYS_xmknod 126
  289 
  290 /* syscall: "setrlimit" ret: "int" args: "int" "const struct svr4_rlimit *" */
  291 #define SVR4_SYS_setrlimit      128
  292 
  293 /* syscall: "getrlimit" ret: "int" args: "int" "struct svr4_rlimit *" */
  294 #define SVR4_SYS_getrlimit      129
  295 
  296 /* syscall: "lchown" ret: "int" args: "char *" "int" "int" */
  297 #define SVR4_SYS_lchown 130
  298 
  299 /* syscall: "memcntl" ret: "int" args: "void *" "svr4_size_t" "int" "void *" "int" "int" */
  300 #define SVR4_SYS_memcntl        131
  301 
  302 /* syscall: "rename" ret: "int" args: "char *" "char *" */
  303 #define SVR4_SYS_rename 134
  304 
  305 /* syscall: "uname" ret: "int" args: "struct svr4_utsname *" "int" */
  306 #define SVR4_SYS_uname  135
  307 
  308 /* syscall: "setegid" ret: "int" args: "gid_t" */
  309 #define SVR4_SYS_setegid        136
  310 
  311 /* syscall: "sysconfig" ret: "int" args: "int" */
  312 #define SVR4_SYS_sysconfig      137
  313 
  314 /* syscall: "adjtime" ret: "int" args: "struct timeval *" "struct timeval *" */
  315 #define SVR4_SYS_adjtime        138
  316 
  317 /* syscall: "systeminfo" ret: "long" args: "int" "char *" "long" */
  318 #define SVR4_SYS_systeminfo     139
  319 
  320 /* syscall: "seteuid" ret: "int" args: "uid_t" */
  321 #define SVR4_SYS_seteuid        141
  322 
  323 /* syscall: "fork1" ret: "int" args: */
  324 #define SVR4_SYS_fork1  143
  325 
  326 /* syscall: "_lwp_info" ret: "int" args: "struct svr4_lwpinfo *" */
  327 #define SVR4_SYS__lwp_info      145
  328 
  329 /* syscall: "fchroot" ret: "int" args: "int" */
  330 #define SVR4_SYS_fchroot        153
  331 
  332 /* syscall: "utimes" ret: "int" args: "const char *" "struct timeval *" */
  333 #define SVR4_SYS_utimes 154
  334 
  335 /* syscall: "vhangup" ret: "int" args: */
  336 #define SVR4_SYS_vhangup        155
  337 
  338 /* syscall: "gettimeofday" ret: "int" args: "struct timeval *" */
  339 #define SVR4_SYS_gettimeofday   156
  340 
  341 /* syscall: "getitimer" ret: "int" args: "u_int" "struct itimerval *" */
  342 #define SVR4_SYS_getitimer      157
  343 
  344 /* syscall: "setitimer" ret: "int" args: "u_int" "struct itimerval *" "struct itimerval *" */
  345 #define SVR4_SYS_setitimer      158
  346 
  347 /* syscall: "_lwp_create" ret: "int" args: "svr4_ucontext_t *" "unsigned long" "svr4_lwpid_t *" */
  348 #define SVR4_SYS__lwp_create    159
  349 
  350 /* syscall: "_lwp_exit" ret: "int" args: */
  351 #define SVR4_SYS__lwp_exit      160
  352 
  353 /* syscall: "_lwp_suspend" ret: "int" args: "svr4_lwpid_t" */
  354 #define SVR4_SYS__lwp_suspend   161
  355 
  356 /* syscall: "_lwp_continue" ret: "int" args: "svr4_lwpid_t" */
  357 #define SVR4_SYS__lwp_continue  162
  358 
  359 /* syscall: "_lwp_kill" ret: "int" args: "svr4_lwpid_t" "int" */
  360 #define SVR4_SYS__lwp_kill      163
  361 
  362 /* syscall: "_lwp_self" ret: "svr4_lwpid_t" args: */
  363 #define SVR4_SYS__lwp_self      164
  364 
  365 /* syscall: "_lwp_getprivate" ret: "void *" args: */
  366 #define SVR4_SYS__lwp_getprivate        165
  367 
  368 /* syscall: "_lwp_setprivate" ret: "int" args: "void *" */
  369 #define SVR4_SYS__lwp_setprivate        166
  370 
  371 /* syscall: "_lwp_wait" ret: "int" args: "svr4_lwpid_t" "svr4_lwpid_t *" */
  372 #define SVR4_SYS__lwp_wait      167
  373 
  374 /* syscall: "pread" ret: "ssize_t" args: "int" "void *" "size_t" "svr4_off_t" */
  375 #define SVR4_SYS_pread  173
  376 
  377 /* syscall: "pwrite" ret: "ssize_t" args: "int" "const void *" "size_t" "svr4_off_t" */
  378 #define SVR4_SYS_pwrite 174
  379 
  380 /* syscall: "llseek" ret: "svr4_off64_t" args: "int" "long" "long" "int" */
  381 #define SVR4_SYS_llseek 175
  382 
  383 /* syscall: "acl" ret: "int" args: "char *" "int" "int" "struct svr4_aclent *" */
  384 #define SVR4_SYS_acl    185
  385 
  386 /* syscall: "auditsys" ret: "int" args: "int" "int" "int" "int" "int" "int" */
  387 #define SVR4_SYS_auditsys       186
  388 
  389 /* syscall: "nanosleep" ret: "int" args: "const struct timespec *" "struct timespec *" */
  390 #define SVR4_SYS_nanosleep      199
  391 
  392 /* syscall: "facl" ret: "int" args: "int" "int" "int" "struct svr4_aclent *" */
  393 #define SVR4_SYS_facl   200
  394 
  395 /* syscall: "setreuid" ret: "int" args: "int" "int" */
  396 #define SVR4_SYS_setreuid       202
  397 
  398 /* syscall: "setregid" ret: "int" args: "int" "int" */
  399 #define SVR4_SYS_setregid       203
  400 
  401 /* syscall: "schedctl" ret: "int" args: "unsigned int" "int" "void **" */
  402 #define SVR4_SYS_schedctl       206
  403 
  404 /* syscall: "resolvepath" ret: "int" args: "const char *" "char *" "size_t" */
  405 #define SVR4_SYS_resolvepath    209
  406 
  407 /* syscall: "getdents64" ret: "int" args: "int" "struct svr4_dirent64 *" "int" */
  408 #define SVR4_SYS_getdents64     213
  409 
  410 /* syscall: "mmap64" ret: "void *" args: "void *" "svr4_size_t" "int" "int" "int" "svr4_off64_t" */
  411 #define SVR4_SYS_mmap64 214
  412 
  413 /* syscall: "stat64" ret: "int" args: "const char *" "struct svr4_stat64 *" */
  414 #define SVR4_SYS_stat64 215
  415 
  416 /* syscall: "lstat64" ret: "int" args: "const char *" "struct svr4_stat64 *" */
  417 #define SVR4_SYS_lstat64        216
  418 
  419 /* syscall: "fstat64" ret: "int" args: "int" "struct svr4_stat64 *" */
  420 #define SVR4_SYS_fstat64        217
  421 
  422 /* syscall: "statvfs64" ret: "int" args: "const char *" "struct svr4_statvfs64 *" */
  423 #define SVR4_SYS_statvfs64      218
  424 
  425 /* syscall: "fstatvfs64" ret: "int" args: "int" "struct svr4_statvfs64 *" */
  426 #define SVR4_SYS_fstatvfs64     219
  427 
  428 /* syscall: "setrlimit64" ret: "int" args: "int" "const struct svr4_rlimit64 *" */
  429 #define SVR4_SYS_setrlimit64    220
  430 
  431 /* syscall: "getrlimit64" ret: "int" args: "int" "struct svr4_rlimit64 *" */
  432 #define SVR4_SYS_getrlimit64    221
  433 
  434 /* syscall: "pread64" ret: "ssize_t" args: "int" "void *" "size_t" "svr4_off64_t" */
  435 #define SVR4_SYS_pread64        222
  436 
  437 /* syscall: "pwrite64" ret: "ssize_t" args: "int" "const void *" "size_t" "svr4_off64_t" */
  438 #define SVR4_SYS_pwrite64       223
  439 
  440 /* syscall: "creat64" ret: "int" args: "char *" "int" */
  441 #define SVR4_SYS_creat64        224
  442 
  443 /* syscall: "open64" ret: "int" args: "char *" "int" "int" */
  444 #define SVR4_SYS_open64 225
  445 
  446 /* syscall: "socket" ret: "int" args: "int" "int" "int" */
  447 #define SVR4_SYS_socket 230
  448 
  449 /* syscall: "socketpair" ret: "int" args: "int" "int" "int" "int *" */
  450 #define SVR4_SYS_socketpair     231
  451 
  452 /* syscall: "bind" ret: "int" args: "int" "const struct sockaddr *" "int" */
  453 #define SVR4_SYS_bind   232
  454 
  455 /* syscall: "listen" ret: "int" args: "int" "int" */
  456 #define SVR4_SYS_listen 233
  457 
  458 /* syscall: "accept" ret: "int" args: "int" "struct sockaddr *" "int *" */
  459 #define SVR4_SYS_accept 234
  460 
  461 /* syscall: "connect" ret: "int" args: "int" "const struct sockaddr *" "int" */
  462 #define SVR4_SYS_connect        235
  463 
  464 /* syscall: "shutdown" ret: "int" args: "int" "int" */
  465 #define SVR4_SYS_shutdown       236
  466 
  467 /* syscall: "recv" ret: "int" args: "int" "caddr_t" "int" "int" */
  468 #define SVR4_SYS_recv   237
  469 
  470 /* syscall: "recvfrom" ret: "ssize_t" args: "int" "void *" "size_t" "int" "struct sockaddr *" "int *" */
  471 #define SVR4_SYS_recvfrom       238
  472 
  473 /* syscall: "recvmsg" ret: "ssize_t" args: "int" "struct msghdr *" "int" */
  474 #define SVR4_SYS_recvmsg        239
  475 
  476 /* syscall: "send" ret: "int" args: "int" "caddr_t" "int" "int" */
  477 #define SVR4_SYS_send   240
  478 
  479 /* syscall: "sendmsg" ret: "ssize_t" args: "int" "const struct msghdr *" "int" */
  480 #define SVR4_SYS_sendmsg        241
  481 
  482 /* syscall: "sendto" ret: "ssize_t" args: "int" "const void *" "size_t" "int" "const struct sockaddr *" "int" */
  483 #define SVR4_SYS_sendto 242
  484 
  485 /* syscall: "getpeername" ret: "int" args: "int" "struct sockaddr *" "int *" */
  486 #define SVR4_SYS_getpeername    243
  487 
  488 /* syscall: "getsockname" ret: "int" args: "int" "struct sockaddr *" "int *" */
  489 #define SVR4_SYS_getsockname    244
  490 
  491 /* syscall: "getsockopt" ret: "int" args: "int" "int" "int" "void *" "int *" */
  492 #define SVR4_SYS_getsockopt     245
  493 
  494 /* syscall: "setsockopt" ret: "int" args: "int" "int" "int" "const void *" "int" */
  495 #define SVR4_SYS_setsockopt     246
  496 
  497 #if defined(NTP) || !defined(_KERNEL)
  498 /* syscall: "ntp_adjtime" ret: "int" args: "struct timex *" */
  499 #define SVR4_SYS_ntp_adjtime    249
  500 
  501 #else
  502                                 /* 249 is excluded ntp_adjtime */
  503 #endif
  504 #define SVR4_SYS_MAXSYSCALL     256
  505 #define SVR4_SYS_NSYSENT        256
  506 #endif /* _SVR4_SYS_SYSCALL_H_ */

Cache object: b724912fe3eaa16b0e9d47b3f5256672


[ 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.