Lines Matching refs:lwp

14 struct lwp;
464 int sys_nosys(struct lwp *, const void *, register_t *);
466 int sys_exit(struct lwp *, const struct sys_exit_args *, register_t *);
468 int sys_fork(struct lwp *, const void *, register_t *);
470 int sys_read(struct lwp *, const struct sys_read_args *, register_t *);
472 int sys_write(struct lwp *, const struct sys_write_args *, register_t *);
474 int sunos_sys_open(struct lwp *, const struct sunos_sys_open_args *, register_t *);
476 int sys_close(struct lwp *, const struct sys_close_args *, register_t *);
478 int sunos_sys_wait4(struct lwp *, const struct sunos_sys_wait4_args *, register_t *);
480 int sunos_sys_creat(struct lwp *, const struct sunos_sys_creat_args *, register_t *);
482 int sys_link(struct lwp *, const struct sys_link_args *, register_t *);
484 int sys_unlink(struct lwp *, const struct sys_unlink_args *, register_t *);
486 int sunos_sys_execv(struct lwp *, const struct sunos_sys_execv_args *, register_t *);
488 int sys_chdir(struct lwp *, const struct sys_chdir_args *, register_t *);
490 int sunos_sys_mknod(struct lwp *, const struct sunos_sys_mknod_args *, register_t *);
492 int sys_chmod(struct lwp *, const struct sys_chmod_args *, register_t *);
494 int sys_chown(struct lwp *, const struct sys_chown_args *, register_t *);
496 int sys_obreak(struct lwp *, const struct sys_obreak_args *, register_t *);
498 int compat_43_sys_lseek(struct lwp *, const struct compat_43_sys_lseek_args *, register_t *);
500 int sys_getpid_with_ppid(struct lwp *, const void *, register_t *);
502 int sys_setuid(struct lwp *, const struct sys_setuid_args *, register_t *);
504 int sys_getuid_with_euid(struct lwp *, const void *, register_t *);
506 int sunos_sys_stime(struct lwp *, const struct sunos_sys_stime_args *, register_t *);
508 int sunos_sys_ptrace(struct lwp *, const struct sunos_sys_ptrace_args *, register_t *);
510 int sys_access(struct lwp *, const struct sys_access_args *, register_t *);
512 int sys_sync(struct lwp *, const void *, register_t *);
514 int sys_kill(struct lwp *, const struct sys_kill_args *, register_t *);
516 int compat_43_sys_stat(struct lwp *, const struct compat_43_sys_stat_args *, register_t *);
518 int compat_43_sys_lstat(struct lwp *, const struct compat_43_sys_lstat_args *, register_t *);
520 int sys_dup(struct lwp *, const struct sys_dup_args *, register_t *);
522 int sys_pipe(struct lwp *, const void *, register_t *);
524 int sys_profil(struct lwp *, const struct sys_profil_args *, register_t *);
526 int sys_setgid(struct lwp *, const struct sys_setgid_args *, register_t *);
528 int sys_getgid_with_egid(struct lwp *, const void *, register_t *);
530 int sys_acct(struct lwp *, const struct sys_acct_args *, register_t *);
532 int sunos_sys_mctl(struct lwp *, const struct sunos_sys_mctl_args *, register_t *);
534 int sunos_sys_ioctl(struct lwp *, const struct sunos_sys_ioctl_args *, register_t *);
536 int sunos_sys_reboot(struct lwp *, const struct sunos_sys_reboot_args *, register_t *);
538 int sys_symlink(struct lwp *, const struct sys_symlink_args *, register_t *);
540 int sys_readlink(struct lwp *, const struct sys_readlink_args *, register_t *);
542 int sunos_sys_execve(struct lwp *, const struct sunos_sys_execve_args *, register_t *);
544 int sys_umask(struct lwp *, const struct sys_umask_args *, register_t *);
546 int sys_chroot(struct lwp *, const struct sys_chroot_args *, register_t *);
548 int compat_43_sys_fstat(struct lwp *, const struct compat_43_sys_fstat_args *, register_t *);
550 int compat_43_sys_getpagesize(struct lwp *, const void *, register_t *);
552 int sunos_sys_omsync(struct lwp *, const struct sunos_sys_omsync_args *, register_t *);
554 int sys_vfork(struct lwp *, const void *, register_t *);
556 int sunos_sys_mmap(struct lwp *, const struct sunos_sys_mmap_args *, register_t *);
558 int sys_ovadvise(struct lwp *, const struct sys_ovadvise_args *, register_t *);
560 int sys_munmap(struct lwp *, const struct sys_munmap_args *, register_t *);
562 int sys_mprotect(struct lwp *, const struct sys_mprotect_args *, register_t *);
564 int sys_madvise(struct lwp *, const struct sys_madvise_args *, register_t *);
566 int sunos_sys_vhangup(struct lwp *, const void *, register_t *);
568 int sys_mincore(struct lwp *, const struct sys_mincore_args *, register_t *);
570 int sys_getgroups(struct lwp *, const struct sys_getgroups_args *, register_t *);
572 int sys_setgroups(struct lwp *, const struct sys_setgroups_args *, register_t *);
574 int sys_getpgrp(struct lwp *, const void *, register_t *);
576 int sunos_sys_setpgrp(struct lwp *, const struct sunos_sys_setpgrp_args *, register_t *);
578 int compat_50_sys_setitimer(struct lwp *, const struct compat_50_sys_setitimer_args *, register_t *…
580 int compat_12_sys_swapon(struct lwp *, const struct compat_12_sys_swapon_args *, register_t *);
582 int compat_50_sys_getitimer(struct lwp *, const struct compat_50_sys_getitimer_args *, register_t *…
584 int compat_43_sys_gethostname(struct lwp *, const struct compat_43_sys_gethostname_args *, register…
586 int compat_43_sys_sethostname(struct lwp *, const struct compat_43_sys_sethostname_args *, register…
588 int compat_43_sys_getdtablesize(struct lwp *, const void *, register_t *);
590 int sys_dup2(struct lwp *, const struct sys_dup2_args *, register_t *);
592 int sunos_sys_fcntl(struct lwp *, const struct sunos_sys_fcntl_args *, register_t *);
594 int compat_50_sys_select(struct lwp *, const struct compat_50_sys_select_args *, register_t *);
596 int sys_fsync(struct lwp *, const struct sys_fsync_args *, register_t *);
598 int sys_setpriority(struct lwp *, const struct sys_setpriority_args *, register_t *);
600 int sunos_sys_socket(struct lwp *, const struct sunos_sys_socket_args *, register_t *);
602 int sys_connect(struct lwp *, const struct sys_connect_args *, register_t *);
604 int compat_43_sys_accept(struct lwp *, const struct compat_43_sys_accept_args *, register_t *);
606 int sys_getpriority(struct lwp *, const struct sys_getpriority_args *, register_t *);
608 int compat_43_sys_send(struct lwp *, const struct compat_43_sys_send_args *, register_t *);
610 int compat_43_sys_recv(struct lwp *, const struct compat_43_sys_recv_args *, register_t *);
612 int sys_bind(struct lwp *, const struct sys_bind_args *, register_t *);
614 int sunos_sys_setsockopt(struct lwp *, const struct sunos_sys_setsockopt_args *, register_t *);
616 int sys_listen(struct lwp *, const struct sys_listen_args *, register_t *);
618 int sunos_sys_sigvec(struct lwp *, const struct sunos_sys_sigvec_args *, register_t *);
620 int compat_43_sys_sigblock(struct lwp *, const struct compat_43_sys_sigblock_args *, register_t *);
622 int compat_43_sys_sigsetmask(struct lwp *, const struct compat_43_sys_sigsetmask_args *, register_t…
624 int sunos_sys_sigsuspend(struct lwp *, const struct sunos_sys_sigsuspend_args *, register_t *);
626 int compat_43_sys_sigstack(struct lwp *, const struct compat_43_sys_sigstack_args *, register_t *);
628 int compat_43_sys_recvmsg(struct lwp *, const struct compat_43_sys_recvmsg_args *, register_t *);
630 int compat_43_sys_sendmsg(struct lwp *, const struct compat_43_sys_sendmsg_args *, register_t *);
632 int compat_50_sys_gettimeofday(struct lwp *, const struct compat_50_sys_gettimeofday_args *, regist…
634 int compat_50_sys_getrusage(struct lwp *, const struct compat_50_sys_getrusage_args *, register_t *…
636 int sys_getsockopt(struct lwp *, const struct sys_getsockopt_args *, register_t *);
638 int sys_readv(struct lwp *, const struct sys_readv_args *, register_t *);
640 int sys_writev(struct lwp *, const struct sys_writev_args *, register_t *);
642 int compat_50_sys_settimeofday(struct lwp *, const struct compat_50_sys_settimeofday_args *, regist…
644 int sys_fchown(struct lwp *, const struct sys_fchown_args *, register_t *);
646 int sys_fchmod(struct lwp *, const struct sys_fchmod_args *, register_t *);
648 int compat_43_sys_recvfrom(struct lwp *, const struct compat_43_sys_recvfrom_args *, register_t *);
650 int sys_setreuid(struct lwp *, const struct sys_setreuid_args *, register_t *);
652 int sys_setregid(struct lwp *, const struct sys_setregid_args *, register_t *);
654 int sys_rename(struct lwp *, const struct sys_rename_args *, register_t *);
656 int compat_43_sys_truncate(struct lwp *, const struct compat_43_sys_truncate_args *, register_t *);
658 int compat_43_sys_ftruncate(struct lwp *, const struct compat_43_sys_ftruncate_args *, register_t *…
660 int sys_flock(struct lwp *, const struct sys_flock_args *, register_t *);
662 int sys_sendto(struct lwp *, const struct sys_sendto_args *, register_t *);
664 int sys_shutdown(struct lwp *, const struct sys_shutdown_args *, register_t *);
666 int sunos_sys_socketpair(struct lwp *, const struct sunos_sys_socketpair_args *, register_t *);
668 int sys_mkdir(struct lwp *, const struct sys_mkdir_args *, register_t *);
670 int sys_rmdir(struct lwp *, const struct sys_rmdir_args *, register_t *);
672 int compat_50_sys_utimes(struct lwp *, const struct compat_50_sys_utimes_args *, register_t *);
674 int sunos_sys_sigreturn(struct lwp *, const struct sunos_sys_sigreturn_args *, register_t *);
676 int compat_50_sys_adjtime(struct lwp *, const struct compat_50_sys_adjtime_args *, register_t *);
678 int compat_43_sys_getpeername(struct lwp *, const struct compat_43_sys_getpeername_args *, register…
680 int compat_43_sys_gethostid(struct lwp *, const void *, register_t *);
682 int sunos_sys_getrlimit(struct lwp *, const struct sunos_sys_getrlimit_args *, register_t *);
684 int sunos_sys_setrlimit(struct lwp *, const struct sunos_sys_setrlimit_args *, register_t *);
686 int compat_43_sys_killpg(struct lwp *, const struct compat_43_sys_killpg_args *, register_t *);
688 int compat_43_sys_getsockname(struct lwp *, const struct compat_43_sys_getsockname_args *, register…
690 int sys_poll(struct lwp *, const struct sys_poll_args *, register_t *);
692 int compat_12_sys_getdirentries(struct lwp *, const struct compat_12_sys_getdirentries_args *, regi…
694 int sunos_sys_statfs(struct lwp *, const struct sunos_sys_statfs_args *, register_t *);
696 int sunos_sys_fstatfs(struct lwp *, const struct sunos_sys_fstatfs_args *, register_t *);
698 int sunos_sys_unmount(struct lwp *, const struct sunos_sys_unmount_args *, register_t *);
700 int async_daemon(struct lwp *, const void *, register_t *);
702 int compat_30_sys_getfh(struct lwp *, const struct compat_30_sys_getfh_args *, register_t *);
705 int compat_09_sys_getdomainname(struct lwp *, const struct compat_09_sys_getdomainname_args *, regi…
707 int compat_09_sys_setdomainname(struct lwp *, const struct compat_09_sys_setdomainname_args *, regi…
711 int sunos_sys_quotactl(struct lwp *, const struct sunos_sys_quotactl_args *, register_t *);
713 int sunos_sys_exportfs(struct lwp *, const struct sunos_sys_exportfs_args *, register_t *);
715 int sunos_sys_mount(struct lwp *, const struct sunos_sys_mount_args *, register_t *);
717 int sunos_sys_ustat(struct lwp *, const struct sunos_sys_ustat_args *, register_t *);
720 int compat_10_sys_semsys(struct lwp *, const struct compat_10_sys_semsys_args *, register_t *);
725 int compat_10_sys_msgsys(struct lwp *, const struct compat_10_sys_msgsys_args *, register_t *);
730 int compat_10_sys_shmsys(struct lwp *, const struct compat_10_sys_shmsys_args *, register_t *);
734 int sunos_sys_auditsys(struct lwp *, const struct sunos_sys_auditsys_args *, register_t *);
736 int sunos_sys_getdents(struct lwp *, const struct sunos_sys_getdents_args *, register_t *);
738 int sys_setsid(struct lwp *, const void *, register_t *);
740 int sys_fchdir(struct lwp *, const struct sys_fchdir_args *, register_t *);
742 int sys_fchroot(struct lwp *, const struct sys_fchroot_args *, register_t *);
744 int sunos_sys_sigpending(struct lwp *, const struct sunos_sys_sigpending_args *, register_t *);
746 int sys_setpgid(struct lwp *, const struct sys_setpgid_args *, register_t *);
748 int sys_pathconf(struct lwp *, const struct sys_pathconf_args *, register_t *);
750 int sys_fpathconf(struct lwp *, const struct sys_fpathconf_args *, register_t *);
752 int sunos_sys_sysconf(struct lwp *, const struct sunos_sys_sysconf_args *, register_t *);
754 int sunos_sys_uname(struct lwp *, const struct sunos_sys_uname_args *, register_t *);