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/osf1/osf1_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: osf1_syscallargs.h,v 1.57 2007/12/20 23:10:50 dsl 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.45 2007/03/04 06:01:28 christos Exp
    8  */
    9 
   10 #ifndef _OSF1_SYS_SYSCALLARGS_H_
   11 #define _OSF1_SYS_SYSCALLARGS_H_
   12 
   13 #define OSF1_SYS_MAXSYSARGS     8
   14 
   15 #undef  syscallarg
   16 #define syscallarg(x)                                                   \
   17         union {                                                         \
   18                 register_t pad;                                         \
   19                 struct { x datum; } le;                                 \
   20                 struct { /* LINTED zero array dimension */              \
   21                         int8_t pad[  /* CONSTCOND */                    \
   22                                 (sizeof (register_t) < sizeof (x))      \
   23                                 ? 0                                     \
   24                                 : sizeof (register_t) - sizeof (x)];    \
   25                         x datum;                                        \
   26                 } be;                                                   \
   27         }
   28 
   29 #undef check_syscall_args
   30 #define check_syscall_args(call) \
   31         typedef char call##_check_args[sizeof (struct call##_args) \
   32                 <= OSF1_SYS_MAXSYSARGS * sizeof (register_t) ? 1 : -1];
   33 
   34 struct sys_exit_args;
   35 
   36 struct sys_read_args;
   37 
   38 struct sys_write_args;
   39 
   40 struct sys_close_args;
   41 
   42 struct osf1_sys_wait4_args {
   43         syscallarg(int) pid;
   44         syscallarg(int *) status;
   45         syscallarg(int) options;
   46         syscallarg(struct osf1_rusage *) rusage;
   47 };
   48 check_syscall_args(osf1_sys_wait4)
   49 
   50 struct sys_link_args;
   51 
   52 struct sys_unlink_args;
   53 
   54 struct sys_chdir_args;
   55 
   56 struct sys_fchdir_args;
   57 
   58 struct osf1_sys_mknod_args {
   59         syscallarg(const char *) path;
   60         syscallarg(int) mode;
   61         syscallarg(int) dev;
   62 };
   63 check_syscall_args(osf1_sys_mknod)
   64 
   65 struct sys_chmod_args;
   66 
   67 struct sys___posix_chown_args;
   68 
   69 struct sys_obreak_args;
   70 
   71 struct osf1_sys_getfsstat_args {
   72         syscallarg(struct osf1_statfs *) buf;
   73         syscallarg(long) bufsize;
   74         syscallarg(int) flags;
   75 };
   76 check_syscall_args(osf1_sys_getfsstat)
   77 
   78 struct osf1_sys_lseek_args {
   79         syscallarg(int) fd;
   80         syscallarg(off_t) offset;
   81         syscallarg(int) whence;
   82 };
   83 check_syscall_args(osf1_sys_lseek)
   84 
   85 struct osf1_sys_mount_args {
   86         syscallarg(int) type;
   87         syscallarg(const char *) path;
   88         syscallarg(int) flags;
   89         syscallarg(void *) data;
   90 };
   91 check_syscall_args(osf1_sys_mount)
   92 
   93 struct osf1_sys_unmount_args {
   94         syscallarg(const char *) path;
   95         syscallarg(int) flags;
   96 };
   97 check_syscall_args(osf1_sys_unmount)
   98 
   99 struct osf1_sys_setuid_args {
  100         syscallarg(uid_t) uid;
  101 };
  102 check_syscall_args(osf1_sys_setuid)
  103 
  104 struct osf1_sys_recvmsg_xopen_args {
  105         syscallarg(int) s;
  106         syscallarg(struct osf1_msghdr_xopen *) msg;
  107         syscallarg(int) flags;
  108 };
  109 check_syscall_args(osf1_sys_recvmsg_xopen)
  110 
  111 struct osf1_sys_sendmsg_xopen_args {
  112         syscallarg(int) s;
  113         syscallarg(const struct osf1_msghdr_xopen *) msg;
  114         syscallarg(int) flags;
  115 };
  116 check_syscall_args(osf1_sys_sendmsg_xopen)
  117 
  118 struct osf1_sys_access_args {
  119         syscallarg(const char *) path;
  120         syscallarg(int) flags;
  121 };
  122 check_syscall_args(osf1_sys_access)
  123 
  124 struct sys_kill_args;
  125 
  126 struct sys_setpgid_args;
  127 
  128 struct sys_dup_args;
  129 
  130 struct osf1_sys_set_program_attributes_args {
  131         syscallarg(void *) taddr;
  132         syscallarg(unsigned long) tsize;
  133         syscallarg(void *) daddr;
  134         syscallarg(unsigned long) dsize;
  135 };
  136 check_syscall_args(osf1_sys_set_program_attributes)
  137 
  138 struct osf1_sys_open_args {
  139         syscallarg(const char *) path;
  140         syscallarg(int) flags;
  141         syscallarg(int) mode;
  142 };
  143 check_syscall_args(osf1_sys_open)
  144 
  145 struct compat_13_sys_sigprocmask_args;
  146 
  147 struct sys___getlogin_args;
  148 
  149 struct sys___setlogin_args;
  150 
  151 struct sys_acct_args;
  152 
  153 struct osf1_sys_classcntl_args {
  154         syscallarg(int) opcode;
  155         syscallarg(int) arg1;
  156         syscallarg(int) arg2;
  157         syscallarg(int) arg3;
  158 };
  159 check_syscall_args(osf1_sys_classcntl)
  160 
  161 struct osf1_sys_ioctl_args {
  162         syscallarg(int) fd;
  163         syscallarg(int) com;
  164         syscallarg(void *) data;
  165 };
  166 check_syscall_args(osf1_sys_ioctl)
  167 
  168 struct osf1_sys_reboot_args {
  169         syscallarg(int) opt;
  170 };
  171 check_syscall_args(osf1_sys_reboot)
  172 
  173 struct sys_revoke_args;
  174 
  175 struct sys_symlink_args;
  176 
  177 struct sys_readlink_args;
  178 
  179 struct osf1_sys_execve_args {
  180         syscallarg(const char *) path;
  181         syscallarg(char *const *) argp;
  182         syscallarg(char *const *) envp;
  183 };
  184 check_syscall_args(osf1_sys_execve)
  185 
  186 struct sys_umask_args;
  187 
  188 struct sys_chroot_args;
  189 
  190 struct osf1_sys_stat_args {
  191         syscallarg(const char *) path;
  192         syscallarg(struct osf1_stat *) ub;
  193 };
  194 check_syscall_args(osf1_sys_stat)
  195 
  196 struct osf1_sys_lstat_args {
  197         syscallarg(const char *) path;
  198         syscallarg(struct osf1_stat *) ub;
  199 };
  200 check_syscall_args(osf1_sys_lstat)
  201 
  202 struct osf1_sys_mmap_args {
  203         syscallarg(void *) addr;
  204         syscallarg(size_t) len;
  205         syscallarg(int) prot;
  206         syscallarg(int) flags;
  207         syscallarg(int) fd;
  208         syscallarg(off_t) pos;
  209 };
  210 check_syscall_args(osf1_sys_mmap)
  211 
  212 struct sys_munmap_args;
  213 
  214 struct osf1_sys_mprotect_args {
  215         syscallarg(void *) addr;
  216         syscallarg(size_t) len;
  217         syscallarg(int) prot;
  218 };
  219 check_syscall_args(osf1_sys_mprotect)
  220 
  221 struct osf1_sys_madvise_args {
  222         syscallarg(void *) addr;
  223         syscallarg(size_t) len;
  224         syscallarg(int) behav;
  225 };
  226 check_syscall_args(osf1_sys_madvise)
  227 
  228 struct sys_getgroups_args;
  229 
  230 struct sys_setgroups_args;
  231 
  232 struct sys_setpgid_args;
  233 
  234 struct osf1_sys_setitimer_args {
  235         syscallarg(u_int) which;
  236         syscallarg(struct osf1_itimerval *) itv;
  237         syscallarg(struct osf1_itimerval *) oitv;
  238 };
  239 check_syscall_args(osf1_sys_setitimer)
  240 
  241 struct osf1_sys_getitimer_args {
  242         syscallarg(u_int) which;
  243         syscallarg(struct osf1_itimerval *) itv;
  244 };
  245 check_syscall_args(osf1_sys_getitimer)
  246 
  247 struct compat_43_sys_gethostname_args;
  248 
  249 struct compat_43_sys_sethostname_args;
  250 
  251 struct sys_dup2_args;
  252 
  253 struct osf1_sys_fstat_args {
  254         syscallarg(int) fd;
  255         syscallarg(void *) sb;
  256 };
  257 check_syscall_args(osf1_sys_fstat)
  258 
  259 struct osf1_sys_fcntl_args {
  260         syscallarg(int) fd;
  261         syscallarg(int) cmd;
  262         syscallarg(void *) arg;
  263 };
  264 check_syscall_args(osf1_sys_fcntl)
  265 
  266 struct osf1_sys_select_args {
  267         syscallarg(u_int) nd;
  268         syscallarg(fd_set *) in;
  269         syscallarg(fd_set *) ou;
  270         syscallarg(fd_set *) ex;
  271         syscallarg(struct osf1_timeval *) tv;
  272 };
  273 check_syscall_args(osf1_sys_select)
  274 
  275 struct sys_poll_args;
  276 
  277 struct sys_fsync_args;
  278 
  279 struct sys_setpriority_args;
  280 
  281 struct osf1_sys_socket_args {
  282         syscallarg(int) domain;
  283         syscallarg(int) type;
  284         syscallarg(int) protocol;
  285 };
  286 check_syscall_args(osf1_sys_socket)
  287 
  288 struct sys_connect_args;
  289 
  290 struct compat_43_sys_accept_args;
  291 
  292 struct sys_getpriority_args;
  293 
  294 struct compat_43_sys_send_args;
  295 
  296 struct compat_43_sys_recv_args;
  297 
  298 struct compat_13_sys_sigreturn_args;
  299 
  300 struct sys_bind_args;
  301 
  302 struct sys_setsockopt_args;
  303 
  304 struct sys_listen_args;
  305 
  306 struct compat_13_sys_sigsuspend_args;
  307 
  308 struct compat_43_sys_sigstack_args;
  309 
  310 struct osf1_sys_gettimeofday_args {
  311         syscallarg(struct osf1_timeval *) tp;
  312         syscallarg(struct osf1_timezone *) tzp;
  313 };
  314 check_syscall_args(osf1_sys_gettimeofday)
  315 
  316 struct osf1_sys_getrusage_args {
  317         syscallarg(int) who;
  318         syscallarg(struct osf1_rusage *) rusage;
  319 };
  320 check_syscall_args(osf1_sys_getrusage)
  321 
  322 struct sys_getsockopt_args;
  323 
  324 struct osf1_sys_readv_args {
  325         syscallarg(int) fd;
  326         syscallarg(struct osf1_iovec *) iovp;
  327         syscallarg(u_int) iovcnt;
  328 };
  329 check_syscall_args(osf1_sys_readv)
  330 
  331 struct osf1_sys_writev_args {
  332         syscallarg(int) fd;
  333         syscallarg(struct osf1_iovec *) iovp;
  334         syscallarg(u_int) iovcnt;
  335 };
  336 check_syscall_args(osf1_sys_writev)
  337 
  338 struct osf1_sys_settimeofday_args {
  339         syscallarg(struct osf1_timeval *) tv;
  340         syscallarg(struct osf1_timezone *) tzp;
  341 };
  342 check_syscall_args(osf1_sys_settimeofday)
  343 
  344 struct sys___posix_fchown_args;
  345 
  346 struct sys_fchmod_args;
  347 
  348 struct compat_43_sys_recvfrom_args;
  349 
  350 struct sys_setreuid_args;
  351 
  352 struct sys_setregid_args;
  353 
  354 struct sys___posix_rename_args;
  355 
  356 struct osf1_sys_truncate_args {
  357         syscallarg(const char *) path;
  358         syscallarg(off_t) length;
  359 };
  360 check_syscall_args(osf1_sys_truncate)
  361 
  362 struct osf1_sys_ftruncate_args {
  363         syscallarg(int) fd;
  364         syscallarg(off_t) length;
  365 };
  366 check_syscall_args(osf1_sys_ftruncate)
  367 
  368 struct sys_flock_args;
  369 
  370 struct osf1_sys_setgid_args {
  371         syscallarg(gid_t) gid;
  372 };
  373 check_syscall_args(osf1_sys_setgid)
  374 
  375 struct osf1_sys_sendto_args {
  376         syscallarg(int) s;
  377         syscallarg(void *) buf;
  378         syscallarg(size_t) len;
  379         syscallarg(int) flags;
  380         syscallarg(struct sockaddr *) to;
  381         syscallarg(int) tolen;
  382 };
  383 check_syscall_args(osf1_sys_sendto)
  384 
  385 struct sys_shutdown_args;
  386 
  387 struct osf1_sys_socketpair_args {
  388         syscallarg(int) domain;
  389         syscallarg(int) type;
  390         syscallarg(int) protocol;
  391         syscallarg(int *) rsv;
  392 };
  393 check_syscall_args(osf1_sys_socketpair)
  394 
  395 struct sys_mkdir_args;
  396 
  397 struct sys_rmdir_args;
  398 
  399 struct osf1_sys_utimes_args {
  400         syscallarg(const char *) path;
  401         syscallarg(const struct osf1_timeval *) tptr;
  402 };
  403 check_syscall_args(osf1_sys_utimes)
  404 
  405 struct compat_43_sys_getpeername_args;
  406 
  407 struct compat_43_sys_sethostid_args;
  408 
  409 struct osf1_sys_getrlimit_args {
  410         syscallarg(u_int) which;
  411         syscallarg(struct rlimit *) rlp;
  412 };
  413 check_syscall_args(osf1_sys_getrlimit)
  414 
  415 struct osf1_sys_setrlimit_args {
  416         syscallarg(u_int) which;
  417         syscallarg(struct rlimit *) rlp;
  418 };
  419 check_syscall_args(osf1_sys_setrlimit)
  420 
  421 struct compat_43_sys_getsockname_args;
  422 
  423 struct osf1_sys_sigaction_args {
  424         syscallarg(int) signum;
  425         syscallarg(struct osf1_sigaction *) nsa;
  426         syscallarg(struct osf1_sigaction *) osa;
  427 };
  428 check_syscall_args(osf1_sys_sigaction)
  429 
  430 struct compat_43_sys_getdirentries_args;
  431 
  432 struct osf1_sys_statfs_args {
  433         syscallarg(const char *) path;
  434         syscallarg(struct osf1_statfs *) buf;
  435         syscallarg(int) len;
  436 };
  437 check_syscall_args(osf1_sys_statfs)
  438 
  439 struct osf1_sys_fstatfs_args {
  440         syscallarg(int) fd;
  441         syscallarg(struct osf1_statfs *) buf;
  442         syscallarg(int) len;
  443 };
  444 check_syscall_args(osf1_sys_fstatfs)
  445 
  446 struct compat_09_sys_getdomainname_args;
  447 
  448 struct compat_09_sys_setdomainname_args;
  449 
  450 struct osf1_sys_uname_args {
  451         syscallarg(struct osf1_uname *) name;
  452 };
  453 check_syscall_args(osf1_sys_uname)
  454 
  455 struct sys___posix_lchown_args;
  456 
  457 struct osf1_sys_shmat_args {
  458         syscallarg(int) shmid;
  459         syscallarg(const void *) shmaddr;
  460         syscallarg(int) shmflg;
  461 };
  462 check_syscall_args(osf1_sys_shmat)
  463 
  464 struct osf1_sys_shmctl_args {
  465         syscallarg(int) shmid;
  466         syscallarg(int) cmd;
  467         syscallarg(struct osf1_shmid_ds *) buf;
  468 };
  469 check_syscall_args(osf1_sys_shmctl)
  470 
  471 struct osf1_sys_shmdt_args {
  472         syscallarg(const void *) shmaddr;
  473 };
  474 check_syscall_args(osf1_sys_shmdt)
  475 
  476 struct osf1_sys_shmget_args {
  477         syscallarg(osf1_key_t) key;
  478         syscallarg(size_t) size;
  479         syscallarg(int) flags;
  480 };
  481 check_syscall_args(osf1_sys_shmget)
  482 
  483 struct osf1_sys_stat2_args {
  484         syscallarg(const char *) path;
  485         syscallarg(struct osf1_stat2 *) ub;
  486 };
  487 check_syscall_args(osf1_sys_stat2)
  488 
  489 struct osf1_sys_lstat2_args {
  490         syscallarg(const char *) path;
  491         syscallarg(struct osf1_stat2 *) ub;
  492 };
  493 check_syscall_args(osf1_sys_lstat2)
  494 
  495 struct osf1_sys_fstat2_args {
  496         syscallarg(int) fd;
  497         syscallarg(struct osf1_stat2 *) sb;
  498 };
  499 check_syscall_args(osf1_sys_fstat2)
  500 
  501 struct sys_getsid_args;
  502 
  503 struct osf1_sys_sigaltstack_args {
  504         syscallarg(struct osf1_sigaltstack *) nss;
  505         syscallarg(struct osf1_sigaltstack *) oss;
  506 };
  507 check_syscall_args(osf1_sys_sigaltstack)
  508 
  509 struct osf1_sys_sysinfo_args {
  510         syscallarg(int) cmd;
  511         syscallarg(char *) buf;
  512         syscallarg(long) len;
  513 };
  514 check_syscall_args(osf1_sys_sysinfo)
  515 
  516 struct osf1_sys_pathconf_args {
  517         syscallarg(const char *) path;
  518         syscallarg(int) name;
  519 };
  520 check_syscall_args(osf1_sys_pathconf)
  521 
  522 struct osf1_sys_fpathconf_args {
  523         syscallarg(int) fd;
  524         syscallarg(int) name;
  525 };
  526 check_syscall_args(osf1_sys_fpathconf)
  527 
  528 struct osf1_sys_usleep_thread_args {
  529         syscallarg(struct osf1_timeval *) sleep;
  530         syscallarg(struct osf1_timeval *) slept;
  531 };
  532 check_syscall_args(osf1_sys_usleep_thread)
  533 
  534 struct osf1_sys_getsysinfo_args {
  535         syscallarg(u_long) op;
  536         syscallarg(void *) buffer;
  537         syscallarg(u_long) nbytes;
  538         syscallarg(void *) arg;
  539         syscallarg(u_long) flag;
  540 };
  541 check_syscall_args(osf1_sys_getsysinfo)
  542 
  543 struct osf1_sys_setsysinfo_args {
  544         syscallarg(u_long) op;
  545         syscallarg(void *) buffer;
  546         syscallarg(u_long) nbytes;
  547         syscallarg(void *) arg;
  548         syscallarg(u_long) flag;
  549 };
  550 check_syscall_args(osf1_sys_setsysinfo)
  551 
  552 /*
  553  * System call prototypes.
  554  */
  555 
  556 int     sys_nosys(struct lwp *, const void *, register_t *);
  557 
  558 int     sys_exit(struct lwp *, const struct sys_exit_args *, register_t *);
  559 
  560 int     sys_fork(struct lwp *, const void *, register_t *);
  561 
  562 int     sys_read(struct lwp *, const struct sys_read_args *, register_t *);
  563 
  564 int     sys_write(struct lwp *, const struct sys_write_args *, register_t *);
  565 
  566 int     sys_close(struct lwp *, const struct sys_close_args *, register_t *);
  567 
  568 int     osf1_sys_wait4(struct lwp *, const struct osf1_sys_wait4_args *, register_t *);
  569 
  570 int     sys_link(struct lwp *, const struct sys_link_args *, register_t *);
  571 
  572 int     sys_unlink(struct lwp *, const struct sys_unlink_args *, register_t *);
  573 
  574 int     sys_chdir(struct lwp *, const struct sys_chdir_args *, register_t *);
  575 
  576 int     sys_fchdir(struct lwp *, const struct sys_fchdir_args *, register_t *);
  577 
  578 int     osf1_sys_mknod(struct lwp *, const struct osf1_sys_mknod_args *, register_t *);
  579 
  580 int     sys_chmod(struct lwp *, const struct sys_chmod_args *, register_t *);
  581 
  582 int     sys___posix_chown(struct lwp *, const struct sys___posix_chown_args *, register_t *);
  583 
  584 int     sys_obreak(struct lwp *, const struct sys_obreak_args *, register_t *);
  585 
  586 int     osf1_sys_getfsstat(struct lwp *, const struct osf1_sys_getfsstat_args *, register_t *);
  587 
  588 int     osf1_sys_lseek(struct lwp *, const struct osf1_sys_lseek_args *, register_t *);
  589 
  590 int     sys_getpid_with_ppid(struct lwp *, const void *, register_t *);
  591 
  592 int     osf1_sys_mount(struct lwp *, const struct osf1_sys_mount_args *, register_t *);
  593 
  594 int     osf1_sys_unmount(struct lwp *, const struct osf1_sys_unmount_args *, register_t *);
  595 
  596 int     osf1_sys_setuid(struct lwp *, const struct osf1_sys_setuid_args *, register_t *);
  597 
  598 int     sys_getuid_with_euid(struct lwp *, const void *, register_t *);
  599 
  600 int     osf1_sys_recvmsg_xopen(struct lwp *, const struct osf1_sys_recvmsg_xopen_args *, register_t *);
  601 
  602 int     osf1_sys_sendmsg_xopen(struct lwp *, const struct osf1_sys_sendmsg_xopen_args *, register_t *);
  603 
  604 int     osf1_sys_access(struct lwp *, const struct osf1_sys_access_args *, register_t *);
  605 
  606 int     sys_sync(struct lwp *, const void *, register_t *);
  607 
  608 int     sys_kill(struct lwp *, const struct sys_kill_args *, register_t *);
  609 
  610 int     sys_setpgid(struct lwp *, const struct sys_setpgid_args *, register_t *);
  611 
  612 int     sys_dup(struct lwp *, const struct sys_dup_args *, register_t *);
  613 
  614 int     sys_pipe(struct lwp *, const void *, register_t *);
  615 
  616 int     osf1_sys_set_program_attributes(struct lwp *, const struct osf1_sys_set_program_attributes_args *, register_t *);
  617 
  618 int     osf1_sys_open(struct lwp *, const struct osf1_sys_open_args *, register_t *);
  619 
  620 int     sys_getgid_with_egid(struct lwp *, const void *, register_t *);
  621 
  622 int     compat_13_sys_sigprocmask(struct lwp *, const struct compat_13_sys_sigprocmask_args *, register_t *);
  623 
  624 int     sys___getlogin(struct lwp *, const struct sys___getlogin_args *, register_t *);
  625 
  626 int     sys___setlogin(struct lwp *, const struct sys___setlogin_args *, register_t *);
  627 
  628 int     sys_acct(struct lwp *, const struct sys_acct_args *, register_t *);
  629 
  630 int     osf1_sys_classcntl(struct lwp *, const struct osf1_sys_classcntl_args *, register_t *);
  631 
  632 int     osf1_sys_ioctl(struct lwp *, const struct osf1_sys_ioctl_args *, register_t *);
  633 
  634 int     osf1_sys_reboot(struct lwp *, const struct osf1_sys_reboot_args *, register_t *);
  635 
  636 int     sys_revoke(struct lwp *, const struct sys_revoke_args *, register_t *);
  637 
  638 int     sys_symlink(struct lwp *, const struct sys_symlink_args *, register_t *);
  639 
  640 int     sys_readlink(struct lwp *, const struct sys_readlink_args *, register_t *);
  641 
  642 int     osf1_sys_execve(struct lwp *, const struct osf1_sys_execve_args *, register_t *);
  643 
  644 int     sys_umask(struct lwp *, const struct sys_umask_args *, register_t *);
  645 
  646 int     sys_chroot(struct lwp *, const struct sys_chroot_args *, register_t *);
  647 
  648 int     sys_getpgrp(struct lwp *, const void *, register_t *);
  649 
  650 int     compat_43_sys_getpagesize(struct lwp *, const void *, register_t *);
  651 
  652 int     sys_vfork(struct lwp *, const void *, register_t *);
  653 
  654 int     osf1_sys_stat(struct lwp *, const struct osf1_sys_stat_args *, register_t *);
  655 
  656 int     osf1_sys_lstat(struct lwp *, const struct osf1_sys_lstat_args *, register_t *);
  657 
  658 int     osf1_sys_mmap(struct lwp *, const struct osf1_sys_mmap_args *, register_t *);
  659 
  660 int     sys_munmap(struct lwp *, const struct sys_munmap_args *, register_t *);
  661 
  662 int     osf1_sys_mprotect(struct lwp *, const struct osf1_sys_mprotect_args *, register_t *);
  663 
  664 int     osf1_sys_madvise(struct lwp *, const struct osf1_sys_madvise_args *, register_t *);
  665 
  666 int     sys_getgroups(struct lwp *, const struct sys_getgroups_args *, register_t *);
  667 
  668 int     sys_setgroups(struct lwp *, const struct sys_setgroups_args *, register_t *);
  669 
  670 int     osf1_sys_setitimer(struct lwp *, const struct osf1_sys_setitimer_args *, register_t *);
  671 
  672 int     osf1_sys_getitimer(struct lwp *, const struct osf1_sys_getitimer_args *, register_t *);
  673 
  674 int     compat_43_sys_gethostname(struct lwp *, const struct compat_43_sys_gethostname_args *, register_t *);
  675 
  676 int     compat_43_sys_sethostname(struct lwp *, const struct compat_43_sys_sethostname_args *, register_t *);
  677 
  678 int     compat_43_sys_getdtablesize(struct lwp *, const void *, register_t *);
  679 
  680 int     sys_dup2(struct lwp *, const struct sys_dup2_args *, register_t *);
  681 
  682 int     osf1_sys_fstat(struct lwp *, const struct osf1_sys_fstat_args *, register_t *);
  683 
  684 int     osf1_sys_fcntl(struct lwp *, const struct osf1_sys_fcntl_args *, register_t *);
  685 
  686 int     osf1_sys_select(struct lwp *, const struct osf1_sys_select_args *, register_t *);
  687 
  688 int     sys_poll(struct lwp *, const struct sys_poll_args *, register_t *);
  689 
  690 int     sys_fsync(struct lwp *, const struct sys_fsync_args *, register_t *);
  691 
  692 int     sys_setpriority(struct lwp *, const struct sys_setpriority_args *, register_t *);
  693 
  694 int     osf1_sys_socket(struct lwp *, const struct osf1_sys_socket_args *, register_t *);
  695 
  696 int     sys_connect(struct lwp *, const struct sys_connect_args *, register_t *);
  697 
  698 int     compat_43_sys_accept(struct lwp *, const struct compat_43_sys_accept_args *, register_t *);
  699 
  700 int     sys_getpriority(struct lwp *, const struct sys_getpriority_args *, register_t *);
  701 
  702 int     compat_43_sys_send(struct lwp *, const struct compat_43_sys_send_args *, register_t *);
  703 
  704 int     compat_43_sys_recv(struct lwp *, const struct compat_43_sys_recv_args *, register_t *);
  705 
  706 int     compat_13_sys_sigreturn(struct lwp *, const struct compat_13_sys_sigreturn_args *, register_t *);
  707 
  708 int     sys_bind(struct lwp *, const struct sys_bind_args *, register_t *);
  709 
  710 int     sys_setsockopt(struct lwp *, const struct sys_setsockopt_args *, register_t *);
  711 
  712 int     sys_listen(struct lwp *, const struct sys_listen_args *, register_t *);
  713 
  714 int     compat_13_sys_sigsuspend(struct lwp *, const struct compat_13_sys_sigsuspend_args *, register_t *);
  715 
  716 int     compat_43_sys_sigstack(struct lwp *, const struct compat_43_sys_sigstack_args *, register_t *);
  717 
  718 int     osf1_sys_gettimeofday(struct lwp *, const struct osf1_sys_gettimeofday_args *, register_t *);
  719 
  720 int     osf1_sys_getrusage(struct lwp *, const struct osf1_sys_getrusage_args *, register_t *);
  721 
  722 int     sys_getsockopt(struct lwp *, const struct sys_getsockopt_args *, register_t *);
  723 
  724 int     osf1_sys_readv(struct lwp *, const struct osf1_sys_readv_args *, register_t *);
  725 
  726 int     osf1_sys_writev(struct lwp *, const struct osf1_sys_writev_args *, register_t *);
  727 
  728 int     osf1_sys_settimeofday(struct lwp *, const struct osf1_sys_settimeofday_args *, register_t *);
  729 
  730 int     sys___posix_fchown(struct lwp *, const struct sys___posix_fchown_args *, register_t *);
  731 
  732 int     sys_fchmod(struct lwp *, const struct sys_fchmod_args *, register_t *);
  733 
  734 int     compat_43_sys_recvfrom(struct lwp *, const struct compat_43_sys_recvfrom_args *, register_t *);
  735 
  736 int     sys_setreuid(struct lwp *, const struct sys_setreuid_args *, register_t *);
  737 
  738 int     sys_setregid(struct lwp *, const struct sys_setregid_args *, register_t *);
  739 
  740 int     sys___posix_rename(struct lwp *, const struct sys___posix_rename_args *, register_t *);
  741 
  742 int     osf1_sys_truncate(struct lwp *, const struct osf1_sys_truncate_args *, register_t *);
  743 
  744 int     osf1_sys_ftruncate(struct lwp *, const struct osf1_sys_ftruncate_args *, register_t *);
  745 
  746 int     sys_flock(struct lwp *, const struct sys_flock_args *, register_t *);
  747 
  748 int     osf1_sys_setgid(struct lwp *, const struct osf1_sys_setgid_args *, register_t *);
  749 
  750 int     osf1_sys_sendto(struct lwp *, const struct osf1_sys_sendto_args *, register_t *);
  751 
  752 int     sys_shutdown(struct lwp *, const struct sys_shutdown_args *, register_t *);
  753 
  754 int     osf1_sys_socketpair(struct lwp *, const struct osf1_sys_socketpair_args *, register_t *);
  755 
  756 int     sys_mkdir(struct lwp *, const struct sys_mkdir_args *, register_t *);
  757 
  758 int     sys_rmdir(struct lwp *, const struct sys_rmdir_args *, register_t *);
  759 
  760 int     osf1_sys_utimes(struct lwp *, const struct osf1_sys_utimes_args *, register_t *);
  761 
  762 int     compat_43_sys_getpeername(struct lwp *, const struct compat_43_sys_getpeername_args *, register_t *);
  763 
  764 int     compat_43_sys_gethostid(struct lwp *, const void *, register_t *);
  765 
  766 int     compat_43_sys_sethostid(struct lwp *, const struct compat_43_sys_sethostid_args *, register_t *);
  767 
  768 int     osf1_sys_getrlimit(struct lwp *, const struct osf1_sys_getrlimit_args *, register_t *);
  769 
  770 int     osf1_sys_setrlimit(struct lwp *, const struct osf1_sys_setrlimit_args *, register_t *);
  771 
  772 int     sys_setsid(struct lwp *, const void *, register_t *);
  773 
  774 int     compat_43_sys_quota(struct lwp *, const void *, register_t *);
  775 
  776 int     compat_43_sys_getsockname(struct lwp *, const struct compat_43_sys_getsockname_args *, register_t *);
  777 
  778 int     osf1_sys_sigaction(struct lwp *, const struct osf1_sys_sigaction_args *, register_t *);
  779 
  780 int     compat_43_sys_getdirentries(struct lwp *, const struct compat_43_sys_getdirentries_args *, register_t *);
  781 
  782 int     osf1_sys_statfs(struct lwp *, const struct osf1_sys_statfs_args *, register_t *);
  783 
  784 int     osf1_sys_fstatfs(struct lwp *, const struct osf1_sys_fstatfs_args *, register_t *);
  785 
  786 int     compat_09_sys_getdomainname(struct lwp *, const struct compat_09_sys_getdomainname_args *, register_t *);
  787 
  788 int     compat_09_sys_setdomainname(struct lwp *, const struct compat_09_sys_setdomainname_args *, register_t *);
  789 
  790 int     osf1_sys_uname(struct lwp *, const struct osf1_sys_uname_args *, register_t *);
  791 
  792 int     sys___posix_lchown(struct lwp *, const struct sys___posix_lchown_args *, register_t *);
  793 
  794 int     osf1_sys_shmat(struct lwp *, const struct osf1_sys_shmat_args *, register_t *);
  795 
  796 int     osf1_sys_shmctl(struct lwp *, const struct osf1_sys_shmctl_args *, register_t *);
  797 
  798 int     osf1_sys_shmdt(struct lwp *, const struct osf1_sys_shmdt_args *, register_t *);
  799 
  800 int     osf1_sys_shmget(struct lwp *, const struct osf1_sys_shmget_args *, register_t *);
  801 
  802 int     osf1_sys_stat2(struct lwp *, const struct osf1_sys_stat2_args *, register_t *);
  803 
  804 int     osf1_sys_lstat2(struct lwp *, const struct osf1_sys_lstat2_args *, register_t *);
  805 
  806 int     osf1_sys_fstat2(struct lwp *, const struct osf1_sys_fstat2_args *, register_t *);
  807 
  808 int     sys_getsid(struct lwp *, const struct sys_getsid_args *, register_t *);
  809 
  810 int     osf1_sys_sigaltstack(struct lwp *, const struct osf1_sys_sigaltstack_args *, register_t *);
  811 
  812 int     osf1_sys_sysinfo(struct lwp *, const struct osf1_sys_sysinfo_args *, register_t *);
  813 
  814 int     osf1_sys_pathconf(struct lwp *, const struct osf1_sys_pathconf_args *, register_t *);
  815 
  816 int     osf1_sys_fpathconf(struct lwp *, const struct osf1_sys_fpathconf_args *, register_t *);
  817 
  818 int     osf1_sys_usleep_thread(struct lwp *, const struct osf1_sys_usleep_thread_args *, register_t *);
  819 
  820 int     osf1_sys_getsysinfo(struct lwp *, const struct osf1_sys_getsysinfo_args *, register_t *);
  821 
  822 int     osf1_sys_setsysinfo(struct lwp *, const struct osf1_sys_setsysinfo_args *, register_t *);
  823 
  824 #endif /* _OSF1_SYS_SYSCALLARGS_H_ */

Cache object: 8dcebdd62ff5d6609057ecce88a0b936


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