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/pecoff/pecoff_syscallargs.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: pecoff_syscallargs.h,v 1.10 2004/03/26 15:29:29 drochner Exp $ */
    2 
    3 /*
    4  * System call argument lists.
    5  *
    6  * DO NOT EDIT-- this file is automatically generated.
    7  * created from NetBSD: syscalls.master,v 1.9 2004/03/26 15:18:54 drochner Exp 
    8  */
    9 
   10 #ifndef _PECOFF_SYS__SYSCALLARGS_H_
   11 #define _PECOFF_SYS__SYSCALLARGS_H_
   12 
   13 #ifdef  syscallarg
   14 #undef  syscallarg
   15 #endif
   16 
   17 #define syscallarg(x)                                                   \
   18         union {                                                         \
   19                 register_t pad;                                         \
   20                 struct { x datum; } le;                                 \
   21                 struct { /* LINTED zero array dimension */              \
   22                         int8_t pad[  /* CONSTCOND */                    \
   23                                 (sizeof (register_t) < sizeof (x))      \
   24                                 ? 0                                     \
   25                                 : sizeof (register_t) - sizeof (x)];    \
   26                         x datum;                                        \
   27                 } be;                                                   \
   28         }
   29 
   30 struct pecoff_sys_open_args {
   31         syscallarg(const char *) path;
   32         syscallarg(int) flags;
   33         syscallarg(mode_t) mode;
   34 };
   35 
   36 struct pecoff_sys_link_args {
   37         syscallarg(const char *) path;
   38         syscallarg(const char *) link;
   39 };
   40 
   41 struct pecoff_sys_unlink_args {
   42         syscallarg(const char *) path;
   43 };
   44 
   45 struct pecoff_sys_chdir_args {
   46         syscallarg(const char *) path;
   47 };
   48 
   49 struct pecoff_sys_chmod_args {
   50         syscallarg(const char *) path;
   51         syscallarg(mode_t) mode;
   52 };
   53 
   54 struct pecoff_sys_chown_args {
   55         syscallarg(const char *) path;
   56         syscallarg(uid_t) uid;
   57         syscallarg(gid_t) gid;
   58 };
   59 #ifdef COMPAT_43
   60 #else
   61 #endif
   62 
   63 struct pecoff_sys_unmount_args {
   64         syscallarg(const char *) path;
   65         syscallarg(int) flags;
   66 };
   67 #ifdef COMPAT_43
   68 #else
   69 #endif
   70 
   71 struct pecoff_sys_access_args {
   72         syscallarg(const char *) path;
   73         syscallarg(int) flags;
   74 };
   75 
   76 struct pecoff_sys_chflags_args {
   77         syscallarg(const char *) path;
   78         syscallarg(u_long) flags;
   79 };
   80 #if defined(KTRACE) || !defined(_KERNEL)
   81 #else
   82 #endif
   83 #ifdef COMPAT_43
   84 #else
   85 #endif
   86 
   87 struct pecoff_sys_revoke_args {
   88         syscallarg(const char *) path;
   89 };
   90 
   91 struct pecoff_sys_symlink_args {
   92         syscallarg(const char *) path;
   93         syscallarg(const char *) link;
   94 };
   95 
   96 struct pecoff_sys_readlink_args {
   97         syscallarg(const char *) path;
   98         syscallarg(char *) buf;
   99         syscallarg(size_t) count;
  100 };
  101 
  102 struct pecoff_sys_execve_args {
  103         syscallarg(const char *) path;
  104         syscallarg(char *const *) argp;
  105         syscallarg(char *const *) envp;
  106 };
  107 
  108 struct pecoff_sys_chroot_args {
  109         syscallarg(const char *) path;
  110 };
  111 
  112 struct pecoff_sys_rename_args {
  113         syscallarg(const char *) from;
  114         syscallarg(const char *) to;
  115 };
  116 
  117 struct pecoff_sys_rmdir_args {
  118         syscallarg(const char *) path;
  119 };
  120 
  121 struct pecoff_sys_utimes_args {
  122         syscallarg(const char *) path;
  123         syscallarg(const struct timeval *) tptr;
  124 };
  125 #if defined(NFS) || defined(NFSSERVER) || !defined(_KERNEL)
  126 #else
  127 #endif
  128 
  129 struct pecoff_sys_statfs_args {
  130         syscallarg(const char *) path;
  131         syscallarg(struct statfs *) buf;
  132 };
  133 
  134 struct pecoff_sys_getfh_args {
  135         syscallarg(const char *) fname;
  136         syscallarg(fhandle_t *) fhp;
  137 };
  138 #if (defined(SYSVSEM) || !defined(_KERNEL)) && !defined(_LP64)
  139 #else
  140 #endif
  141 #if (defined(SYSVMSG) || !defined(_KERNEL)) && !defined(_LP64)
  142 #else
  143 #endif
  144 #if (defined(SYSVSHM) || !defined(_KERNEL)) && !defined(_LP64)
  145 #else
  146 #endif
  147 #if defined(NTP) || !defined(_KERNEL)
  148 #else
  149 #endif
  150 #if defined(LFS) || !defined(_KERNEL)
  151 #else
  152 #endif
  153 
  154 struct pecoff_sys_pathconf_args {
  155         syscallarg(const char *) path;
  156         syscallarg(int) name;
  157 };
  158 
  159 struct pecoff_sys_truncate_args {
  160         syscallarg(const char *) path;
  161         syscallarg(int) pad;
  162         syscallarg(off_t) length;
  163 };
  164 
  165 struct pecoff_sys_undelete_args {
  166         syscallarg(const char *) path;
  167 };
  168 #if defined(LKM) || !defined(_KERNEL)
  169 #else   /* !LKM */
  170 #endif  /* !LKM */
  171 #if defined(SYSVSEM) || !defined(_KERNEL)
  172 #else
  173 #endif
  174 #if defined(SYSVMSG) || !defined(_KERNEL)
  175 #else
  176 #endif
  177 #if defined(SYSVSHM) || !defined(_KERNEL)
  178 #else
  179 #endif
  180 #if defined(P1003_1B_SEMAPHORE) || !defined(_KERNEL)
  181 #else
  182 #endif
  183 
  184 struct pecoff_sys___posix_rename_args {
  185         syscallarg(const char *) from;
  186         syscallarg(const char *) to;
  187 };
  188 
  189 struct pecoff_sys_lchmod_args {
  190         syscallarg(const char *) path;
  191         syscallarg(mode_t) mode;
  192 };
  193 
  194 struct pecoff_sys_lchown_args {
  195         syscallarg(const char *) path;
  196         syscallarg(uid_t) uid;
  197         syscallarg(gid_t) gid;
  198 };
  199 
  200 struct pecoff_sys_lutimes_args {
  201         syscallarg(const char *) path;
  202         syscallarg(const struct timeval *) tptr;
  203 };
  204 
  205 struct pecoff_sys___stat13_args {
  206         syscallarg(const char *) path;
  207         syscallarg(struct stat *) ub;
  208 };
  209 
  210 struct pecoff_sys___lstat13_args {
  211         syscallarg(const char *) path;
  212         syscallarg(struct stat *) ub;
  213 };
  214 
  215 struct pecoff_sys___posix_chown_args {
  216         syscallarg(const char *) path;
  217         syscallarg(uid_t) uid;
  218         syscallarg(gid_t) gid;
  219 };
  220 
  221 struct pecoff_sys___posix_lchown_args {
  222         syscallarg(const char *) path;
  223         syscallarg(uid_t) uid;
  224         syscallarg(gid_t) gid;
  225 };
  226 #if defined(KTRACE) || !defined(_KERNEL)
  227 #else
  228 #endif
  229 #ifdef COMPAT_16
  230 #else
  231 #endif
  232 #if defined(SYSVSEM) || !defined(_KERNEL)
  233 #else
  234 #endif
  235 #if defined(SYSVMSG) || !defined(_KERNEL)
  236 #else
  237 #endif
  238 #if defined(SYSVSHM) || !defined(_KERNEL)
  239 #else
  240 #endif
  241 
  242 struct pecoff_sys_lchflags_args {
  243         syscallarg(const char *) path;
  244         syscallarg(u_long) flags;
  245 };
  246 
  247 /*
  248  * System call prototypes.
  249  */
  250 
  251 int     sys_exit(struct lwp *, void *, register_t *);
  252 
  253 int     sys_fork(struct lwp *, void *, register_t *);
  254 
  255 int     sys_read(struct lwp *, void *, register_t *);
  256 
  257 int     sys_write(struct lwp *, void *, register_t *);
  258 
  259 int     pecoff_sys_open(struct lwp *, void *, register_t *);
  260 
  261 int     sys_close(struct lwp *, void *, register_t *);
  262 
  263 int     sys_wait4(struct lwp *, void *, register_t *);
  264 
  265 int     pecoff_sys_link(struct lwp *, void *, register_t *);
  266 
  267 int     pecoff_sys_unlink(struct lwp *, void *, register_t *);
  268 
  269 int     pecoff_sys_chdir(struct lwp *, void *, register_t *);
  270 
  271 int     sys_fchdir(struct lwp *, void *, register_t *);
  272 
  273 int     sys_mknod(struct lwp *, void *, register_t *);
  274 
  275 int     pecoff_sys_chmod(struct lwp *, void *, register_t *);
  276 
  277 int     pecoff_sys_chown(struct lwp *, void *, register_t *);
  278 
  279 int     sys_obreak(struct lwp *, void *, register_t *);
  280 
  281 int     sys_getfsstat(struct lwp *, void *, register_t *);
  282 
  283 #ifdef COMPAT_43
  284 int     sys_getpid_with_ppid(struct lwp *, void *, register_t *);
  285 
  286 #else
  287 int     sys_getpid(struct lwp *, void *, register_t *);
  288 
  289 #endif
  290 int     sys_mount(struct lwp *, void *, register_t *);
  291 
  292 int     pecoff_sys_unmount(struct lwp *, void *, register_t *);
  293 
  294 int     sys_setuid(struct lwp *, void *, register_t *);
  295 
  296 #ifdef COMPAT_43
  297 int     sys_getuid_with_euid(struct lwp *, void *, register_t *);
  298 
  299 #else
  300 int     sys_getuid(struct lwp *, void *, register_t *);
  301 
  302 #endif
  303 int     sys_geteuid(struct lwp *, void *, register_t *);
  304 
  305 int     sys_ptrace(struct lwp *, void *, register_t *);
  306 
  307 int     sys_recvmsg(struct lwp *, void *, register_t *);
  308 
  309 int     sys_sendmsg(struct lwp *, void *, register_t *);
  310 
  311 int     sys_recvfrom(struct lwp *, void *, register_t *);
  312 
  313 int     sys_accept(struct lwp *, void *, register_t *);
  314 
  315 int     sys_getpeername(struct lwp *, void *, register_t *);
  316 
  317 int     sys_getsockname(struct lwp *, void *, register_t *);
  318 
  319 int     pecoff_sys_access(struct lwp *, void *, register_t *);
  320 
  321 int     pecoff_sys_chflags(struct lwp *, void *, register_t *);
  322 
  323 int     sys_fchflags(struct lwp *, void *, register_t *);
  324 
  325 int     sys_sync(struct lwp *, void *, register_t *);
  326 
  327 int     sys_kill(struct lwp *, void *, register_t *);
  328 
  329 int     sys_getppid(struct lwp *, void *, register_t *);
  330 
  331 int     sys_dup(struct lwp *, void *, register_t *);
  332 
  333 int     sys_pipe(struct lwp *, void *, register_t *);
  334 
  335 int     sys_getegid(struct lwp *, void *, register_t *);
  336 
  337 int     sys_profil(struct lwp *, void *, register_t *);
  338 
  339 #if defined(KTRACE) || !defined(_KERNEL)
  340 int     sys_ktrace(struct lwp *, void *, register_t *);
  341 
  342 #else
  343 #endif
  344 #ifdef COMPAT_43
  345 int     sys_getgid_with_egid(struct lwp *, void *, register_t *);
  346 
  347 #else
  348 int     sys_getgid(struct lwp *, void *, register_t *);
  349 
  350 #endif
  351 int     sys___getlogin(struct lwp *, void *, register_t *);
  352 
  353 int     sys___setlogin(struct lwp *, void *, register_t *);
  354 
  355 int     sys_acct(struct lwp *, void *, register_t *);
  356 
  357 int     sys_ioctl(struct lwp *, void *, register_t *);
  358 
  359 int     pecoff_sys_revoke(struct lwp *, void *, register_t *);
  360 
  361 int     pecoff_sys_symlink(struct lwp *, void *, register_t *);
  362 
  363 int     pecoff_sys_readlink(struct lwp *, void *, register_t *);
  364 
  365 int     pecoff_sys_execve(struct lwp *, void *, register_t *);
  366 
  367 int     sys_umask(struct lwp *, void *, register_t *);
  368 
  369 int     pecoff_sys_chroot(struct lwp *, void *, register_t *);
  370 
  371 int     sys_vfork(struct lwp *, void *, register_t *);
  372 
  373 int     sys_sbrk(struct lwp *, void *, register_t *);
  374 
  375 int     sys_sstk(struct lwp *, void *, register_t *);
  376 
  377 int     sys_ovadvise(struct lwp *, void *, register_t *);
  378 
  379 int     sys_munmap(struct lwp *, void *, register_t *);
  380 
  381 int     sys_mprotect(struct lwp *, void *, register_t *);
  382 
  383 int     sys_madvise(struct lwp *, void *, register_t *);
  384 
  385 int     sys_mincore(struct lwp *, void *, register_t *);
  386 
  387 int     sys_getgroups(struct lwp *, void *, register_t *);
  388 
  389 int     sys_setgroups(struct lwp *, void *, register_t *);
  390 
  391 int     sys_getpgrp(struct lwp *, void *, register_t *);
  392 
  393 int     sys_setpgid(struct lwp *, void *, register_t *);
  394 
  395 int     sys_setitimer(struct lwp *, void *, register_t *);
  396 
  397 int     sys_getitimer(struct lwp *, void *, register_t *);
  398 
  399 int     sys_dup2(struct lwp *, void *, register_t *);
  400 
  401 int     sys_fcntl(struct lwp *, void *, register_t *);
  402 
  403 int     sys_select(struct lwp *, void *, register_t *);
  404 
  405 int     sys_fsync(struct lwp *, void *, register_t *);
  406 
  407 int     sys_setpriority(struct lwp *, void *, register_t *);
  408 
  409 int     sys_socket(struct lwp *, void *, register_t *);
  410 
  411 int     sys_connect(struct lwp *, void *, register_t *);
  412 
  413 int     sys_getpriority(struct lwp *, void *, register_t *);
  414 
  415 int     sys_bind(struct lwp *, void *, register_t *);
  416 
  417 int     sys_setsockopt(struct lwp *, void *, register_t *);
  418 
  419 int     sys_listen(struct lwp *, void *, register_t *);
  420 
  421 int     sys_gettimeofday(struct lwp *, void *, register_t *);
  422 
  423 int     sys_getrusage(struct lwp *, void *, register_t *);
  424 
  425 int     sys_getsockopt(struct lwp *, void *, register_t *);
  426 
  427 int     sys_readv(struct lwp *, void *, register_t *);
  428 
  429 int     sys_writev(struct lwp *, void *, register_t *);
  430 
  431 int     sys_settimeofday(struct lwp *, void *, register_t *);
  432 
  433 int     sys_fchown(struct lwp *, void *, register_t *);
  434 
  435 int     sys_fchmod(struct lwp *, void *, register_t *);
  436 
  437 int     sys_setreuid(struct lwp *, void *, register_t *);
  438 
  439 int     sys_setregid(struct lwp *, void *, register_t *);
  440 
  441 int     pecoff_sys_rename(struct lwp *, void *, register_t *);
  442 
  443 int     sys_flock(struct lwp *, void *, register_t *);
  444 
  445 int     sys_mkfifo(struct lwp *, void *, register_t *);
  446 
  447 int     sys_sendto(struct lwp *, void *, register_t *);
  448 
  449 int     sys_shutdown(struct lwp *, void *, register_t *);
  450 
  451 int     sys_socketpair(struct lwp *, void *, register_t *);
  452 
  453 int     sys_mkdir(struct lwp *, void *, register_t *);
  454 
  455 int     pecoff_sys_rmdir(struct lwp *, void *, register_t *);
  456 
  457 int     pecoff_sys_utimes(struct lwp *, void *, register_t *);
  458 
  459 int     sys_adjtime(struct lwp *, void *, register_t *);
  460 
  461 int     sys_setsid(struct lwp *, void *, register_t *);
  462 
  463 int     sys_quotactl(struct lwp *, void *, register_t *);
  464 
  465 #if defined(NFS) || defined(NFSSERVER) || !defined(_KERNEL)
  466 int     sys_nfssvc(struct lwp *, void *, register_t *);
  467 
  468 #else
  469 #endif
  470 int     pecoff_sys_statfs(struct lwp *, void *, register_t *);
  471 
  472 int     sys_fstatfs(struct lwp *, void *, register_t *);
  473 
  474 int     pecoff_sys_getfh(struct lwp *, void *, register_t *);
  475 
  476 int     sys_sysarch(struct lwp *, void *, register_t *);
  477 
  478 #if (defined(SYSVSEM) || !defined(_KERNEL)) && !defined(_LP64)
  479 #else
  480 #endif
  481 #if (defined(SYSVMSG) || !defined(_KERNEL)) && !defined(_LP64)
  482 #else
  483 #endif
  484 #if (defined(SYSVSHM) || !defined(_KERNEL)) && !defined(_LP64)
  485 #else
  486 #endif
  487 int     sys_pread(struct lwp *, void *, register_t *);
  488 
  489 int     sys_pwrite(struct lwp *, void *, register_t *);
  490 
  491 int     sys_ntp_gettime(struct lwp *, void *, register_t *);
  492 
  493 #if defined(NTP) || !defined(_KERNEL)
  494 int     sys_ntp_adjtime(struct lwp *, void *, register_t *);
  495 
  496 #else
  497 #endif
  498 int     sys_setgid(struct lwp *, void *, register_t *);
  499 
  500 int     sys_setegid(struct lwp *, void *, register_t *);
  501 
  502 int     sys_seteuid(struct lwp *, void *, register_t *);
  503 
  504 #if defined(LFS) || !defined(_KERNEL)
  505 int     sys_lfs_bmapv(struct lwp *, void *, register_t *);
  506 
  507 int     sys_lfs_markv(struct lwp *, void *, register_t *);
  508 
  509 int     sys_lfs_segclean(struct lwp *, void *, register_t *);
  510 
  511 int     sys_lfs_segwait(struct lwp *, void *, register_t *);
  512 
  513 #else
  514 #endif
  515 int     pecoff_sys_pathconf(struct lwp *, void *, register_t *);
  516 
  517 int     sys_fpathconf(struct lwp *, void *, register_t *);
  518 
  519 int     sys_getrlimit(struct lwp *, void *, register_t *);
  520 
  521 int     sys_setrlimit(struct lwp *, void *, register_t *);
  522 
  523 int     sys_mmap(struct lwp *, void *, register_t *);
  524 
  525 int     sys_lseek(struct lwp *, void *, register_t *);
  526 
  527 int     pecoff_sys_truncate(struct lwp *, void *, register_t *);
  528 
  529 int     sys_ftruncate(struct lwp *, void *, register_t *);
  530 
  531 int     sys___sysctl(struct lwp *, void *, register_t *);
  532 
  533 int     sys_mlock(struct lwp *, void *, register_t *);
  534 
  535 int     sys_munlock(struct lwp *, void *, register_t *);
  536 
  537 int     pecoff_sys_undelete(struct lwp *, void *, register_t *);
  538 
  539 int     sys_futimes(struct lwp *, void *, register_t *);
  540 
  541 int     sys_getpgid(struct lwp *, void *, register_t *);
  542 
  543 int     sys_reboot(struct lwp *, void *, register_t *);
  544 
  545 int     sys_poll(struct lwp *, void *, register_t *);
  546 
  547 #if defined(LKM) || !defined(_KERNEL)
  548 int     sys_lkmnosys(struct lwp *, void *, register_t *);
  549 
  550 #else   /* !LKM */
  551 #endif  /* !LKM */
  552 #if defined(SYSVSEM) || !defined(_KERNEL)
  553 int     sys_semget(struct lwp *, void *, register_t *);
  554 
  555 int     sys_semop(struct lwp *, void *, register_t *);
  556 
  557 int     sys_semconfig(struct lwp *, void *, register_t *);
  558 
  559 #else
  560 #endif
  561 #if defined(SYSVMSG) || !defined(_KERNEL)
  562 int     sys_msgget(struct lwp *, void *, register_t *);
  563 
  564 int     sys_msgsnd(struct lwp *, void *, register_t *);
  565 
  566 int     sys_msgrcv(struct lwp *, void *, register_t *);
  567 
  568 #else
  569 #endif
  570 #if defined(SYSVSHM) || !defined(_KERNEL)
  571 int     sys_shmat(struct lwp *, void *, register_t *);
  572 
  573 int     sys_shmdt(struct lwp *, void *, register_t *);
  574 
  575 int     sys_shmget(struct lwp *, void *, register_t *);
  576 
  577 #else
  578 #endif
  579 int     sys_clock_gettime(struct lwp *, void *, register_t *);
  580 
  581 int     sys_clock_settime(struct lwp *, void *, register_t *);
  582 
  583 int     sys_clock_getres(struct lwp *, void *, register_t *);
  584 
  585 int     sys_timer_create(struct lwp *, void *, register_t *);
  586 
  587 int     sys_timer_delete(struct lwp *, void *, register_t *);
  588 
  589 int     sys_timer_settime(struct lwp *, void *, register_t *);
  590 
  591 int     sys_timer_gettime(struct lwp *, void *, register_t *);
  592 
  593 int     sys_timer_getoverrun(struct lwp *, void *, register_t *);
  594 
  595 int     sys_nanosleep(struct lwp *, void *, register_t *);
  596 
  597 int     sys_fdatasync(struct lwp *, void *, register_t *);
  598 
  599 int     sys_mlockall(struct lwp *, void *, register_t *);
  600 
  601 int     sys_munlockall(struct lwp *, void *, register_t *);
  602 
  603 int     sys___sigtimedwait(struct lwp *, void *, register_t *);
  604 
  605 #if defined(P1003_1B_SEMAPHORE) || !defined(_KERNEL)
  606 int     sys__ksem_init(struct lwp *, void *, register_t *);
  607 
  608 int     sys__ksem_open(struct lwp *, void *, register_t *);
  609 
  610 int     sys__ksem_unlink(struct lwp *, void *, register_t *);
  611 
  612 int     sys__ksem_close(struct lwp *, void *, register_t *);
  613 
  614 int     sys__ksem_post(struct lwp *, void *, register_t *);
  615 
  616 int     sys__ksem_wait(struct lwp *, void *, register_t *);
  617 
  618 int     sys__ksem_trywait(struct lwp *, void *, register_t *);
  619 
  620 int     sys__ksem_getvalue(struct lwp *, void *, register_t *);
  621 
  622 int     sys__ksem_destroy(struct lwp *, void *, register_t *);
  623 
  624 #else
  625 #endif
  626 int     pecoff_sys___posix_rename(struct lwp *, void *, register_t *);
  627 
  628 int     sys_swapctl(struct lwp *, void *, register_t *);
  629 
  630 int     sys_getdents(struct lwp *, void *, register_t *);
  631 
  632 int     sys_minherit(struct lwp *, void *, register_t *);
  633 
  634 int     pecoff_sys_lchmod(struct lwp *, void *, register_t *);
  635 
  636 int     pecoff_sys_lchown(struct lwp *, void *, register_t *);
  637 
  638 int     pecoff_sys_lutimes(struct lwp *, void *, register_t *);
  639 
  640 int     sys___msync13(struct lwp *, void *, register_t *);
  641 
  642 int     pecoff_sys___stat13(struct lwp *, void *, register_t *);
  643 
  644 int     sys___fstat13(struct lwp *, void *, register_t *);
  645 
  646 int     pecoff_sys___lstat13(struct lwp *, void *, register_t *);
  647 
  648 int     sys___sigaltstack14(struct lwp *, void *, register_t *);
  649 
  650 int     sys___vfork14(struct lwp *, void *, register_t *);
  651 
  652 int     pecoff_sys___posix_chown(struct lwp *, void *, register_t *);
  653 
  654 int     sys___posix_fchown(struct lwp *, void *, register_t *);
  655 
  656 int     pecoff_sys___posix_lchown(struct lwp *, void *, register_t *);
  657 
  658 int     sys_getsid(struct lwp *, void *, register_t *);
  659 
  660 int     sys___clone(struct lwp *, void *, register_t *);
  661 
  662 #if defined(KTRACE) || !defined(_KERNEL)
  663 int     sys_fktrace(struct lwp *, void *, register_t *);
  664 
  665 #else
  666 #endif
  667 int     sys_preadv(struct lwp *, void *, register_t *);
  668 
  669 int     sys_pwritev(struct lwp *, void *, register_t *);
  670 
  671 #ifdef COMPAT_16
  672 int     compat_16_sys___sigaction14(struct lwp *, void *, register_t *);
  673 
  674 #else
  675 #endif
  676 int     sys___sigpending14(struct lwp *, void *, register_t *);
  677 
  678 int     sys___sigprocmask14(struct lwp *, void *, register_t *);
  679 
  680 int     sys___sigsuspend14(struct lwp *, void *, register_t *);
  681 
  682 int     compat_16_sys___sigreturn14(struct lwp *, void *, register_t *);
  683 
  684 int     sys___getcwd(struct lwp *, void *, register_t *);
  685 
  686 int     sys_fchroot(struct lwp *, void *, register_t *);
  687 
  688 int     sys_fhopen(struct lwp *, void *, register_t *);
  689 
  690 int     sys_fhstat(struct lwp *, void *, register_t *);
  691 
  692 int     sys_fhstatfs(struct lwp *, void *, register_t *);
  693 
  694 #if defined(SYSVSEM) || !defined(_KERNEL)
  695 int     sys_____semctl13(struct lwp *, void *, register_t *);
  696 
  697 #else
  698 #endif
  699 #if defined(SYSVMSG) || !defined(_KERNEL)
  700 int     sys___msgctl13(struct lwp *, void *, register_t *);
  701 
  702 #else
  703 #endif
  704 #if defined(SYSVSHM) || !defined(_KERNEL)
  705 int     sys___shmctl13(struct lwp *, void *, register_t *);
  706 
  707 #else
  708 #endif
  709 int     pecoff_sys_lchflags(struct lwp *, void *, register_t *);
  710 
  711 int     sys_issetugid(struct lwp *, void *, register_t *);
  712 
  713 int     sys_utrace(struct lwp *, void *, register_t *);
  714 
  715 int     sys_getcontext(struct lwp *, void *, register_t *);
  716 
  717 int     sys_setcontext(struct lwp *, void *, register_t *);
  718 
  719 int     sys__lwp_create(struct lwp *, void *, register_t *);
  720 
  721 int     sys__lwp_exit(struct lwp *, void *, register_t *);
  722 
  723 int     sys__lwp_self(struct lwp *, void *, register_t *);
  724 
  725 int     sys__lwp_wait(struct lwp *, void *, register_t *);
  726 
  727 int     sys__lwp_suspend(struct lwp *, void *, register_t *);
  728 
  729 int     sys__lwp_continue(struct lwp *, void *, register_t *);
  730 
  731 int     sys__lwp_wakeup(struct lwp *, void *, register_t *);
  732 
  733 int     sys__lwp_getprivate(struct lwp *, void *, register_t *);
  734 
  735 int     sys__lwp_setprivate(struct lwp *, void *, register_t *);
  736 
  737 int     sys_sa_register(struct lwp *, void *, register_t *);
  738 
  739 int     sys_sa_stacks(struct lwp *, void *, register_t *);
  740 
  741 int     sys_sa_enable(struct lwp *, void *, register_t *);
  742 
  743 int     sys_sa_setconcurrency(struct lwp *, void *, register_t *);
  744 
  745 int     sys_sa_yield(struct lwp *, void *, register_t *);
  746 
  747 int     sys_sa_preempt(struct lwp *, void *, register_t *);
  748 
  749 int     sys___sigaction_sigtramp(struct lwp *, void *, register_t *);
  750 
  751 int     sys_pmc_get_info(struct lwp *, void *, register_t *);
  752 
  753 int     sys_pmc_control(struct lwp *, void *, register_t *);
  754 
  755 int     sys_rasctl(struct lwp *, void *, register_t *);
  756 
  757 int     sys_kqueue(struct lwp *, void *, register_t *);
  758 
  759 int     sys_kevent(struct lwp *, void *, register_t *);
  760 
  761 #endif /* _PECOFF_SYS__SYSCALLARGS_H_ */

Cache object: 72a98bab8cd20db711ae9ad24846ecd5


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