Searched defs:uap (Results 26 - 50 of 103) sorted by relevance

12345

/freebsd-10.1-release/sys/compat/freebsd32/
H A Dfreebsd32_ioctl.c69 freebsd32_ioctl_md(struct thread *td, struct freebsd32_ioctl_args *uap, argument
142 freebsd32_ioctl_ioc_toc_header(struct thread *td, struct freebsd32_ioctl_args *uap, struct file *fp) argument
161 freebsd32_ioctl_ioc_read_toc(struct thread *td, struct freebsd32_ioctl_args *uap, struct file *fp) argument
187 freebsd32_ioctl_fiodgname(struct thread *td, struct freebsd32_ioctl_args *uap, struct file *fp) argument
203 freebsd32_ioctl_memrange(struct thread *td, struct freebsd32_ioctl_args *uap, struct file *fp) argument
246 freebsd32_ioctl_pciocgetconf(struct thread *td, struct freebsd32_ioctl_args *uap, struct file *fp) argument
348 freebsd32_ioctl_sg(struct thread *td, struct freebsd32_ioctl_args *uap, struct file *fp) argument
413 freebsd32_ioctl(struct thread *td, struct freebsd32_ioctl_args *uap) argument
[all...]
/freebsd-10.1-release/sys/compat/svr4/
H A Dsvr4_fcntl.c531 struct svr4_sys_pread64_args *uap = v; local
575 struct svr4_sys_pwrite64_args *uap = v; local
[all...]
H A Dsvr4_ipc.c198 struct svr4_sys_semctl_args *uap = v; local
281 struct svr4_sys_semget_args *uap = v; local
303 struct svr4_sys_semop_args *uap = v; local
388 struct svr4_sys_msgsnd_args *uap = v; local
413 struct svr4_sys_msgrcv_args *uap = v; local
436 struct svr4_sys_msgget_args *uap = v; local
457 struct svr4_sys_msgctl_args *uap = v; local
558 struct svr4_sys_shmat_args *uap = v; local
578 struct svr4_sys_shmdt_args *uap = v; local
598 struct svr4_sys_shmget_args *uap = v; local
620 struct svr4_sys_shmctl_args *uap = v; local
[all...]
/freebsd-10.1-release/sys/dev/filemon/
H A Dfilemon_wrapper.c127 filemon_wrapper_chdir(struct thread *td, struct chdir_args *uap) argument
163 filemon_wrapper_execve(struct thread *td, struct execve_args *uap) argument
238 filemon_wrapper_fork(struct thread *td, struct fork_args *uap) argument
200 filemon_wrapper_freebsd32_execve(struct thread *td, struct freebsd32_execve_args *uap) argument
270 filemon_wrapper_open(struct thread *td, struct open_args *uap) argument
319 filemon_wrapper_rename(struct thread *td, struct rename_args *uap) argument
357 filemon_wrapper_link(struct thread *td, struct link_args *uap) argument
395 filemon_wrapper_symlink(struct thread *td, struct symlink_args *uap) argument
434 filemon_wrapper_linkat(struct thread *td, struct linkat_args *uap) argument
473 filemon_wrapper_stat(struct thread *td, struct stat_args *uap) argument
510 filemon_wrapper_freebsd32_stat(struct thread *td, struct freebsd32_stat_args *uap) argument
548 filemon_wrapper_sys_exit(struct thread *td, struct sys_exit_args *uap) argument
591 filemon_wrapper_unlink(struct thread *td, struct unlink_args *uap) argument
627 filemon_wrapper_vfork(struct thread *td, struct vfork_args *uap) argument
[all...]
/freebsd-10.1-release/sys/kern/
H A Dkern_acct.c197 sys_acct(struct thread *td, struct acct_args *uap) argument
H A Dkern_exit.c150 sys_sys_exit(struct thread *td, struct sys_exit_args *uap) argument
630 sys_abort2(struct thread *td, struct abort2_args *uap) argument
718 sys_wait4(struct thread *td, struct wait4_args *uap) argument
736 sys_wait6(struct thread *td, struct wait6_args *uap) argument
[all...]
H A Dkern_ffclock.c383 sys_ffclock_getcounter(struct thread *td, struct ffclock_getcounter_args *uap) argument
412 sys_ffclock_setestimate(struct thread *td, struct ffclock_setestimate_args *uap) argument
444 sys_ffclock_getestimate(struct thread *td, struct ffclock_getestimate_args *uap) argument
459 sys_ffclock_getcounter(struct thread *td, struct ffclock_getcounter_args *uap) argument
466 sys_ffclock_setestimate(struct thread *td, struct ffclock_setestimate_args *uap) argument
473 sys_ffclock_getestimate(struct thread *td, struct ffclock_getestimate_args *uap) argument
H A Dkern_fork.c103 sys_fork(struct thread *td, struct fork_args *uap) argument
146 sys_vfork(struct thread *td, struct vfork_args *uap) argument
161 sys_rfork(struct thread *td, struct rfork_args *uap) argument
[all...]
H A Dkern_module.c313 sys_modnext(struct thread *td, struct modnext_args *uap) argument
344 sys_modfnext(struct thread *td, struct modfnext_args *uap) argument
374 sys_modstat(struct thread *td, struct modstat_args *uap) argument
427 sys_modfind(struct thread *td, struct modfind_args *uap) argument
471 freebsd32_modstat(struct thread *td, struct freebsd32_modstat_args *uap) argument
[all...]
H A Dkern_synch.c623 sys_yield(struct thread *td, struct yield_args *uap) argument
H A Dkern_thr.c101 sys_thr_create(struct thread *td, struct thr_create_args *uap) argument
116 sys_thr_new(struct thread *td, struct thr_new_args *uap) argument
291 sys_thr_self(struct thread *td, struct thr_self_args *uap) argument
303 sys_thr_exit(struct thread *td, struct thr_exit_args *uap) argument
340 sys_thr_kill(struct thread *td, struct thr_kill_args *uap) argument
387 sys_thr_kill2(struct thread *td, struct thr_kill2_args *uap) argument
444 sys_thr_suspend(struct thread *td, struct thr_suspend_args *uap) argument
506 sys_thr_wake(struct thread *td, struct thr_wake_args *uap) argument
530 sys_thr_set_name(struct thread *td, struct thr_set_name_args *uap) argument
[all...]
H A Dkern_uuid.c177 sys_uuidgen(struct thread *td, struct uuidgen_args *uap) argument
H A Dsubr_prof.c407 sys_profil(struct thread *td, struct profil_args *uap) argument
H A Dsys_capability.c94 sys_cap_enter(struct thread *td, struct cap_enter_args *uap) argument
118 sys_cap_getmode(struct thread *td, struct cap_getmode_args *uap) argument
129 sys_cap_enter(struct thread *td, struct cap_enter_args *uap) argument
136 sys_cap_getmode(struct thread *td, struct cap_getmode_args *uap) argument
221 sys_cap_rights_limit(struct thread *td, struct cap_rights_limit_args *uap) argument
286 sys___cap_rights_get(struct thread *td, struct __cap_rights_get_args *uap) argument
421 sys_cap_ioctls_limit(struct thread *td, struct cap_ioctls_limit_args *uap) argument
447 sys_cap_ioctls_get(struct thread *td, struct cap_ioctls_get_args *uap) argument
522 sys_cap_fcntls_limit(struct thread *td, struct cap_fcntls_limit_args *uap) argument
557 sys_cap_fcntls_get(struct thread *td, struct cap_fcntls_get_args *uap) argument
587 sys_cap_rights_limit(struct thread *td, struct cap_rights_limit_args *uap) argument
594 sys___cap_rights_get(struct thread *td, struct __cap_rights_get_args *uap) argument
601 sys_cap_ioctls_limit(struct thread *td, struct cap_ioctls_limit_args *uap) argument
608 sys_cap_ioctls_get(struct thread *td, struct cap_ioctls_get_args *uap) argument
615 sys_cap_fcntls_limit(struct thread *td, struct cap_fcntls_limit_args *uap) argument
622 sys_cap_fcntls_get(struct thread *td, struct cap_fcntls_get_args *uap) argument
[all...]
H A Dsys_procdesc.c210 sys_pdgetpid(struct thread *td, struct pdgetpid_args *uap) argument
529 sys_pdgetpid(struct thread *td, struct pdgetpid_args *uap) argument
H A Dvfs_acl.c327 sys___acl_get_file(struct thread *td, struct __acl_get_file_args *uap) argument
345 sys___acl_get_link(struct thread *td, struct __acl_get_link_args *uap) argument
363 sys___acl_set_file(struct thread *td, struct __acl_set_file_args *uap) argument
381 sys___acl_set_link(struct thread *td, struct __acl_set_link_args *uap) argument
399 sys___acl_get_fd(struct thread *td, struct __acl_get_fd_args *uap) argument
418 sys___acl_set_fd(struct thread *td, struct __acl_set_fd_args *uap) argument
437 sys___acl_delete_file(struct thread *td, struct __acl_delete_file_args *uap) argument
455 sys___acl_delete_link(struct thread *td, struct __acl_delete_link_args *uap) argument
473 sys___acl_delete_fd(struct thread *td, struct __acl_delete_fd_args *uap) argument
492 sys___acl_aclcheck_file(struct thread *td, struct __acl_aclcheck_file_args *uap) argument
510 sys___acl_aclcheck_link(struct thread *td, struct __acl_aclcheck_link_args *uap) argument
528 sys___acl_aclcheck_fd(struct thread *td, struct __acl_aclcheck_fd_args *uap) argument
[all...]
H A Dinit_main.c696 char *ucp, **uap, *arg0, *arg1; local
/freebsd-10.1-release/sys/kgssapi/
H A Dgss_impl.c92 sys_gssd_syscall(struct thread *td, struct gssd_syscall_args *uap) argument
/freebsd-10.1-release/sys/mips/mips/
H A Dfreebsd32_machdep.c252 freebsd32_sigreturn(struct thread *td, struct freebsd32_sigreturn_args *uap) argument
286 freebsd32_getcontext(struct thread *td, struct freebsd32_getcontext_args *uap) argument
304 freebsd32_setcontext(struct thread *td, struct freebsd32_setcontext_args *uap) argument
325 freebsd32_swapcontext(struct thread *td, struct freebsd32_swapcontext_args *uap) argument
473 freebsd32_sysarch(struct thread *td, struct freebsd32_sysarch_args *uap) argument
[all...]
H A Dpm_machdep.c216 sys_sigreturn(struct thread *td, struct sigreturn_args *uap) argument
/freebsd-10.1-release/sys/nfsserver/
H A Dnfs_srvkrpc.c166 nfssvc_nfsserver(struct thread *td, struct nfssvc_args *uap) argument
/freebsd-10.1-release/sys/amd64/amd64/
H A Dsys_machdep.c99 sysarch_ldt(struct thread *td, struct sysarch_args *uap, int uap_space) argument
[all...]
/freebsd-10.1-release/lib/libc/isc/
H A Dev_timers.c65 void * uap; member in struct:__anon5597
182 evSetTimer(evContext opaqueCtx, evTimerFunc func, void *uap, struct timespec due, struct timespec inter, evTimerID *opaqueID ) argument
299 evResetTimer(evContext opaqueCtx, evTimerID id, evTimerFunc func, void *uap, struct timespec due, struct timespec inter ) argument
359 evSetIdleTimer(evContext opaqueCtx, evTimerFunc func, void *uap, struct timespec max_idle, evTimerID *opaqueID ) argument
397 evResetIdleTimer(evContext opaqueCtx, evTimerID opaqueID, evTimerFunc func, void *uap, struct timespec max_idle ) argument
464 free_timer(void *what, void *uap) argument
473 print_timer(void *what, void *uap) argument
486 idle_timeout(evContext opaqueCtx, void *uap, struct timespec due, struct timespec inter ) argument
[all...]
/freebsd-10.1-release/sys/fs/nfs/
H A Dnfs_commonport.c434 nfssvc_nfscommon(struct thread *td, struct nfssvc_args *uap) argument
444 nfssvc_call(struct thread *p, struct nfssvc_args *uap, struct ucred *cred) argument
[all...]
/freebsd-10.1-release/sys/i386/ibcs2/
H A Dibcs2_ipc.c116 struct ibcs2_msgget_args *uap = v; local
134 struct ibcs2_msgctl_args *uap = v; local
171 struct ibcs2_msgrcv_args *uap = v; local
193 struct ibcs2_msgsnd_args *uap = v; local
316 struct ibcs2_semctl_args *uap = v; local
360 struct ibcs2_semget_args *uap = v; local
379 struct ibcs2_semop_args *uap = v; local
456 struct ibcs2_shmat_args *uap = v; local
475 struct ibcs2_shmctl_args *uap = v; local
513 struct ibcs2_shmdt_args *uap = v; local
530 struct ibcs2_shmget_args *uap = v; local
[all...]

Completed in 129 milliseconds

12345