HomeSort by: relevance | last modified time | path
    Searched defs:callarg (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/rump/librump/rumpkern/
rump_syscalls.c 73 struct sys_read_args callarg; local in function:rump___sysimpl_read
75 memset(&callarg, 0, sizeof(callarg));
76 SPARG(&callarg, fd) = fd;
77 SPARG(&callarg, buf) = buf;
78 SPARG(&callarg, nbyte) = nbyte;
80 error = rsys_syscall(SYS_read, &callarg, sizeof(callarg), retval);
103 struct sys_write_args callarg; local in function:rump___sysimpl_write
105 memset(&callarg, 0, sizeof(callarg))
133 struct sys_open_args callarg; local in function:rump___sysimpl_open
163 struct sys_close_args callarg; local in function:rump___sysimpl_close
191 struct sys_link_args callarg; local in function:rump___sysimpl_link
220 struct sys_unlink_args callarg; local in function:rump___sysimpl_unlink
248 struct sys_chdir_args callarg; local in function:rump___sysimpl_chdir
276 struct sys_fchdir_args callarg; local in function:rump___sysimpl_fchdir
305 struct compat_50_sys_mknod_args callarg; local in function:rump___sysimpl_mknod
336 struct sys_chmod_args callarg; local in function:rump___sysimpl_chmod
365 struct sys_chown_args callarg; local in function:rump___sysimpl_chown
415 struct sys_unmount_args callarg; local in function:rump___sysimpl_unmount
444 struct sys_setuid_args callarg; local in function:rump___sysimpl_setuid
512 struct sys_recvmsg_args callarg; local in function:rump___sysimpl_recvmsg
542 struct sys_sendmsg_args callarg; local in function:rump___sysimpl_sendmsg
572 struct sys_recvfrom_args callarg; local in function:rump___sysimpl_recvfrom
605 struct sys_accept_args callarg; local in function:rump___sysimpl_accept
635 struct sys_getpeername_args callarg; local in function:rump___sysimpl_getpeername
665 struct sys_getsockname_args callarg; local in function:rump___sysimpl_getsockname
695 struct sys_access_args callarg; local in function:rump___sysimpl_access
724 struct sys_chflags_args callarg; local in function:rump___sysimpl_chflags
753 struct sys_fchflags_args callarg; local in function:rump___sysimpl_fchflags
816 struct sys_dup_args callarg; local in function:rump___sysimpl_dup
864 struct sys_ktrace_args callarg; local in function:rump___sysimpl_ktrace
915 struct sys___getlogin_args callarg; local in function:rump___sysimpl___getlogin
944 struct sys___setlogin_args callarg; local in function:rump___sysimpl___setlogin
972 struct sys_ioctl_args callarg; local in function:rump___sysimpl_ioctl
1002 struct sys_revoke_args callarg; local in function:rump___sysimpl_revoke
1030 struct sys_symlink_args callarg; local in function:rump___sysimpl_symlink
1059 struct sys_readlink_args callarg; local in function:rump___sysimpl_readlink
1089 struct sys_umask_args callarg; local in function:rump___sysimpl_umask
1117 struct sys_chroot_args callarg; local in function:rump___sysimpl_chroot
1145 struct sys_getgroups_args callarg; local in function:rump___sysimpl_getgroups
1174 struct sys_setgroups_args callarg; local in function:rump___sysimpl_setgroups
1227 struct sys_setpgid_args callarg; local in function:rump___sysimpl_setpgid
1256 struct sys_dup2_args callarg; local in function:rump___sysimpl_dup2
1285 struct sys_getrandom_args callarg; local in function:rump___sysimpl_getrandom
1315 struct sys_fcntl_args callarg; local in function:rump___sysimpl_fcntl
1346 struct compat_50_sys_select_args callarg; local in function:rump___sysimpl_select
1379 struct sys_fsync_args callarg; local in function:rump___sysimpl_fsync
1407 struct sys_connect_args callarg; local in function:rump___sysimpl_connect
1437 struct sys_bind_args callarg; local in function:rump___sysimpl_bind
1467 struct sys_setsockopt_args callarg; local in function:rump___sysimpl_setsockopt
1499 struct sys_listen_args callarg; local in function:rump___sysimpl_listen
1528 struct sys_getsockopt_args callarg; local in function:rump___sysimpl_getsockopt
1560 struct sys_readv_args callarg; local in function:rump___sysimpl_readv
1590 struct sys_writev_args callarg; local in function:rump___sysimpl_writev
1620 struct sys_fchown_args callarg; local in function:rump___sysimpl_fchown
1650 struct sys_fchmod_args callarg; local in function:rump___sysimpl_fchmod
1679 struct sys_setreuid_args callarg; local in function:rump___sysimpl_setreuid
1708 struct sys_setregid_args callarg; local in function:rump___sysimpl_setregid
1737 struct sys_rename_args callarg; local in function:rump___sysimpl_rename
1766 struct sys_flock_args callarg; local in function:rump___sysimpl_flock
1795 struct sys_mkfifo_args callarg; local in function:rump___sysimpl_mkfifo
1824 struct sys_sendto_args callarg; local in function:rump___sysimpl_sendto
1857 struct sys_shutdown_args callarg; local in function:rump___sysimpl_shutdown
1886 struct sys_socketpair_args callarg; local in function:rump___sysimpl_socketpair
1917 struct sys_mkdir_args callarg; local in function:rump___sysimpl_mkdir
1946 struct sys_rmdir_args callarg; local in function:rump___sysimpl_rmdir
1975 struct compat_50_sys_utimes_args callarg; local in function:rump___sysimpl_utimes
2029 struct sys_nfssvc_args callarg; local in function:rump___sysimpl_nfssvc
2058 struct sys_pread_args callarg; local in function:rump___sysimpl_pread
2090 struct sys_pwrite_args callarg; local in function:rump___sysimpl_pwrite
2122 struct sys_setgid_args callarg; local in function:rump___sysimpl_setgid
2150 struct sys_setegid_args callarg; local in function:rump___sysimpl_setegid
2178 struct sys_seteuid_args callarg; local in function:rump___sysimpl_seteuid
2206 struct sys_pathconf_args callarg; local in function:rump___sysimpl_pathconf
2235 struct sys_fpathconf_args callarg; local in function:rump___sysimpl_fpathconf
2264 struct sys_getsockopt2_args callarg; local in function:rump___sysimpl_getsockopt2
2296 struct sys_getrlimit_args callarg; local in function:rump___sysimpl_getrlimit
2325 struct sys_setrlimit_args callarg; local in function:rump___sysimpl_setrlimit
2354 struct sys_lseek_args callarg; local in function:rump___sysimpl_lseek
2385 struct sys_truncate_args callarg; local in function:rump___sysimpl_truncate
2415 struct sys_ftruncate_args callarg; local in function:rump___sysimpl_ftruncate
2445 struct sys___sysctl_args callarg; local in function:rump___sysimpl___sysctl
2479 struct compat_50_sys_futimes_args callarg; local in function:rump___sysimpl_futimes
2509 struct sys_getpgid_args callarg; local in function:rump___sysimpl_getpgid
2537 struct sys_reboot_args callarg; local in function:rump___sysimpl_reboot
2566 struct sys_poll_args callarg; local in function:rump___sysimpl_poll
2596 struct sys_timer_create_args callarg; local in function:rump___sysimpl_timer_create
2626 struct sys_timer_delete_args callarg; local in function:rump___sysimpl_timer_delete
2654 struct sys_timer_getoverrun_args callarg; local in function:rump___sysimpl_timer_getoverrun
2682 struct sys_fdatasync_args callarg; local in function:rump___sysimpl_fdatasync
2710 struct sys_modctl_args callarg; local in function:rump___sysimpl_modctl
2739 struct sys__ksem_init_args callarg; local in function:rump___sysimpl__ksem_init
2768 struct sys__ksem_open_args callarg; local in function:rump___sysimpl__ksem_open
2800 struct sys__ksem_unlink_args callarg; local in function:rump___sysimpl__ksem_unlink
2828 struct sys__ksem_close_args callarg; local in function:rump___sysimpl__ksem_close
2856 struct sys__ksem_post_args callarg; local in function:rump___sysimpl__ksem_post
2884 struct sys__ksem_wait_args callarg; local in function:rump___sysimpl__ksem_wait
2912 struct sys__ksem_trywait_args callarg; local in function:rump___sysimpl__ksem_trywait
2940 struct sys__ksem_getvalue_args callarg; local in function:rump___sysimpl__ksem_getvalue
2969 struct sys__ksem_destroy_args callarg; local in function:rump___sysimpl__ksem_destroy
2997 struct sys__ksem_timedwait_args callarg; local in function:rump___sysimpl__ksem_timedwait
3026 struct sys___posix_rename_args callarg; local in function:rump___sysimpl___posix_rename
3055 struct sys_lchmod_args callarg; local in function:rump___sysimpl_lchmod
3084 struct sys_lchown_args callarg; local in function:rump___sysimpl_lchown
3115 struct compat_50_sys_lutimes_args callarg; local in function:rump___sysimpl_lutimes
3145 struct sys___posix_chown_args callarg; local in function:rump___sysimpl___posix_chown
3175 struct sys___posix_fchown_args callarg; local in function:rump___sysimpl___posix_fchown
3205 struct sys___posix_lchown_args callarg; local in function:rump___sysimpl___posix_lchown
3235 struct sys_getsid_args callarg; local in function:rump___sysimpl_getsid
3263 struct sys_fktrace_args callarg; local in function:rump___sysimpl_fktrace
3294 struct sys_preadv_args callarg; local in function:rump___sysimpl_preadv
3326 struct sys_pwritev_args callarg; local in function:rump___sysimpl_pwritev
3358 struct sys___getcwd_args callarg; local in function:rump___sysimpl___getcwd
3387 struct sys_fchroot_args callarg; local in function:rump___sysimpl_fchroot
3415 struct sys_lchflags_args callarg; local in function:rump___sysimpl_lchflags
3464 struct sys_utrace_args callarg; local in function:rump___sysimpl_utrace
3519 struct compat_50_sys_kevent_args callarg; local in function:rump___sysimpl_kevent
3553 struct sys_fsync_range_args callarg; local in function:rump___sysimpl_fsync_range
3584 struct sys_extattrctl_args callarg; local in function:rump___sysimpl_extattrctl
3616 struct sys_extattr_set_file_args callarg; local in function:rump___sysimpl_extattr_set_file
3648 struct sys_extattr_get_file_args callarg; local in function:rump___sysimpl_extattr_get_file
3680 struct sys_extattr_delete_file_args callarg; local in function:rump___sysimpl_extattr_delete_file
3710 struct sys_extattr_set_fd_args callarg; local in function:rump___sysimpl_extattr_set_fd
3742 struct sys_extattr_get_fd_args callarg; local in function:rump___sysimpl_extattr_get_fd
3774 struct sys_extattr_delete_fd_args callarg; local in function:rump___sysimpl_extattr_delete_fd
3804 struct sys_extattr_set_link_args callarg; local in function:rump___sysimpl_extattr_set_link
3836 struct sys_extattr_get_link_args callarg; local in function:rump___sysimpl_extattr_get_link
3868 struct sys_extattr_delete_link_args callarg; local in function:rump___sysimpl_extattr_delete_link
3898 struct sys_extattr_list_fd_args callarg; local in function:rump___sysimpl_extattr_list_fd
3929 struct sys_extattr_list_file_args callarg; local in function:rump___sysimpl_extattr_list_file
3960 struct sys_extattr_list_link_args callarg; local in function:rump___sysimpl_extattr_list_link
3992 struct compat_50_sys_pselect_args callarg; local in function:rump___sysimpl_pselect
4027 struct compat_50_sys_pollts_args callarg; local in function:rump___sysimpl_pollts
4059 struct sys_setxattr_args callarg; local in function:rump___sysimpl_setxattr
4091 struct sys_lsetxattr_args callarg; local in function:rump___sysimpl_lsetxattr
4123 struct sys_fsetxattr_args callarg; local in function:rump___sysimpl_fsetxattr
4155 struct sys_getxattr_args callarg; local in function:rump___sysimpl_getxattr
4186 struct sys_lgetxattr_args callarg; local in function:rump___sysimpl_lgetxattr
4217 struct sys_fgetxattr_args callarg; local in function:rump___sysimpl_fgetxattr
4248 struct sys_listxattr_args callarg; local in function:rump___sysimpl_listxattr
4278 struct sys_llistxattr_args callarg; local in function:rump___sysimpl_llistxattr
4308 struct sys_flistxattr_args callarg; local in function:rump___sysimpl_flistxattr
4338 struct sys_removexattr_args callarg; local in function:rump___sysimpl_removexattr
4367 struct sys_lremovexattr_args callarg; local in function:rump___sysimpl_lremovexattr
4396 struct sys_fremovexattr_args callarg; local in function:rump___sysimpl_fremovexattr
4426 struct compat_50_sys___stat30_args callarg; local in function:rump___sysimpl_stat30
4458 struct compat_50_sys___fstat30_args callarg; local in function:rump___sysimpl_fstat30
4490 struct compat_50_sys___lstat30_args callarg; local in function:rump___sysimpl_lstat30
4521 struct sys___getdents30_args callarg; local in function:rump___sysimpl_getdents30
4552 struct sys___socket30_args callarg; local in function:rump___sysimpl_socket30
4583 struct sys___getfh30_args callarg; local in function:rump___sysimpl_getfh30
4614 struct sys___fhopen40_args callarg; local in function:rump___sysimpl_fhopen40
4646 struct compat_50_sys___fhstat40_args callarg; local in function:rump___sysimpl_fhstat40
4678 struct sys_aio_cancel_args callarg; local in function:rump___sysimpl_aio_cancel
4707 struct sys_aio_error_args callarg; local in function:rump___sysimpl_aio_error
4735 struct sys_aio_fsync_args callarg; local in function:rump___sysimpl_aio_fsync
4764 struct sys_aio_read_args callarg; local in function:rump___sysimpl_aio_read
4792 struct sys_aio_return_args callarg; local in function:rump___sysimpl_aio_return
4820 struct sys_aio_write_args callarg; local in function:rump___sysimpl_aio_write
4848 struct sys_lio_listio_args callarg; local in function:rump___sysimpl_lio_listio
4879 struct sys___mount50_args callarg; local in function:rump___sysimpl_mount50
4911 struct sys___posix_fadvise50_args callarg; local in function:rump___sysimpl_posix_fadvise50
4941 struct sys___select50_args callarg; local in function:rump___sysimpl_select50
4974 struct sys___gettimeofday50_args callarg; local in function:rump___sysimpl_gettimeofday50
5004 struct sys___settimeofday50_args callarg; local in function:rump___sysimpl_settimeofday50
5034 struct sys___utimes50_args callarg; local in function:rump___sysimpl_utimes50
5064 struct sys___adjtime50_args callarg; local in function:rump___sysimpl_adjtime50
5094 struct sys___futimes50_args callarg; local in function:rump___sysimpl_futimes50
5124 struct sys___lutimes50_args callarg; local in function:rump___sysimpl_lutimes50
5154 struct sys___setitimer50_args callarg; local in function:rump___sysimpl_setitimer50
5185 struct sys___getitimer50_args callarg; local in function:rump___sysimpl_getitimer50
5215 struct sys___clock_gettime50_args callarg; local in function:rump___sysimpl_clock_gettime50
5245 struct sys___clock_settime50_args callarg; local in function:rump___sysimpl_clock_settime50
5275 struct sys___clock_getres50_args callarg; local in function:rump___sysimpl_clock_getres50
5305 struct sys___nanosleep50_args callarg; local in function:rump___sysimpl_nanosleep50
5336 struct compat_100_sys___kevent50_args callarg; local in function:rump___sysimpl_kevent50
5371 struct sys___pselect50_args callarg; local in function:rump___sysimpl_pselect50
5405 struct sys___pollts50_args callarg; local in function:rump___sysimpl_pollts50
5437 struct sys___aio_suspend50_args callarg; local in function:rump___sysimpl_aio_suspend50
5468 struct sys___stat50_args callarg; local in function:rump___sysimpl_stat50
5498 struct sys___fstat50_args callarg; local in function:rump___sysimpl_fstat50
5528 struct sys___lstat50_args callarg; local in function:rump___sysimpl_lstat50
5558 struct sys___timer_settime50_args callarg; local in function:rump___sysimpl_timer_settime50
5590 struct sys___timer_gettime50_args callarg; local in function:rump___sysimpl_timer_gettime50
5620 struct sys___mknod50_args callarg; local in function:rump___sysimpl_mknod50
5651 struct sys___fhstat50_args callarg; local in function:rump___sysimpl_fhstat50
5682 struct sys_pipe2_args callarg; local in function:rump___sysimpl_pipe2
5712 struct compat_100_sys_dup3_args callarg; local in function:rump___sysimpl_dup3
5743 struct sys_kqueue1_args callarg; local in function:rump___sysimpl_kqueue1
5771 struct sys_paccept_args callarg; local in function:rump___sysimpl_paccept
5803 struct sys_linkat_args callarg; local in function:rump___sysimpl_linkat
5835 struct sys_renameat_args callarg; local in function:rump___sysimpl_renameat
5866 struct sys_mkfifoat_args callarg; local in function:rump___sysimpl_mkfifoat
5896 struct sys_mknodat_args callarg; local in function:rump___sysimpl_mknodat
5928 struct sys_mkdirat_args callarg; local in function:rump___sysimpl_mkdirat
5958 struct sys_faccessat_args callarg; local in function:rump___sysimpl_faccessat
5989 struct sys_fchmodat_args callarg; local in function:rump___sysimpl_fchmodat
6020 struct sys_fchownat_args callarg; local in function:rump___sysimpl_fchownat
6052 struct sys_fstatat_args callarg; local in function:rump___sysimpl_fstatat
6083 struct sys_utimensat_args callarg; local in function:rump___sysimpl_utimensat
6114 struct sys_openat_args callarg; local in function:rump___sysimpl_openat
6145 struct sys_readlinkat_args callarg; local in function:rump___sysimpl_readlinkat
6176 struct sys_symlinkat_args callarg; local in function:rump___sysimpl_symlinkat
6206 struct sys_unlinkat_args callarg; local in function:rump___sysimpl_unlinkat
6236 struct sys_futimens_args callarg; local in function:rump___sysimpl_futimens
6265 struct sys___quotactl_args callarg; local in function:rump___sysimpl___quotactl
6294 struct sys_recvmmsg_args callarg; local in function:rump___sysimpl_recvmmsg
6326 struct sys_sendmmsg_args callarg; local in function:rump___sysimpl_sendmmsg
6356 struct sys_clock_nanosleep_args callarg; local in function:rump___sysimpl_clock_nanosleep
6383 struct sys_posix_fallocate_args callarg; local in function:rump___sysimpl_posix_fallocate
6411 struct sys_fdiscard_args callarg; local in function:rump___sysimpl_fdiscard
6442 struct sys_clock_getcpuclockid2_args callarg; local in function:rump___sysimpl_clock_getcpuclockid2
6472 struct sys___getvfsstat90_args callarg; local in function:rump___sysimpl_getvfsstat90
6503 struct sys___statvfs190_args callarg; local in function:rump___sysimpl_statvfs190
6534 struct sys___fstatvfs190_args callarg; local in function:rump___sysimpl_fstatvfs190
6565 struct sys___fhstatvfs190_args callarg; local in function:rump___sysimpl_fhstatvfs190
6597 struct sys_lpathconf_args callarg; local in function:rump___sysimpl_lpathconf
6626 struct sys___kevent100_args callarg; local in function:rump___sysimpl_kevent100
6660 struct sys___dup3100_args callarg; local in function:rump___sysimpl_dup3100
    [all...]
rump_syscalls.c 73 struct sys_read_args callarg; local in function:rump___sysimpl_read
75 memset(&callarg, 0, sizeof(callarg));
76 SPARG(&callarg, fd) = fd;
77 SPARG(&callarg, buf) = buf;
78 SPARG(&callarg, nbyte) = nbyte;
80 error = rsys_syscall(SYS_read, &callarg, sizeof(callarg), retval);
103 struct sys_write_args callarg; local in function:rump___sysimpl_write
105 memset(&callarg, 0, sizeof(callarg))
133 struct sys_open_args callarg; local in function:rump___sysimpl_open
163 struct sys_close_args callarg; local in function:rump___sysimpl_close
191 struct sys_link_args callarg; local in function:rump___sysimpl_link
220 struct sys_unlink_args callarg; local in function:rump___sysimpl_unlink
248 struct sys_chdir_args callarg; local in function:rump___sysimpl_chdir
276 struct sys_fchdir_args callarg; local in function:rump___sysimpl_fchdir
305 struct compat_50_sys_mknod_args callarg; local in function:rump___sysimpl_mknod
336 struct sys_chmod_args callarg; local in function:rump___sysimpl_chmod
365 struct sys_chown_args callarg; local in function:rump___sysimpl_chown
415 struct sys_unmount_args callarg; local in function:rump___sysimpl_unmount
444 struct sys_setuid_args callarg; local in function:rump___sysimpl_setuid
512 struct sys_recvmsg_args callarg; local in function:rump___sysimpl_recvmsg
542 struct sys_sendmsg_args callarg; local in function:rump___sysimpl_sendmsg
572 struct sys_recvfrom_args callarg; local in function:rump___sysimpl_recvfrom
605 struct sys_accept_args callarg; local in function:rump___sysimpl_accept
635 struct sys_getpeername_args callarg; local in function:rump___sysimpl_getpeername
665 struct sys_getsockname_args callarg; local in function:rump___sysimpl_getsockname
695 struct sys_access_args callarg; local in function:rump___sysimpl_access
724 struct sys_chflags_args callarg; local in function:rump___sysimpl_chflags
753 struct sys_fchflags_args callarg; local in function:rump___sysimpl_fchflags
816 struct sys_dup_args callarg; local in function:rump___sysimpl_dup
864 struct sys_ktrace_args callarg; local in function:rump___sysimpl_ktrace
915 struct sys___getlogin_args callarg; local in function:rump___sysimpl___getlogin
944 struct sys___setlogin_args callarg; local in function:rump___sysimpl___setlogin
972 struct sys_ioctl_args callarg; local in function:rump___sysimpl_ioctl
1002 struct sys_revoke_args callarg; local in function:rump___sysimpl_revoke
1030 struct sys_symlink_args callarg; local in function:rump___sysimpl_symlink
1059 struct sys_readlink_args callarg; local in function:rump___sysimpl_readlink
1089 struct sys_umask_args callarg; local in function:rump___sysimpl_umask
1117 struct sys_chroot_args callarg; local in function:rump___sysimpl_chroot
1145 struct sys_getgroups_args callarg; local in function:rump___sysimpl_getgroups
1174 struct sys_setgroups_args callarg; local in function:rump___sysimpl_setgroups
1227 struct sys_setpgid_args callarg; local in function:rump___sysimpl_setpgid
1256 struct sys_dup2_args callarg; local in function:rump___sysimpl_dup2
1285 struct sys_getrandom_args callarg; local in function:rump___sysimpl_getrandom
1315 struct sys_fcntl_args callarg; local in function:rump___sysimpl_fcntl
1346 struct compat_50_sys_select_args callarg; local in function:rump___sysimpl_select
1379 struct sys_fsync_args callarg; local in function:rump___sysimpl_fsync
1407 struct sys_connect_args callarg; local in function:rump___sysimpl_connect
1437 struct sys_bind_args callarg; local in function:rump___sysimpl_bind
1467 struct sys_setsockopt_args callarg; local in function:rump___sysimpl_setsockopt
1499 struct sys_listen_args callarg; local in function:rump___sysimpl_listen
1528 struct sys_getsockopt_args callarg; local in function:rump___sysimpl_getsockopt
1560 struct sys_readv_args callarg; local in function:rump___sysimpl_readv
1590 struct sys_writev_args callarg; local in function:rump___sysimpl_writev
1620 struct sys_fchown_args callarg; local in function:rump___sysimpl_fchown
1650 struct sys_fchmod_args callarg; local in function:rump___sysimpl_fchmod
1679 struct sys_setreuid_args callarg; local in function:rump___sysimpl_setreuid
1708 struct sys_setregid_args callarg; local in function:rump___sysimpl_setregid
1737 struct sys_rename_args callarg; local in function:rump___sysimpl_rename
1766 struct sys_flock_args callarg; local in function:rump___sysimpl_flock
1795 struct sys_mkfifo_args callarg; local in function:rump___sysimpl_mkfifo
1824 struct sys_sendto_args callarg; local in function:rump___sysimpl_sendto
1857 struct sys_shutdown_args callarg; local in function:rump___sysimpl_shutdown
1886 struct sys_socketpair_args callarg; local in function:rump___sysimpl_socketpair
1917 struct sys_mkdir_args callarg; local in function:rump___sysimpl_mkdir
1946 struct sys_rmdir_args callarg; local in function:rump___sysimpl_rmdir
1975 struct compat_50_sys_utimes_args callarg; local in function:rump___sysimpl_utimes
2029 struct sys_nfssvc_args callarg; local in function:rump___sysimpl_nfssvc
2058 struct sys_pread_args callarg; local in function:rump___sysimpl_pread
2090 struct sys_pwrite_args callarg; local in function:rump___sysimpl_pwrite
2122 struct sys_setgid_args callarg; local in function:rump___sysimpl_setgid
2150 struct sys_setegid_args callarg; local in function:rump___sysimpl_setegid
2178 struct sys_seteuid_args callarg; local in function:rump___sysimpl_seteuid
2206 struct sys_pathconf_args callarg; local in function:rump___sysimpl_pathconf
2235 struct sys_fpathconf_args callarg; local in function:rump___sysimpl_fpathconf
2264 struct sys_getsockopt2_args callarg; local in function:rump___sysimpl_getsockopt2
2296 struct sys_getrlimit_args callarg; local in function:rump___sysimpl_getrlimit
2325 struct sys_setrlimit_args callarg; local in function:rump___sysimpl_setrlimit
2354 struct sys_lseek_args callarg; local in function:rump___sysimpl_lseek
2385 struct sys_truncate_args callarg; local in function:rump___sysimpl_truncate
2415 struct sys_ftruncate_args callarg; local in function:rump___sysimpl_ftruncate
2445 struct sys___sysctl_args callarg; local in function:rump___sysimpl___sysctl
2479 struct compat_50_sys_futimes_args callarg; local in function:rump___sysimpl_futimes
2509 struct sys_getpgid_args callarg; local in function:rump___sysimpl_getpgid
2537 struct sys_reboot_args callarg; local in function:rump___sysimpl_reboot
2566 struct sys_poll_args callarg; local in function:rump___sysimpl_poll
2596 struct sys_timer_create_args callarg; local in function:rump___sysimpl_timer_create
2626 struct sys_timer_delete_args callarg; local in function:rump___sysimpl_timer_delete
2654 struct sys_timer_getoverrun_args callarg; local in function:rump___sysimpl_timer_getoverrun
2682 struct sys_fdatasync_args callarg; local in function:rump___sysimpl_fdatasync
2710 struct sys_modctl_args callarg; local in function:rump___sysimpl_modctl
2739 struct sys__ksem_init_args callarg; local in function:rump___sysimpl__ksem_init
2768 struct sys__ksem_open_args callarg; local in function:rump___sysimpl__ksem_open
2800 struct sys__ksem_unlink_args callarg; local in function:rump___sysimpl__ksem_unlink
2828 struct sys__ksem_close_args callarg; local in function:rump___sysimpl__ksem_close
2856 struct sys__ksem_post_args callarg; local in function:rump___sysimpl__ksem_post
2884 struct sys__ksem_wait_args callarg; local in function:rump___sysimpl__ksem_wait
2912 struct sys__ksem_trywait_args callarg; local in function:rump___sysimpl__ksem_trywait
2940 struct sys__ksem_getvalue_args callarg; local in function:rump___sysimpl__ksem_getvalue
2969 struct sys__ksem_destroy_args callarg; local in function:rump___sysimpl__ksem_destroy
2997 struct sys__ksem_timedwait_args callarg; local in function:rump___sysimpl__ksem_timedwait
3026 struct sys___posix_rename_args callarg; local in function:rump___sysimpl___posix_rename
3055 struct sys_lchmod_args callarg; local in function:rump___sysimpl_lchmod
3084 struct sys_lchown_args callarg; local in function:rump___sysimpl_lchown
3115 struct compat_50_sys_lutimes_args callarg; local in function:rump___sysimpl_lutimes
3145 struct sys___posix_chown_args callarg; local in function:rump___sysimpl___posix_chown
3175 struct sys___posix_fchown_args callarg; local in function:rump___sysimpl___posix_fchown
3205 struct sys___posix_lchown_args callarg; local in function:rump___sysimpl___posix_lchown
3235 struct sys_getsid_args callarg; local in function:rump___sysimpl_getsid
3263 struct sys_fktrace_args callarg; local in function:rump___sysimpl_fktrace
3294 struct sys_preadv_args callarg; local in function:rump___sysimpl_preadv
3326 struct sys_pwritev_args callarg; local in function:rump___sysimpl_pwritev
3358 struct sys___getcwd_args callarg; local in function:rump___sysimpl___getcwd
3387 struct sys_fchroot_args callarg; local in function:rump___sysimpl_fchroot
3415 struct sys_lchflags_args callarg; local in function:rump___sysimpl_lchflags
3464 struct sys_utrace_args callarg; local in function:rump___sysimpl_utrace
3519 struct compat_50_sys_kevent_args callarg; local in function:rump___sysimpl_kevent
3553 struct sys_fsync_range_args callarg; local in function:rump___sysimpl_fsync_range
3584 struct sys_extattrctl_args callarg; local in function:rump___sysimpl_extattrctl
3616 struct sys_extattr_set_file_args callarg; local in function:rump___sysimpl_extattr_set_file
3648 struct sys_extattr_get_file_args callarg; local in function:rump___sysimpl_extattr_get_file
3680 struct sys_extattr_delete_file_args callarg; local in function:rump___sysimpl_extattr_delete_file
3710 struct sys_extattr_set_fd_args callarg; local in function:rump___sysimpl_extattr_set_fd
3742 struct sys_extattr_get_fd_args callarg; local in function:rump___sysimpl_extattr_get_fd
3774 struct sys_extattr_delete_fd_args callarg; local in function:rump___sysimpl_extattr_delete_fd
3804 struct sys_extattr_set_link_args callarg; local in function:rump___sysimpl_extattr_set_link
3836 struct sys_extattr_get_link_args callarg; local in function:rump___sysimpl_extattr_get_link
3868 struct sys_extattr_delete_link_args callarg; local in function:rump___sysimpl_extattr_delete_link
3898 struct sys_extattr_list_fd_args callarg; local in function:rump___sysimpl_extattr_list_fd
3929 struct sys_extattr_list_file_args callarg; local in function:rump___sysimpl_extattr_list_file
3960 struct sys_extattr_list_link_args callarg; local in function:rump___sysimpl_extattr_list_link
3992 struct compat_50_sys_pselect_args callarg; local in function:rump___sysimpl_pselect
4027 struct compat_50_sys_pollts_args callarg; local in function:rump___sysimpl_pollts
4059 struct sys_setxattr_args callarg; local in function:rump___sysimpl_setxattr
4091 struct sys_lsetxattr_args callarg; local in function:rump___sysimpl_lsetxattr
4123 struct sys_fsetxattr_args callarg; local in function:rump___sysimpl_fsetxattr
4155 struct sys_getxattr_args callarg; local in function:rump___sysimpl_getxattr
4186 struct sys_lgetxattr_args callarg; local in function:rump___sysimpl_lgetxattr
4217 struct sys_fgetxattr_args callarg; local in function:rump___sysimpl_fgetxattr
4248 struct sys_listxattr_args callarg; local in function:rump___sysimpl_listxattr
4278 struct sys_llistxattr_args callarg; local in function:rump___sysimpl_llistxattr
4308 struct sys_flistxattr_args callarg; local in function:rump___sysimpl_flistxattr
4338 struct sys_removexattr_args callarg; local in function:rump___sysimpl_removexattr
4367 struct sys_lremovexattr_args callarg; local in function:rump___sysimpl_lremovexattr
4396 struct sys_fremovexattr_args callarg; local in function:rump___sysimpl_fremovexattr
4426 struct compat_50_sys___stat30_args callarg; local in function:rump___sysimpl_stat30
4458 struct compat_50_sys___fstat30_args callarg; local in function:rump___sysimpl_fstat30
4490 struct compat_50_sys___lstat30_args callarg; local in function:rump___sysimpl_lstat30
4521 struct sys___getdents30_args callarg; local in function:rump___sysimpl_getdents30
4552 struct sys___socket30_args callarg; local in function:rump___sysimpl_socket30
4583 struct sys___getfh30_args callarg; local in function:rump___sysimpl_getfh30
4614 struct sys___fhopen40_args callarg; local in function:rump___sysimpl_fhopen40
4646 struct compat_50_sys___fhstat40_args callarg; local in function:rump___sysimpl_fhstat40
4678 struct sys_aio_cancel_args callarg; local in function:rump___sysimpl_aio_cancel
4707 struct sys_aio_error_args callarg; local in function:rump___sysimpl_aio_error
4735 struct sys_aio_fsync_args callarg; local in function:rump___sysimpl_aio_fsync
4764 struct sys_aio_read_args callarg; local in function:rump___sysimpl_aio_read
4792 struct sys_aio_return_args callarg; local in function:rump___sysimpl_aio_return
4820 struct sys_aio_write_args callarg; local in function:rump___sysimpl_aio_write
4848 struct sys_lio_listio_args callarg; local in function:rump___sysimpl_lio_listio
4879 struct sys___mount50_args callarg; local in function:rump___sysimpl_mount50
4911 struct sys___posix_fadvise50_args callarg; local in function:rump___sysimpl_posix_fadvise50
4941 struct sys___select50_args callarg; local in function:rump___sysimpl_select50
4974 struct sys___gettimeofday50_args callarg; local in function:rump___sysimpl_gettimeofday50
5004 struct sys___settimeofday50_args callarg; local in function:rump___sysimpl_settimeofday50
5034 struct sys___utimes50_args callarg; local in function:rump___sysimpl_utimes50
5064 struct sys___adjtime50_args callarg; local in function:rump___sysimpl_adjtime50
5094 struct sys___futimes50_args callarg; local in function:rump___sysimpl_futimes50
5124 struct sys___lutimes50_args callarg; local in function:rump___sysimpl_lutimes50
5154 struct sys___setitimer50_args callarg; local in function:rump___sysimpl_setitimer50
5185 struct sys___getitimer50_args callarg; local in function:rump___sysimpl_getitimer50
5215 struct sys___clock_gettime50_args callarg; local in function:rump___sysimpl_clock_gettime50
5245 struct sys___clock_settime50_args callarg; local in function:rump___sysimpl_clock_settime50
5275 struct sys___clock_getres50_args callarg; local in function:rump___sysimpl_clock_getres50
5305 struct sys___nanosleep50_args callarg; local in function:rump___sysimpl_nanosleep50
5336 struct compat_100_sys___kevent50_args callarg; local in function:rump___sysimpl_kevent50
5371 struct sys___pselect50_args callarg; local in function:rump___sysimpl_pselect50
5405 struct sys___pollts50_args callarg; local in function:rump___sysimpl_pollts50
5437 struct sys___aio_suspend50_args callarg; local in function:rump___sysimpl_aio_suspend50
5468 struct sys___stat50_args callarg; local in function:rump___sysimpl_stat50
5498 struct sys___fstat50_args callarg; local in function:rump___sysimpl_fstat50
5528 struct sys___lstat50_args callarg; local in function:rump___sysimpl_lstat50
5558 struct sys___timer_settime50_args callarg; local in function:rump___sysimpl_timer_settime50
5590 struct sys___timer_gettime50_args callarg; local in function:rump___sysimpl_timer_gettime50
5620 struct sys___mknod50_args callarg; local in function:rump___sysimpl_mknod50
5651 struct sys___fhstat50_args callarg; local in function:rump___sysimpl_fhstat50
5682 struct sys_pipe2_args callarg; local in function:rump___sysimpl_pipe2
5712 struct compat_100_sys_dup3_args callarg; local in function:rump___sysimpl_dup3
5743 struct sys_kqueue1_args callarg; local in function:rump___sysimpl_kqueue1
5771 struct sys_paccept_args callarg; local in function:rump___sysimpl_paccept
5803 struct sys_linkat_args callarg; local in function:rump___sysimpl_linkat
5835 struct sys_renameat_args callarg; local in function:rump___sysimpl_renameat
5866 struct sys_mkfifoat_args callarg; local in function:rump___sysimpl_mkfifoat
5896 struct sys_mknodat_args callarg; local in function:rump___sysimpl_mknodat
5928 struct sys_mkdirat_args callarg; local in function:rump___sysimpl_mkdirat
5958 struct sys_faccessat_args callarg; local in function:rump___sysimpl_faccessat
5989 struct sys_fchmodat_args callarg; local in function:rump___sysimpl_fchmodat
6020 struct sys_fchownat_args callarg; local in function:rump___sysimpl_fchownat
6052 struct sys_fstatat_args callarg; local in function:rump___sysimpl_fstatat
6083 struct sys_utimensat_args callarg; local in function:rump___sysimpl_utimensat
6114 struct sys_openat_args callarg; local in function:rump___sysimpl_openat
6145 struct sys_readlinkat_args callarg; local in function:rump___sysimpl_readlinkat
6176 struct sys_symlinkat_args callarg; local in function:rump___sysimpl_symlinkat
6206 struct sys_unlinkat_args callarg; local in function:rump___sysimpl_unlinkat
6236 struct sys_futimens_args callarg; local in function:rump___sysimpl_futimens
6265 struct sys___quotactl_args callarg; local in function:rump___sysimpl___quotactl
6294 struct sys_recvmmsg_args callarg; local in function:rump___sysimpl_recvmmsg
6326 struct sys_sendmmsg_args callarg; local in function:rump___sysimpl_sendmmsg
6356 struct sys_clock_nanosleep_args callarg; local in function:rump___sysimpl_clock_nanosleep
6383 struct sys_posix_fallocate_args callarg; local in function:rump___sysimpl_posix_fallocate
6411 struct sys_fdiscard_args callarg; local in function:rump___sysimpl_fdiscard
6442 struct sys_clock_getcpuclockid2_args callarg; local in function:rump___sysimpl_clock_getcpuclockid2
6472 struct sys___getvfsstat90_args callarg; local in function:rump___sysimpl_getvfsstat90
6503 struct sys___statvfs190_args callarg; local in function:rump___sysimpl_statvfs190
6534 struct sys___fstatvfs190_args callarg; local in function:rump___sysimpl_fstatvfs190
6565 struct sys___fhstatvfs190_args callarg; local in function:rump___sysimpl_fhstatvfs190
6597 struct sys_lpathconf_args callarg; local in function:rump___sysimpl_lpathconf
6626 struct sys___kevent100_args callarg; local in function:rump___sysimpl_kevent100
6660 struct sys___dup3100_args callarg; local in function:rump___sysimpl_dup3100
    [all...]

Completed in 106 milliseconds