Home
last modified time | relevance | path

Searched defs:uap (Results 1 – 25 of 59) sorted by relevance

123

/dragonfly/sys/kern/
H A Dkern_prot.c62 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()
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()
326 sys_setsid(struct sysmsg *sysmsg, const struct setsid_args *uap) in sys_setsid()
[all …]
H A Dvfs_aio.c28 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 Dvfs_syscalls.c116 sys_mount(struct sysmsg *sysmsg, const struct mount_args *uap) in sys_mount()
1170 sys_sync(struct sysmsg *sysmsg, const struct sync_args *uap) in sys_sync()
1950 sys_chdir(struct sysmsg *sysmsg, const struct chdir_args *uap) in sys_chdir()
2275 sys_open(struct sysmsg *sysmsg, const struct open_args *uap) in sys_open()
2387 sys_mknod(struct sysmsg *sysmsg, const struct mknod_args *uap) in sys_mknod()
2619 sys_link(struct sysmsg *sysmsg, const struct link_args *uap) in sys_link()
2911 sys_lseek(struct sysmsg *sysmsg, const struct lseek_args *uap) in sys_lseek()
3098 sys_stat(struct sysmsg *sysmsg, const struct stat_args *uap) in sys_stat()
5209 const struct extattr_set_file_args *uap) in sys_extattr_set_file()
5259 const struct extattr_get_file_args *uap) in sys_extattr_get_file()
[all …]
H A Dkern_acl.c150 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 Duipc_syscalls.c139 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()
833 sys_sendto(struct sysmsg *sysmsg, const struct sendto_args *uap) in sys_sendto()
874 sys_sendmsg(struct sysmsg *sysmsg, const struct sendmsg_args *uap) in sys_sendmsg()
1021 sys_recvfrom(struct sysmsg *sysmsg, const struct recvfrom_args *uap) in sys_recvfrom()
[all …]
H A Dsys_mqueue.c414 sys_mq_open(struct sysmsg *sysmsg, const struct mq_open_args *uap) in sys_mq_open()
614 sys_mq_close(struct sysmsg *sysmsg, const struct mq_close_args *uap) in sys_mq_close()
727 sys_mq_receive(struct sysmsg *sysmsg, const struct mq_receive_args *uap) in sys_mq_receive()
747 sys_mq_timedreceive(struct sysmsg *sysmsg, const struct mq_timedreceive_args *uap) in sys_mq_timedreceive()
915 sys_mq_send(struct sysmsg *sysmsg, const struct mq_send_args *uap) in sys_mq_send()
929 sys_mq_timedsend(struct sysmsg *sysmsg, const struct mq_timedsend_args *uap) in sys_mq_timedsend()
956 sys_mq_notify(struct sysmsg *sysmsg, const struct mq_notify_args *uap) in sys_mq_notify()
1004 sys_mq_getattr(struct sysmsg *sysmsg, const struct mq_getattr_args *uap) in sys_mq_getattr()
1028 sys_mq_setattr(struct sysmsg *sysmsg, const struct mq_setattr_args *uap) in sys_mq_setattr()
1077 sys_mq_unlink(struct sysmsg *sysmsg, const struct mq_unlink_args *uap) in sys_mq_unlink()
H A Dkern_time.c272 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 Dsys_generic.c120 sys_read(struct sysmsg *sysmsg, const struct read_args *uap) in sys_read()
150 sys_extpread(struct sysmsg *sysmsg, const struct extpread_args *uap) in sys_extpread()
185 sys_readv(struct sysmsg *sysmsg, const struct readv_args *uap) in sys_readv()
216 sys_extpreadv(struct sysmsg *sysmsg, const struct extpreadv_args *uap) in sys_extpreadv()
326 sys_write(struct sysmsg *sysmsg, const struct write_args *uap) in sys_write()
389 sys_writev(struct sysmsg *sysmsg, const struct writev_args *uap) in sys_writev()
534 sys_ioctl(struct sysmsg *sysmsg, const struct ioctl_args *uap) in sys_ioctl()
791 sys_select(struct sysmsg *sysmsg, const struct select_args *uap) in sys_select()
824 sys_pselect(struct sysmsg *sysmsg, const struct pselect_args *uap) in sys_pselect()
1224 sys_poll(struct sysmsg *sysmsg, const struct poll_args *uap) in sys_poll()
[all …]
H A Dkern_fork.c137 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 Dkern_usched.c184 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 Dsysv_shm.c223 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 Dkern_resource.c85 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 Dkern_module.c247 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 Dkern_sig.c390 sys_sigaction(struct sysmsg *sysmsg, const struct sigaction_args *uap) in sys_sigaction()
526 sys_sigprocmask(struct sysmsg *sysmsg, const struct sigprocmask_args *uap) in sys_sigprocmask()
563 sys_sigpending(struct sysmsg *sysmsg, const struct sigpending_args *uap) in sys_sigpending()
614 sys_sigsuspend(struct sysmsg *sysmsg, const struct sigsuspend_args *uap) in sys_sigsuspend()
667 sys_sigaltstack(struct sysmsg *sysmsg, const struct sigaltstack_args *uap) in sys_sigaltstack()
862 sys_kill(struct sysmsg *sysmsg, const struct kill_args *uap) in sys_kill()
871 sys_lwp_kill(struct sysmsg *sysmsg, const struct lwp_kill_args *uap) in sys_lwp_kill()
1860 sys_sigtimedwait(struct sysmsg *sysmsg, const struct sigtimedwait_args *uap) in sys_sigtimedwait()
1903 sys_sigwaitinfo(struct sysmsg *sysmsg, const struct sigwaitinfo_args *uap) in sys_sigwaitinfo()
H A Dkern_umtx.c110 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 Dsysv_msg.c203 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 Dkern_exit.c109 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 Dimgact_resident.c207 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()
/dragonfly/sys/vm/
H A Dvm_mmap.c92 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 Dvm_vmspace.c79 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 Dvm_unix.c67 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()
/dragonfly/lib/libc/isc/
H A Dev_timers.c60 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 Dev_streams.c63 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()
/dragonfly/sys/platform/vkernel64/x86_64/
H A Dtls.c67 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()
/dragonfly/sys/platform/pc64/x86_64/
H A Dtls.c71 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()

123