/dflybsd-src/sys/kern/ |
H A D | kern_prot.c | 62 sys_getpid(struct sysmsg *sysmsg, const struct getpid_args *uap) in sys_getpid() 71 sys_getppid(struct sysmsg *sysmsg, const struct getppid_args *uap) in sys_getppid() 81 sys_lwp_gettid(struct sysmsg *sysmsg, const struct lwp_gettid_args *uap) in sys_lwp_gettid() 92 sys_getpgrp(struct sysmsg *sysmsg, const struct getpgrp_args *uap) in sys_getpgrp() 107 sys_getpgid(struct sysmsg *sysmsg, const struct getpgid_args *uap) in sys_getpgid() 137 sys_getsid(struct sysmsg *sysmsg, const struct getsid_args *uap) in sys_getsid() 165 sys_getuid(struct sysmsg *sysmsg, const struct getuid_args *uap) in sys_getuid() 177 sys_geteuid(struct sysmsg *sysmsg, const struct geteuid_args *uap) in sys_geteuid() 189 sys_getgid(struct sysmsg *sysmsg, const struct getgid_args *uap) in sys_getgid() 203 sys_getegid(struct sysmsg *sysmsg, const struct getegid_args *uap) in sys_getegid() [all …]
|
H A D | vfs_aio.c | 28 sys_aio_return(struct sysmsg *sysmsg, const struct aio_return_args *uap) in sys_aio_return() 34 sys_aio_suspend(struct sysmsg *sysmsg, const struct aio_suspend_args *uap) in sys_aio_suspend() 40 sys_aio_cancel(struct sysmsg *sysmsg, const struct aio_cancel_args *uap) in sys_aio_cancel() 46 sys_aio_error(struct sysmsg *sysmsg, const struct aio_error_args *uap) in sys_aio_error() 52 sys_aio_read(struct sysmsg *sysmsg, const struct aio_read_args *uap) in sys_aio_read() 58 sys_aio_write(struct sysmsg *sysmsg, const struct aio_write_args *uap) in sys_aio_write() 64 sys_lio_listio(struct sysmsg *sysmsg, const struct lio_listio_args *uap) in sys_lio_listio() 70 sys_aio_waitcomplete(struct sysmsg *sysmsg, const struct aio_waitcomplete_args *uap) in sys_aio_waitcomplete()
|
H A D | vfs_syscalls.c | 118 sys_mount(struct sysmsg *sysmsg, const struct mount_args *uap) in sys_mount() 610 sys_unmount(struct sysmsg *sysmsg, const struct unmount_args *uap) in sys_unmount() 1180 sys_sync(struct sysmsg *sysmsg, const struct sync_args *uap) in sys_sync() 1220 sys_quotactl(struct sysmsg *sysmsg, const struct quotactl_args *uap) in sys_quotactl() 1259 sys_mountctl(struct sysmsg *sysmsg, const struct mountctl_args *uap) in sys_mountctl() 1452 sys_statfs(struct sysmsg *sysmsg, const struct statfs_args *uap) in sys_statfs() 1530 sys_fstatfs(struct sysmsg *sysmsg, const struct fstatfs_args *uap) in sys_fstatfs() 1571 sys_statvfs(struct sysmsg *sysmsg, const struct statvfs_args *uap) in sys_statvfs() 1630 sys_fstatvfs(struct sysmsg *sysmsg, const struct fstatvfs_args *uap) in sys_fstatvfs() 1660 sys_getfsstat(struct sysmsg *sysmsg, const struct getfsstat_args *uap) in sys_getfsstat() [all …]
|
H A D | kern_acl.c | 150 const struct __acl_get_file_args *uap) in sys___acl_get_file() 175 const struct __acl_set_file_args *uap) in sys___acl_set_file() 200 const struct __acl_get_fd_args *uap) in sys___acl_get_fd() 219 const struct __acl_set_fd_args *uap) in sys___acl_set_fd() 237 const struct __acl_delete_file_args *uap) in sys___acl_delete_file() 263 const struct __acl_delete_fd_args *uap) in sys___acl_delete_fd() 282 const struct __acl_aclcheck_file_args *uap) in sys___acl_aclcheck_file() 308 const struct __acl_aclcheck_fd_args *uap) in sys___acl_aclcheck_fd()
|
H A D | uipc_syscalls.c | 139 sys_socket(struct sysmsg *sysmsg, const struct socket_args *uap) in sys_socket() 171 sys_bind(struct sysmsg *sysmsg, const struct bind_args *uap) in sys_bind() 211 sys_listen(struct sysmsg *sysmsg, const struct listen_args *uap) in sys_listen() 434 sys_accept(struct sysmsg *sysmsg, const struct accept_args *uap) in sys_accept() 471 sys_extaccept(struct sysmsg *sysmsg, const struct extaccept_args *uap) in sys_extaccept() 509 sys_accept4(struct sysmsg *sysmsg, const struct accept4_args *uap) in sys_accept4() 628 sys_connect(struct sysmsg *sysmsg, const struct connect_args *uap) in sys_connect() 652 sys_extconnect(struct sysmsg *sysmsg, const struct extconnect_args *uap) in sys_extconnect() 749 sys_socketpair(struct sysmsg *sysmsg, const struct socketpair_args *uap) in sys_socketpair() 833 sys_sendto(struct sysmsg *sysmsg, const struct sendto_args *uap) in sys_sendto() [all …]
|
H A D | sys_mqueue.c | 415 sys_mq_open(struct sysmsg *sysmsg, const struct mq_open_args *uap) in sys_mq_open() 615 sys_mq_close(struct sysmsg *sysmsg, const struct mq_close_args *uap) in sys_mq_close() 728 sys_mq_receive(struct sysmsg *sysmsg, const struct mq_receive_args *uap) in sys_mq_receive() 748 sys_mq_timedreceive(struct sysmsg *sysmsg, const struct mq_timedreceive_args *uap) in sys_mq_timedreceive() 916 sys_mq_send(struct sysmsg *sysmsg, const struct mq_send_args *uap) in sys_mq_send() 930 sys_mq_timedsend(struct sysmsg *sysmsg, const struct mq_timedsend_args *uap) in sys_mq_timedsend() 957 sys_mq_notify(struct sysmsg *sysmsg, const struct mq_notify_args *uap) in sys_mq_notify() 1005 sys_mq_getattr(struct sysmsg *sysmsg, const struct mq_getattr_args *uap) in sys_mq_getattr() 1029 sys_mq_setattr(struct sysmsg *sysmsg, const struct mq_setattr_args *uap) in sys_mq_setattr() 1078 sys_mq_unlink(struct sysmsg *sysmsg, const struct mq_unlink_args *uap) in sys_mq_unlink()
|
H A D | kern_time.c | 272 sys_clock_gettime(struct sysmsg *sysmsg, const struct clock_gettime_args *uap) in sys_clock_gettime() 309 sys_clock_settime(struct sysmsg *sysmsg, const struct clock_settime_args *uap) in sys_clock_settime() 377 sys_clock_getres(struct sysmsg *sysmsg, const struct clock_getres_args *uap) in sys_clock_getres() 424 sys_getcpuclockid(struct sysmsg *sysmsg, const struct getcpuclockid_args *uap) in sys_getcpuclockid() 582 const struct clock_nanosleep_args *uap) in sys_clock_nanosleep() 619 sys_nanosleep(struct sysmsg *sysmsg, const struct nanosleep_args *uap) in sys_nanosleep() 654 sys_gettimeofday(struct sysmsg *sysmsg, const struct gettimeofday_args *uap) in sys_gettimeofday() 678 sys_settimeofday(struct sysmsg *sysmsg, const struct settimeofday_args *uap) in sys_settimeofday() 773 sys_adjtime(struct sysmsg *sysmsg, const struct adjtime_args *uap) in sys_adjtime() 927 sys_getitimer(struct sysmsg *sysmsg, const struct getitimer_args *uap) in sys_getitimer() [all …]
|
H A D | sys_generic.c | 123 sys_read(struct sysmsg *sysmsg, const struct read_args *uap) in sys_read() 153 sys_extpread(struct sysmsg *sysmsg, const struct extpread_args *uap) in sys_extpread() 188 sys_readv(struct sysmsg *sysmsg, const struct readv_args *uap) in sys_readv() 219 sys_extpreadv(struct sysmsg *sysmsg, const struct extpreadv_args *uap) in sys_extpreadv() 329 sys_write(struct sysmsg *sysmsg, const struct write_args *uap) in sys_write() 360 sys_extpwrite(struct sysmsg *sysmsg, const struct extpwrite_args *uap) in sys_extpwrite() 392 sys_writev(struct sysmsg *sysmsg, const struct writev_args *uap) in sys_writev() 423 sys_extpwritev(struct sysmsg *sysmsg, const struct extpwritev_args *uap) in sys_extpwritev() 537 sys_ioctl(struct sysmsg *sysmsg, const struct ioctl_args *uap) in sys_ioctl() 798 sys_select(struct sysmsg *sysmsg, const struct select_args *uap) in sys_select() [all …]
|
H A D | kern_fork.c | 137 sys_fork(struct sysmsg *sysmsg, const struct fork_args *uap) in sys_fork() 158 sys_vfork(struct sysmsg *sysmsg, const struct vfork_args *uap) in sys_vfork() 187 sys_rfork(struct sysmsg *sysmsg, const struct rfork_args *uap) in sys_rfork() 287 sys_lwp_create(struct sysmsg *sysmsg, const struct lwp_create_args *uap) in sys_lwp_create() 294 sys_lwp_create2(struct sysmsg *sysmsg, const struct lwp_create2_args *uap) in sys_lwp_create2() 985 sys_procctl(struct sysmsg *sysmsg, const struct procctl_args *uap) in sys_procctl()
|
H A D | kern_usched.c | 184 sys_usched_set(struct sysmsg *sysmsg, const struct usched_set_args *uap) in sys_usched_set() 364 const struct lwp_getaffinity_args *uap) in sys_lwp_getaffinity() 412 const struct lwp_setaffinity_args *uap) in sys_lwp_setaffinity()
|
H A D | sysv_shm.c | 223 sys_shmdt(struct sysmsg *sysmsg, const struct shmdt_args *uap) in sys_shmdt() 261 sys_shmat(struct sysmsg *sysmsg, const struct shmat_args *uap) in sys_shmat() 401 sys_shmctl(struct sysmsg *sysmsg, const struct shmctl_args *uap) in sys_shmctl() 466 const struct shmget_args *uap, int mode, int segnum) in shmget_existing() 497 const struct shmget_args *uap, int mode) in shmget_allocate_segment() 611 sys_shmget(struct sysmsg *sysmsg, const struct shmget_args *uap) in sys_shmget()
|
H A D | kern_resource.c | 85 sys_getpriority(struct sysmsg *sysmsg, const struct getpriority_args *uap) in sys_getpriority() 187 sys_setpriority(struct sysmsg *sysmsg, const struct setpriority_args *uap) in sys_setpriority() 328 sys_ioprio_get(struct sysmsg *sysmsg, const struct ioprio_get_args *uap) in sys_ioprio_get() 429 sys_ioprio_set(struct sysmsg *sysmsg, const struct ioprio_set_args *uap) in sys_ioprio_set() 558 sys_lwp_rtprio(struct sysmsg *sysmsg, const struct lwp_rtprio_args *uap) in sys_lwp_rtprio() 678 sys_rtprio(struct sysmsg *sysmsg, const struct rtprio_args *uap) in sys_rtprio() 839 sys_getrusage(struct sysmsg *sysmsg, const struct getrusage_args *uap) in sys_getrusage()
|
H A D | kern_module.c | 247 sys_modnext(struct sysmsg *sysmsg, const struct modnext_args *uap) in sys_modnext() 284 sys_modfnext(struct sysmsg *sysmsg, const struct modfnext_args *uap) in sys_modfnext() 320 sys_modstat(struct sysmsg *sysmsg, const struct modstat_args *uap) in sys_modstat() 379 sys_modfind(struct sysmsg *sysmsg, const struct modfind_args *uap) in sys_modfind()
|
H A D | kern_sig.c | 390 sys_sigaction(struct sysmsg *sysmsg, const struct sigaction_args *uap) in sys_sigaction() 527 sys_sigprocmask(struct sysmsg *sysmsg, const struct sigprocmask_args *uap) in sys_sigprocmask() 564 sys_sigpending(struct sysmsg *sysmsg, const struct sigpending_args *uap) in sys_sigpending() 622 sys_sigsuspend(struct sysmsg *sysmsg, const struct sigsuspend_args *uap) in sys_sigsuspend() 675 sys_sigaltstack(struct sysmsg *sysmsg, const struct sigaltstack_args *uap) in sys_sigaltstack() 870 sys_kill(struct sysmsg *sysmsg, const struct kill_args *uap) in sys_kill() 879 sys_lwp_kill(struct sysmsg *sysmsg, const struct lwp_kill_args *uap) in sys_lwp_kill() 1882 sys_sigtimedwait(struct sysmsg *sysmsg, const struct sigtimedwait_args *uap) in sys_sigtimedwait() 1925 sys_sigwaitinfo(struct sysmsg *sysmsg, const struct sigwaitinfo_args *uap) in sys_sigwaitinfo()
|
H A D | kern_umtx.c | 110 sys_umtx_sleep(struct sysmsg *sysmsg, const struct umtx_sleep_args *uap) in sys_umtx_sleep() 250 sys_umtx_wakeup(struct sysmsg *sysmsg, const struct umtx_wakeup_args *uap) in sys_umtx_wakeup()
|
H A D | sysv_msg.c | 203 sys_msgctl(struct sysmsg *sysmsg, const struct msgctl_args *uap) in sys_msgctl() 345 sys_msgget(struct sysmsg *sysmsg, const struct msgget_args *uap) in sys_msgget() 456 sys_msgsnd(struct sysmsg *sysmsg, const struct msgsnd_args *uap) in sys_msgsnd() 788 sys_msgrcv(struct sysmsg *sysmsg, const struct msgrcv_args *uap) in sys_msgrcv()
|
H A D | kern_exit.c | 109 sys_exit(struct sysmsg *sysmsg, const struct exit_args *uap) in sys_exit() 120 sys_extexit(struct sysmsg *sysmsg, const struct extexit_args *uap) in sys_extexit() 913 sys_wait4(struct sysmsg *sysmsg, const struct wait_args *uap) in sys_wait4() 950 sys_wait6(struct sysmsg *sysmsg, const struct wait6_args *uap) in sys_wait6()
|
H A D | imgact_resident.c | 207 const struct exec_sys_register_args *uap) in sys_exec_sys_register() 257 const struct exec_sys_unregister_args *uap) in sys_exec_sys_unregister()
|
/dflybsd-src/sys/vm/ |
H A D | vm_mmap.c | 92 sys_sstk(struct sysmsg *sysmsg, const struct sstk_args *uap) in sys_sstk() 391 sys_mmap(struct sysmsg *sysmsg, const struct mmap_args *uap) in sys_mmap() 437 sys_msync(struct sysmsg *sysmsg, const struct msync_args *uap) in sys_msync() 526 sys_munmap(struct sysmsg *sysmsg, const struct munmap_args *uap) in sys_munmap() 584 sys_mprotect(struct sysmsg *sysmsg, const struct mprotect_args *uap) in sys_mprotect() 630 sys_minherit(struct sysmsg *sysmsg, const struct minherit_args *uap) in sys_minherit() 676 sys_madvise(struct sysmsg *sysmsg, const struct madvise_args *uap) in sys_madvise() 719 sys_mcontrol(struct sysmsg *sysmsg, const struct mcontrol_args *uap) in sys_mcontrol() 763 sys_mincore(struct sysmsg *sysmsg, const struct mincore_args *uap) in sys_mincore() 974 sys_mlock(struct sysmsg *sysmsg, const struct mlock_args *uap) in sys_mlock() [all …]
|
H A D | vm_vmspace.c | 79 const struct vmspace_create_args *uap) in sys_vmspace_create() 141 const struct vmspace_destroy_args *uap) in sys_vmspace_destroy() 177 const struct vmspace_ctl_args *uap) in sys_vmspace_ctl() 273 const struct vmspace_mmap_args *uap) in sys_vmspace_mmap() 307 const struct vmspace_munmap_args *uap) in sys_vmspace_munmap() 390 const struct vmspace_pread_args *uap) in sys_vmspace_pread() 424 const struct vmspace_pwrite_args *uap) in sys_vmspace_pwrite() 453 const struct vmspace_mcontrol_args *uap) in sys_vmspace_mcontrol()
|
H A D | vm_unix.c | 67 sys_sbrk(struct sysmsg *sysmsg, const struct sbrk_args *uap) in sys_sbrk() 175 sys_obreak(struct sysmsg *sysmsg, const struct obreak_args *uap) in sys_obreak()
|
/dflybsd-src/lib/libc/isc/ |
H A D | ev_timers.c | 60 void * uap; member 177 void *uap, in evSetTimer() 295 void *uap, in evResetTimer() 354 void *uap, in evSetIdleTimer() 393 void *uap, in evResetIdleTimer() 457 free_timer(void *what, void *uap) { in free_timer() 466 print_timer(void *what, void *uap) { in print_timer() 480 void *uap, in idle_timeout()
|
H A D | ev_streams.c | 63 evStreamFunc func, void *uap, evStreamID *id) in evWrite() 97 evStreamFunc func, void *uap, evStreamID *id) in evRead() 265 writable(evContext opaqueCtx, void *uap, int fd, int evmask) { in writable() 288 readable(evContext opaqueCtx, void *uap, int fd, int evmask) { in readable()
|
/dflybsd-src/sys/platform/vkernel64/x86_64/ |
H A D | tls.c | 67 sys_set_tls_area(struct sysmsg *sysmsg, const struct set_tls_area_args *uap) in sys_set_tls_area() 117 sys_get_tls_area(struct sysmsg *sysmsg, const struct get_tls_area_args *uap) in sys_get_tls_area()
|
/dflybsd-src/sys/platform/pc64/x86_64/ |
H A D | tls.c | 71 sys_set_tls_area(struct sysmsg *sysmsg, const struct set_tls_area_args *uap) in sys_set_tls_area() 123 sys_get_tls_area(struct sysmsg *sysmsg, const struct get_tls_area_args *uap) in sys_get_tls_area()
|