| /freebsd-src/sys/security/audit/ |
| H A D | audit_syscalls.c | 68 sys_audit(struct thread *td, struct audit_args *uap) in sys_audit() 161 sys_auditon(struct thread *td, struct auditon_args *uap) in sys_auditon() 591 sys_getauid(struct thread *td, struct getauid_args *uap) in sys_getauid() 606 sys_setauid(struct thread *td, struct setauid_args *uap) in sys_setauid() 646 sys_getaudit(struct thread *td, struct getaudit_args *uap) in sys_getaudit() 671 sys_setaudit(struct thread *td, struct setaudit_args *uap) in sys_setaudit() 714 sys_getaudit_addr(struct thread *td, struct getaudit_addr_args *uap) in sys_getaudit_addr() 731 sys_setaudit_addr(struct thread *td, struct setaudit_addr_args *uap) in sys_setaudit_addr() 774 sys_auditctl(struct thread *td, struct auditctl_args *uap) in sys_auditctl() 841 sys_audit(struct thread *td, struct audit_args *uap) in sys_audit() [all …]
|
| /freebsd-src/sys/powerpc/powerpc/ |
| H A D | exec_machdep.c | 155 struct thread *td; in sendsig() local 336 sys_sigreturn(struct thread *td, struct sigreturn_args *uap) in sys_sigreturn() 369 freebsd4_sigreturn(struct thread *td, struct freebsd4_sigreturn_args *uap) in freebsd4_sigreturn() 396 grab_mcontext(struct thread *td, mcontext_t *mcp, int flags) in grab_mcontext() 464 get_mcontext(struct thread *td, mcontext_t *mcp, int flags) in get_mcontext() 479 set_mcontext(struct thread *td, mcontext_t *mcp) in set_mcontext() 567 cleanup_power_extras(struct thread *td) in cleanup_power_extras() 596 cpu_save_thread_regs(struct thread *td) in cpu_save_thread_regs() 657 exec_setregs(struct thread *td, struct image_params *imgp, uintptr_t stack) in exec_setregs() 703 ppc32_setregs(struct thread *td, struct image_params *imgp, uintptr_t stack) in ppc32_setregs() [all …]
|
| /freebsd-src/sys/kern/ |
| H A D | sched_4bsd.c | 117 #define THREAD_CAN_SCHED(td, cpu) \ argument 303 maybe_resched(struct thread *td) in maybe_resched() argument 318 maybe_preempt(struct thread * td) maybe_preempt() argument 464 struct thread *td; schedcpu() local 577 updatepri(struct thread * td) updatepri() argument 602 resetpriority(struct thread * td) resetpriority() argument 621 resetpriority_thread(struct thread * td) resetpriority_thread() argument 723 sched_clock_tick(struct thread * td) sched_clock_tick() argument 768 sched_clock(struct thread * td,int cnt) sched_clock() argument 779 sched_exit(struct proc * p,struct thread * td) sched_exit() argument 790 sched_exit_thread(struct thread * td,struct thread * child) sched_exit_thread() argument 806 sched_fork(struct thread * td,struct thread * childtd) sched_fork() argument 812 sched_fork_thread(struct thread * td,struct thread * childtd) sched_fork_thread() argument 833 struct thread *td; sched_nice() local 846 sched_class(struct thread * td,int class) sched_class() argument 856 sched_priority(struct thread * td,u_char prio) sched_priority() argument 885 sched_lend_prio(struct thread * td,u_char prio) sched_lend_prio() argument 901 sched_unlend_prio(struct thread * td,u_char prio) sched_unlend_prio() argument 918 sched_prio(struct thread * td,u_char prio) sched_prio() argument 945 sched_ithread_prio(struct thread * td,u_char prio) sched_ithread_prio() argument 954 sched_user_prio(struct thread * td,u_char prio) sched_user_prio() argument 965 sched_lend_user_prio(struct thread * td,u_char prio) sched_lend_user_prio() argument 981 sched_lend_user_prio_cond(struct thread * td,u_char prio) sched_lend_user_prio_cond() argument 993 sched_sleep(struct thread * td,int pri) sched_sleep() argument 1006 sched_switch(struct thread * td,int flags) sched_switch() argument 1134 sched_wakeup(struct thread * td,int srqflags) sched_wakeup() argument 1285 sched_pickcpu(struct thread * td) sched_pickcpu() argument 1311 sched_add(struct thread * td,int flags) sched_add() argument 1459 sched_rem(struct thread * td) sched_rem() argument 1491 struct thread *td; sched_choose() local 1534 sched_preempt(struct thread * td) sched_preempt() argument 1551 sched_userret_slowpath(struct thread * td) sched_userret_slowpath() argument 1561 sched_bind(struct thread * td,int cpu) sched_bind() argument 1582 sched_unbind(struct thread * td) sched_unbind() argument 1590 sched_is_bound(struct thread * td) sched_is_bound() argument 1597 sched_relinquish(struct thread * td) sched_relinquish() argument 1622 sched_pctcpu(struct thread * td) sched_pctcpu() argument 1637 sched_pctcpu_delta(struct thread * td) sched_pctcpu_delta() argument 1666 sched_estcpu(struct thread * td) sched_estcpu() argument 1696 sched_throw_tail(struct thread * td) sched_throw_tail() argument 1732 sched_throw(struct thread * td) sched_throw() argument 1746 sched_fork_exit(struct thread * td) sched_fork_exit() argument 1765 sched_tdname(struct thread * td) sched_tdname() argument 1782 sched_clear_tdname(struct thread * td) sched_clear_tdname() argument 1792 sched_affinity(struct thread * td) sched_affinity() argument [all...] |
| H A D | uipc_syscalls.c | 88 getsock_cap(struct thread *td, int fd, cap_rights_t *rightsp, in getsock_cap() argument 108 getsock(struct thread *td, int fd, cap_rights_t *rightsp, struct file **fpp) in getsock() argument 132 sys_socket(struct thread *td, struc argument 139 kern_socket(struct thread * td,int domain,int type,int protocol) kern_socket() argument 181 sys_bind(struct thread * td,struct bind_args * uap) sys_bind() argument 195 kern_bindat(struct thread * td,int dirfd,int fd,struct sockaddr * sa) kern_bindat() argument 236 sys_bindat(struct thread * td,struct bindat_args * uap) sys_bindat() argument 250 sys_listen(struct thread * td,struct listen_args * uap) sys_listen() argument 257 kern_listen(struct thread * td,int s,int backlog) kern_listen() argument 281 accept1(struct thread * td,int s,struct sockaddr * uname,socklen_t * anamelen,int flags) accept1() argument 321 kern_accept(struct thread * td,int s,struct sockaddr * sa,struct file ** fp) kern_accept() argument 327 kern_accept4(struct thread * td,int s,struct sockaddr * sa,int flags,struct file ** fp) kern_accept4() argument 427 sys_accept(struct thread * td,struct accept_args * uap) sys_accept() argument 434 sys_accept4(struct thread * td,struct accept4_args * uap) sys_accept4() argument 445 oaccept(struct thread * td,struct oaccept_args * uap) oaccept() argument 454 sys_connect(struct thread * td,struct connect_args * uap) sys_connect() argument 468 kern_connectat(struct thread * td,int dirfd,int fd,struct sockaddr * sa) kern_connectat() argument 530 sys_connectat(struct thread * td,struct connectat_args * uap) sys_connectat() argument 544 kern_socketpair(struct thread * td,int domain,int type,int protocol,int * rsv) kern_socketpair() argument 634 sys_socketpair(struct thread * td,struct socketpair_args * uap) sys_socketpair() argument 651 sendit(struct thread * td,int s,struct msghdr * mp,int flags) sendit() argument 714 kern_sendit(struct thread * td,int s,struct msghdr * mp,int flags,struct mbuf * control,enum uio_seg segflg) kern_sendit() argument 797 sys_sendto(struct thread * td,struct sendto_args * uap) sys_sendto() argument 818 osend(struct thread * td,struct osend_args * uap) osend() argument 835 osendmsg(struct thread * td,struct osendmsg_args * uap) osendmsg() argument 856 sys_sendmsg(struct thread * td,struct sendmsg_args * uap) sys_sendmsg() argument 879 kern_recvit(struct thread * td,int s,struct msghdr * mp,enum uio_seg fromseg,struct mbuf ** controlp) kern_recvit() argument 1034 recvit(struct thread * td,int s,struct msghdr * mp,void * namelenp) recvit() argument 1053 kern_recvfrom(struct thread * td,int s,void * buf,size_t len,int flags,struct sockaddr * from,socklen_t * fromlenaddr) kern_recvfrom() argument 1081 sys_recvfrom(struct thread * td,struct recvfrom_args * uap) sys_recvfrom() argument 1090 orecvfrom(struct thread * td,struct orecvfrom_args * uap) orecvfrom() argument 1099 orecv(struct thread * td,struct orecv_args * uap) orecv() argument 1121 orecvmsg(struct thread * td,struct orecvmsg_args * uap) orecvmsg() argument 1145 sys_recvmsg(struct thread * td,struct recvmsg_args * uap) sys_recvmsg() argument 1174 sys_shutdown(struct thread * td,struct shutdown_args * uap) sys_shutdown() argument 1181 kern_shutdown(struct thread * td,int s,int how) kern_shutdown() argument 1210 sys_setsockopt(struct thread * td,struct setsockopt_args * uap) sys_setsockopt() argument 1218 kern_setsockopt(struct thread * td,int s,int level,int name,const void * val,enum uio_seg valseg,socklen_t valsize) kern_setsockopt() argument 1261 sys_getsockopt(struct thread * td,struct getsockopt_args * uap) sys_getsockopt() argument 1285 kern_getsockopt(struct thread * td,int s,int level,int name,void * val,enum uio_seg valseg,socklen_t * valsize) kern_getsockopt() argument 1328 user_getsockname(struct thread * td,int fdes,struct sockaddr * asa,socklen_t * alen,bool compat) user_getsockname() argument 1357 kern_getsockname(struct thread * td,int fd,struct sockaddr * sa) kern_getsockname() argument 1378 sys_getsockname(struct thread * td,struct getsockname_args * uap) sys_getsockname() argument 1385 ogetsockname(struct thread * td,struct ogetsockname_args * uap) ogetsockname() argument 1392 user_getpeername(struct thread * td,int fdes,struct sockaddr * asa,socklen_t * alen,bool compat) user_getpeername() argument 1421 kern_getpeername(struct thread * td,int fd,struct sockaddr * sa) kern_getpeername() argument 1447 sys_getpeername(struct thread * td,struct getpeername_args * uap) sys_getpeername() argument 1454 ogetpeername(struct thread * td,struct ogetpeername_args * uap) ogetpeername() argument 1534 struct thread *td; m_dispose_extcontrolm() local [all...] |
| H A D | kern_thread.c | 306 tidbatch_add(struct tidbatch *tb, struct thread *td) in tidbatch_add() argument 384 struct thread *td; in thread_ctor() local 414 struct thread *td; thread_dtor() local 456 struct thread *td; thread_init() local 477 struct thread *td; thread_fini() local 497 proc_linkup0(struct proc * p,struct thread * td) proc_linkup0() argument 504 proc_linkup(struct proc * p,struct thread * td) proc_linkup() argument 519 ast_suspend(struct thread * td,int tda __unused) ast_suspend() argument 599 thread_zombie(struct thread * td) thread_zombie() argument 619 thread_stash(struct thread * td) thread_stash() argument 783 struct thread *td; thread_alloc() local 809 thread_recycle(struct thread * td,int pages) thread_recycle() argument 827 thread_free_batched(struct thread * td) thread_free_batched() argument 847 thread_free(struct thread * td) thread_free() argument 870 thread_cow_get(struct thread * newtd,struct thread * td) thread_cow_get() argument 881 thread_cow_free(struct thread * td) thread_cow_free() argument 891 thread_cow_update(struct thread * td) thread_cow_update() argument 910 thread_cow_synced(struct thread * td) thread_cow_synced() argument 935 struct thread *td; thread_exit() local 1047 struct thread *td; thread_wait() local 1071 thread_link(struct thread * td,struct proc * p) thread_link() argument 1100 thread_unlink(struct thread * td) thread_unlink() argument 1225 struct thread *td; thread_single() local 1368 struct thread *td; thread_suspend_check_needed() local 1413 struct thread *td; thread_suspend_check() local 1522 thread_check_susp(struct thread * td,bool sleep) thread_check_susp() argument 1546 thread_suspend_switch(struct thread * td,struct proc * p) thread_suspend_switch() argument 1574 thread_suspend_one(struct thread * td) thread_suspend_one() argument 1589 thread_unsuspend_one(struct thread * td,struct proc * p,bool boundary) thread_unsuspend_one() argument 1608 thread_run_flash(struct thread * td) thread_run_flash() argument 1638 struct thread *td; thread_unsuspend() local 1676 struct thread *td; thread_single_end() local 1737 struct thread *td; tdfind_hash() local 1779 struct thread *td; tdfind() local 1810 tidhash_add(struct thread * td) tidhash_add() argument 1818 tidhash_remove(struct thread * td) tidhash_remove() argument [all...] |
| H A D | vfs_acl.c | 224 vacl_set_acl(struct thread *td, struct vnode *vp, acl_type_t type, in vacl_set_acl() argument 262 vacl_get_acl(struct thread * td,struct vnode * vp,acl_type_t type,struct acl * aclp) vacl_get_acl() argument 294 vacl_delete(struct thread * td,struct vnode * vp,acl_type_t type) vacl_delete() argument 325 vacl_aclcheck(struct thread * td,struct vnode * vp,acl_type_t type,const struct acl * aclp) vacl_aclcheck() argument 351 sys___acl_get_file(struct thread * td,struct __acl_get_file_args * uap) sys___acl_get_file() argument 362 sys___acl_get_link(struct thread * td,struct __acl_get_link_args * uap) sys___acl_get_link() argument 370 kern___acl_get_path(struct thread * td,const char * path,acl_type_t type,struct acl * aclp,int follow) kern___acl_get_path() argument 390 sys___acl_set_file(struct thread * td,struct __acl_set_file_args * uap) sys___acl_set_file() argument 401 sys___acl_set_link(struct thread * td,struct __acl_set_link_args * uap) sys___acl_set_link() argument 409 kern___acl_set_path(struct thread * td,const char * path,acl_type_t type,const struct acl * aclp,int follow) kern___acl_set_path() argument 429 sys___acl_get_fd(struct thread * td,struct __acl_get_fd_args * uap) sys___acl_get_fd() argument 449 sys___acl_set_fd(struct thread * td,struct __acl_set_fd_args * uap) sys___acl_set_fd() argument 469 sys___acl_delete_file(struct thread * td,struct __acl_delete_file_args * uap) sys___acl_delete_file() argument 479 sys___acl_delete_link(struct thread * td,struct __acl_delete_link_args * uap) sys___acl_delete_link() argument 486 kern___acl_delete_path(struct thread * td,const char * path,acl_type_t type,int follow) kern___acl_delete_path() argument 506 sys___acl_delete_fd(struct thread * td,struct __acl_delete_fd_args * uap) sys___acl_delete_fd() argument 526 sys___acl_aclcheck_file(struct thread * td,struct __acl_aclcheck_file_args * uap) sys___acl_aclcheck_file() argument 537 sys___acl_aclcheck_link(struct thread * td,struct __acl_aclcheck_link_args * uap) sys___acl_aclcheck_link() argument 544 kern___acl_aclcheck_path(struct thread * td,const char * path,acl_type_t type,struct acl * aclp,int follow) kern___acl_aclcheck_path() argument 563 sys___acl_aclcheck_fd(struct thread * td,struct __acl_aclcheck_fd_args * uap) sys___acl_aclcheck_fd() argument [all...] |
| H A D | kern_thr.c | 103 thr_create_initthr(struct thread *td, void *thunk) in thr_create_initthr() 116 sys_thr_create(struct thread *td, struct thr_create_args *uap) in sys_thr_create() 129 sys_thr_new(struct thread *td, struct thr_new_args *uap) in sys_thr_new() 144 thr_new_initthr(struct thread *td, void *thunk) in thr_new_initthr() 176 kern_thr_new(struct thread *td, struct thr_param *param) in kern_thr_new() 192 thread_create(struct thread *td, struct rtprio *rtp, in thread_create() 297 sys_thr_self(struct thread *td, struct thr_self_args *uap) in sys_thr_self() 309 sys_thr_exit(struct thread *td, struct thr_exit_args *uap) in sys_thr_exit() 325 kern_thr_exit(struct thread *td) in kern_thr_exit() 388 sys_thr_kill(struct thread *td, struct thr_kill_args *uap) in sys_thr_kill() [all …]
|
| H A D | subr_trap.c | 86 userret(struct thread *td, struct trapframe *frame) in userret() 197 ast_prep(struct thread *td, int tda __unused) in ast_prep() 257 ast_sched_locked(struct thread *td, int tda) in ast_sched_locked() 266 ast_unsched_locked(struct thread *td, int tda) in ast_unsched_locked() 275 ast_sched(struct thread *td, int tda) in ast_sched() 283 ast_sched_mask(struct thread *td, int ast) in ast_sched_mask() 291 ast_handler_calc_tdp_run(struct thread *td, const struct ast_entry *ae) in ast_handler_calc_tdp_run() 301 ast_handler(struct thread *td, struct trapframe *framep, bool dtor) in ast_handler() 372 struct thread *td; in ast() local 380 ast_kclear(struct thread *td) in ast_kclear()
|
| H A D | kern_procctl.c | 55 protect_setchild(struct thread *td, struct proc *p, int flags) in protect_setchild() argument 73 protect_setchildren(struct thread *td, struct proc *top, int flags) in protect_setchildren() argument 107 protect_set(struct thread *td, struct proc *p, void *data) in protect_set() argument 137 reap_acquire(struct thread *td, struct proc *p, void *data __unused) in reap_acquire() argument 154 reap_release(struct thread * td,struct proc * p,void * data __unused) reap_release() argument 169 reap_status(struct thread * td,struct proc * p,void * data) reap_status() argument 204 reap_getpids(struct thread * td,struct proc * p,void * data) reap_getpids() argument 355 reap_kill_children(struct thread * td,struct proc * reaper,struct procctl_reaper_kill * rk,ksiginfo_t * ksi,int * error) reap_kill_children() argument 385 reap_kill_subtree_once(struct thread * td,struct proc * p,struct proc * reaper,struct unrhdr * pids,struct reap_kill_proc_work * w) reap_kill_subtree_once() argument 490 reap_kill_subtree(struct thread * td,struct proc * p,struct proc * reaper,struct reap_kill_proc_work * w) reap_kill_subtree() argument 538 reap_kill(struct thread * td,struct proc * p,void * data) reap_kill() argument 594 trace_ctl(struct thread * td,struct proc * p,void * data) trace_ctl() argument 636 trace_status(struct thread * td,struct proc * p,void * data) trace_status() argument 654 trapcap_ctl(struct thread * td,struct proc * p,void * data) trapcap_ctl() argument 675 trapcap_status(struct thread * td,struct proc * p,void * data) trapcap_status() argument 686 no_new_privs_ctl(struct thread * td,struct proc * p,void * data) no_new_privs_ctl() argument 700 no_new_privs_status(struct thread * td,struct proc * p,void * data) no_new_privs_status() argument 709 protmax_ctl(struct thread * td,struct proc * p,void * data) protmax_ctl() argument 735 protmax_status(struct thread * td,struct proc * p,void * data) protmax_status() argument 757 aslr_ctl(struct thread * td,struct proc * p,void * data) aslr_ctl() argument 783 aslr_status(struct thread * td,struct proc * p,void * data) aslr_status() argument 816 stackgap_ctl(struct thread * td,struct proc * p,void * data) stackgap_ctl() argument 856 stackgap_status(struct thread * td,struct proc * p,void * data) stackgap_status() argument 871 wxmap_ctl(struct thread * td,struct proc * p,void * data) wxmap_ctl() argument 909 wxmap_status(struct thread * td,struct proc * p,void * data) wxmap_status() argument 938 pdeathsig_ctl(struct thread * td,struct proc * p,void * data) pdeathsig_ctl() argument 950 pdeathsig_status(struct thread * td,struct proc * p,void * data) pdeathsig_status() argument 1116 sys_procctl(struct thread * td,struct procctl_args * uap) sys_procctl() argument 1155 kern_procctl_single(struct thread * td,struct proc * p,int com,void * data) kern_procctl_single() argument 1163 kern_procctl(struct thread * td,idtype_t idtype,id_t id,int com,void * data) kern_procctl() argument [all...] |
| /freebsd-src/sys/amd64/amd64/ |
| H A D | vm_machdep.c | 86 set_top_of_stack_td(struct thread *td) in set_top_of_stack_td() argument 93 get_pcb_user_save_td(struct thread *td) in get_pcb_user_save_td() argument 103 get_pcb_td(struct thread * td) get_pcb_td() argument 112 struct thread *td; get_pcb_user_save_pcb() local 303 x86_set_fork_retval(struct thread * td) x86_set_fork_retval() argument 319 cpu_fork_kthread_handler(struct thread * td,void (* func)(void *),void * arg) cpu_fork_kthread_handler() argument 330 cpu_exit(struct thread * td) cpu_exit() argument 341 cpu_thread_exit(struct thread * td) cpu_thread_exit() argument 360 cpu_thread_clean(struct thread * td) cpu_thread_clean() argument 378 cpu_thread_swapin(struct thread * td) cpu_thread_swapin() argument 383 cpu_thread_swapout(struct thread * td) cpu_thread_swapout() argument 388 cpu_thread_alloc(struct thread * td) cpu_thread_alloc() argument 406 cpu_thread_free(struct thread * td) cpu_thread_free() argument 487 cpu_procctl(struct thread * td,int idtype,id_t id,int com,void * data) cpu_procctl() argument 554 cpu_set_syscall_retval(struct thread * td,int error) cpu_set_syscall_retval() argument 603 cpu_copy_thread(struct thread * td,struct thread * td0) cpu_copy_thread() argument 615 cpu_set_upcall(struct thread * td,void (* entry)(void *),void * arg,stack_t * stack) cpu_set_upcall() argument 678 cpu_set_user_tls(struct thread * td,void * tls_base) cpu_set_user_tls() argument [all...] |
| /freebsd-src/sys/compat/linux/ |
| H A D | linux_file.c | 99 linux_creat(struct thread *td, struct linux_creat_args *args) in linux_creat() argument 156 linux_common_open(struct thread *td, int dirfd, const char *path, int l_flags, in linux_common_open() argument 207 linux_openat(struct thread * td,struct linux_openat_args * args) linux_openat() argument 218 linux_open(struct thread * td,struct linux_open_args * args) linux_open() argument 227 linux_name_to_handle_at(struct thread * td,struct linux_name_to_handle_at_args * args) linux_name_to_handle_at() argument 294 linux_open_by_handle_at(struct thread * td,struct linux_open_by_handle_at_args * args) linux_open_by_handle_at() argument 313 linux_lseek(struct thread * td,struct linux_lseek_args * args) linux_lseek() argument 321 linux_llseek(struct thread * td,struct linux_llseek_args * args) linux_llseek() argument 354 linux_getdents_error(struct thread * td,int fd,int err) linux_getdents_error() argument 401 linux_getdents(struct thread * td,struct linux_getdents_args * args) linux_getdents() argument 478 linux_getdents64(struct thread * td,struct linux_getdents64_args * args) linux_getdents64() argument 551 linux_readdir(struct thread * td,struct linux_readdir_args * args) linux_readdir() argument 600 linux_access(struct thread * td,struct linux_access_args * args) linux_access() argument 613 linux_do_accessat(struct thread * td,int ldfd,const char * filename,int amode,int flags) linux_do_accessat() argument 627 linux_faccessat(struct thread * td,struct linux_faccessat_args * args) linux_faccessat() argument 635 linux_faccessat2(struct thread * td,struct linux_faccessat2_args * args) linux_faccessat2() argument 657 linux_unlink(struct thread * td,struct linux_unlink_args * args) linux_unlink() argument 678 linux_unlinkat_impl(struct thread * td,enum uio_seg pathseg,const char * path,int dfd,struct linux_unlinkat_args * args) linux_unlinkat_impl() argument 698 linux_unlinkat(struct thread * td,struct linux_unlinkat_args * args) linux_unlinkat() argument 710 linux_chdir(struct thread * td,struct linux_chdir_args * args) linux_chdir() argument 718 linux_chmod(struct thread * td,struct linux_chmod_args * args) linux_chmod() argument 727 linux_fchmodat(struct thread * td,struct linux_fchmodat_args * args) linux_fchmodat() argument 738 linux_mkdir(struct thread * td,struct linux_mkdir_args * args) linux_mkdir() argument 746 linux_mkdirat(struct thread * td,struct linux_mkdirat_args * args) linux_mkdirat() argument 756 linux_rmdir(struct thread * td,struct linux_rmdir_args * args) linux_rmdir() argument 764 linux_rename(struct thread * td,struct linux_rename_args * args) linux_rename() argument 773 linux_renameat(struct thread * td,struct linux_renameat_args * args) linux_renameat() argument 787 linux_renameat2(struct thread * td,struct linux_renameat2_args * args) linux_renameat2() argument 820 linux_symlink(struct thread * td,struct linux_symlink_args * args) linux_symlink() argument 829 linux_symlinkat(struct thread * td,struct linux_symlinkat_args * args) linux_symlinkat() argument 840 linux_readlink(struct thread * td,struct linux_readlink_args * args) linux_readlink() argument 852 linux_readlinkat(struct thread * td,struct linux_readlinkat_args * args) linux_readlinkat() argument 865 linux_truncate(struct thread * td,struct linux_truncate_args * args) linux_truncate() argument 873 linux_truncate64(struct thread * td,struct linux_truncate64_args * args) linux_truncate64() argument 888 linux_ftruncate(struct thread * td,struct linux_ftruncate_args * args) linux_ftruncate() argument 896 linux_ftruncate64(struct thread * td,struct linux_ftruncate64_args * args) linux_ftruncate64() argument 912 linux_link(struct thread * td,struct linux_link_args * args) linux_link() argument 921 linux_linkat(struct thread * td,struct linux_linkat_args * args) linux_linkat() argument 939 linux_fdatasync(struct thread * td,struct linux_fdatasync_args * uap) linux_fdatasync() argument 946 linux_sync_file_range(struct thread * td,struct linux_sync_file_range_args * uap) linux_sync_file_range() argument 969 linux_pread(struct thread * td,struct linux_pread_args * uap) linux_pread() argument 995 linux_pwrite(struct thread * td,struct linux_pwrite_args * uap) linux_pwrite() argument 1019 linux_preadv(struct thread * td,struct linux_preadv_args * uap) linux_preadv() argument 1046 linux_pwritev(struct thread * td,struct linux_pwritev_args * uap) linux_pwritev() argument 1073 linux_mount(struct thread * td,struct linux_mount_args * args) linux_mount() argument 1159 linux_oldumount(struct thread * td,struct linux_oldumount_args * args) linux_oldumount() argument 1168 linux_umount(struct thread * td,struct linux_umount_args * args) linux_umount() argument 1305 fcntl_common(struct thread * td,struct linux_fcntl_args * args) fcntl_common() argument 1463 linux_fcntl(struct thread * td,struct linux_fcntl_args * args) linux_fcntl() argument 1471 linux_fcntl64(struct thread * td,struct linux_fcntl64_args * args) linux_fcntl64() argument 1520 linux_chown(struct thread * td,struct linux_chown_args * args) linux_chown() argument 1529 linux_fchownat(struct thread * td,struct linux_fchownat_args * args) linux_fchownat() argument 1551 linux_lchown(struct thread * td,struct linux_lchown_args * args) linux_lchown() argument 1581 linux_fadvise64(struct thread * td,struct linux_fadvise64_args * args) linux_fadvise64() argument 1600 linux_fadvise64_64(struct thread * td,struct linux_fadvise64_64_args * args) linux_fadvise64_64() argument 1622 linux_pipe(struct thread * td,struct linux_pipe_args * args) linux_pipe() argument 1642 linux_pipe2(struct thread * td,struct linux_pipe2_args * args) linux_pipe2() argument 1669 linux_dup3(struct thread * td,struct linux_dup3_args * args) linux_dup3() argument 1688 linux_fallocate(struct thread * td,struct linux_fallocate_args * args) linux_fallocate() argument 1711 linux_copy_file_range(struct thread * td,struct linux_copy_file_range_args * args) linux_copy_file_range() argument 1753 linux_memfd_create(struct thread * td,struct linux_memfd_create_args * args) linux_memfd_create() argument 1795 linux_splice(struct thread * td,struct linux_splice_args * args) linux_splice() argument 1809 linux_close_range(struct thread * td,struct linux_close_range_args * args) linux_close_range() argument 1835 linux_enobufs2eagain(struct thread * td,int fd,int error) linux_enobufs2eagain() argument 1850 linux_write(struct thread * td,struct linux_write_args * args) linux_write() argument 1862 linux_writev(struct thread * td,struct linux_writev_args * args) linux_writev() argument [all...] |
| H A D | linux_uid16.c | 70 linux_chown16(struct thread *td, struct linux_chown16_args *args) in linux_chown16() 78 linux_lchown16(struct thread *td, struct linux_lchown16_args *args) in linux_lchown16() 86 linux_setgroups16(struct thread *td, struct linux_setgroups16_args *args) in linux_setgroups16() 149 linux_getgroups16(struct thread *td, struct linux_getgroups16_args *args) in linux_getgroups16() 195 linux_getgid16(struct thread *td, struct linux_getgid16_args *args) in linux_getgid16() 204 linux_getuid16(struct thread *td, struct linux_getuid16_args *args) in linux_getuid16() 213 linux_getegid16(struct thread *td, struct linux_getegid16_args *args) in linux_getegid16() 224 linux_geteuid16(struct thread *td, struct linux_geteuid16_args *args) in linux_geteuid16() 235 linux_setgid16(struct thread *td, struct linux_setgid16_args *args) in linux_setgid16() 247 linux_setuid16(struct thread *td, struct linux_setuid16_args *args) in linux_setuid16() [all …]
|
| H A D | linux_signal.c | 165 linux_do_sigaction(struct thread *td, int linux_sig, l_sigaction_t *linux_nsa, in linux_do_sigaction() 206 linux_sigaltstack(struct thread *td, struct linux_sigaltstack_args *uap) in linux_sigaltstack() 238 linux_signal(struct thread *td, struct linux_signal_args *args) in linux_signal() 255 linux_rt_sigaction(struct thread *td, struct linux_rt_sigaction_args *args) in linux_rt_sigaction() 280 linux_do_sigprocmask(struct thread *td, int how, sigset_t *new, in linux_do_sigprocmask() 310 linux_sigprocmask(struct thread *td, struct linux_sigprocmask_args *args) in linux_sigprocmask() 348 linux_rt_sigprocmask(struct thread *td, struct linux_rt_sigprocmask_args *args) in linux_rt_sigprocmask() 375 linux_sgetmask(struct thread *td, struct linux_sgetmask_args *args) in linux_sgetmask() 392 linux_ssetmask(struct thread *td, struct linux_ssetmask_args *args) in linux_ssetmask() 416 linux_sigpending(struct thread *td, struct linux_sigpending_args *args) in linux_sigpending() [all …]
|
| H A D | linux_misc.c | 137 linux_sysinfo(struct thread *td, struct linux_sysinfo_args *args) in linux_sysinfo() 186 linux_alarm(struct thread *td, struct linux_alarm_args *args) in linux_alarm() 218 linux_brk(struct thread *td, struct linux_brk_args *args) in linux_brk() 235 linux_select(struct thread *td, struct linux_select_args *args) in linux_select() 302 linux_mremap(struct thread *td, struct linux_mremap_args *args) in linux_mremap() 345 linux_msync(struct thread *td, struct linux_msync_args *args) in linux_msync() 353 linux_mprotect(struct thread *td, struct linux_mprotect_args *uap) in linux_mprotect() 361 linux_madvise(struct thread *td, struct linux_madvise_args *uap) in linux_madvise() 369 linux_mmap2(struct thread *td, struct linux_mmap2_args *uap) in linux_mmap2() 387 linux_time(struct thread *td, struct linux_time_args *args) in linux_time() [all …]
|
| H A D | linux_emul.c | 62 em_find(struct thread *td) in em_find() 94 linux_set_default_openfiles(struct thread *td, struct proc *p) in linux_set_default_openfiles() 117 linux_set_default_stacksize(struct thread *td, struct proc *p) in linux_set_default_stacksize() 137 linux_proc_init(struct thread *td, struct thread *newtd, bool init_thread) in linux_proc_init() 193 struct thread *td = curthread; in linux_on_exit() local 212 linux_common_execve(struct thread *td, struct image_args *eargs) in linux_common_execve() 259 struct thread *td; in linux_on_exec() local 317 linux_thread_dtor(struct thread *td) in linux_thread_dtor() 332 linux_schedtail(struct thread *td) in linux_schedtail()
|
| H A D | linux_event.c | 104 epoll_create_common(struct thread *td, int flags) in epoll_create_common() 112 linux_epoll_create(struct thread *td, struct linux_epoll_create_args *args) in linux_epoll_create() 127 linux_epoll_create1(struct thread *td, struct linux_epoll_create1_args *args) in linux_epoll_create1() 143 epoll_to_kevent(struct thread *td, int fd, struct epoll_event *l_event, in epoll_to_kevent() 283 linux_epoll_ctl(struct thread *td, struct linux_epoll_ctl_args *args) in linux_epoll_ctl() 370 linux_epoll_wait_ts(struct thread *td, int epfd, struct epoll_event *events, in linux_epoll_wait_ts() 432 linux_epoll_wait_common(struct thread *td, int epfd, struct epoll_event *events, in linux_epoll_wait_common() 456 linux_epoll_wait(struct thread *td, struct linux_epoll_wait_args *args) in linux_epoll_wait() 465 linux_epoll_pwait(struct thread *td, struct linux_epoll_pwait_args *args) in linux_epoll_pwait() 481 linux_epoll_pwait2_64(struct thread *td, struct linux_epoll_pwait2_64_args *args) in linux_epoll_pwait2_64() [all …]
|
| /freebsd-src/sys/arm64/arm64/ |
| H A D | exec_machdep.c | 70 fill_regs(struct thread *td, struct reg *regs) in fill_regs() argument 96 set_regs(struct thread *td, struct reg *regs) in set_regs() argument 147 fill_fpregs(struct thread *td, struc argument 175 set_fpregs(struct thread * td,struct fpreg * regs) set_fpregs() argument 191 fill_dbregs(struct thread * td,struct dbreg * regs) fill_dbregs() argument 234 set_dbregs(struct thread * td,struct dbreg * regs) set_dbregs() argument 331 fill_regs32(struct thread * td,struct reg32 * regs) fill_regs32() argument 349 set_regs32(struct thread * td,struct reg32 * regs) set_regs32() argument 369 fill_fpregs32(struct thread * td,struct fpreg32 * regs) fill_fpregs32() argument 377 set_fpregs32(struct thread * td,struct fpreg32 * regs) set_fpregs32() argument 384 fill_dbregs32(struct thread * td,struct dbreg32 * regs) fill_dbregs32() argument 392 set_dbregs32(struct thread * td,struct dbreg32 * regs) set_dbregs32() argument 400 exec_setregs(struct thread * td,struct image_params * imgp,uintptr_t stack) exec_setregs() argument 437 get_mcontext(struct thread * td,mcontext_t * mcp,int clear_ret) get_mcontext() argument 461 set_mcontext(struct thread * td,mcontext_t * mcp) set_mcontext() argument 542 get_fpcontext(struct thread * td,mcontext_t * mcp) get_fpcontext() argument 572 set_fpcontext(struct thread * td,mcontext_t * mcp) set_fpcontext() argument 601 sys_sigreturn(struct thread * td,struct sigreturn_args * uap) sys_sigreturn() argument 620 sendsig_ctx_end(struct thread * td,vm_offset_t * addrp) sendsig_ctx_end() argument 647 struct thread *td; sendsig() local [all...] |
| H A D | vm_machdep.c | 141 cpu_set_syscall_retval(struct thread *td, int error) in cpu_thread_swapin() argument 146 cpu_thread_swapout(struct thread * td) cpu_thread_swapout() argument 151 cpu_set_syscall_retval(struct thread * td,int error) cpu_set_syscall_retval() argument 185 cpu_copy_thread(struct thread * td,struct thread * td0) cpu_copy_thread() argument 216 cpu_set_upcall(struct thread * td,void (* entry)(void *),void * arg,stack_t * stack) cpu_set_upcall() argument 238 cpu_set_user_tls(struct thread * td,void * tls_base) cpu_set_user_tls() argument 264 cpu_thread_exit(struct thread * td) cpu_thread_exit() argument 269 cpu_thread_alloc(struct thread * td) cpu_thread_alloc() argument 280 cpu_thread_free(struct thread * td) cpu_thread_free() argument 285 cpu_thread_clean(struct thread * td) cpu_thread_clean() argument 296 cpu_fork_kthread_handler(struct thread * td,void (* func)(void *),void * arg) cpu_fork_kthread_handler() argument 304 cpu_exit(struct thread * td) cpu_exit() argument [all...] |
| H A D | ptrace_machdep.c | 52 cpu_ptrace(struct thread *td, int req, void *arg, int data) in cpu_ptrace() 82 get_arm_vfp(struct regset *rs, struct thread *td, void *buf, size_t *sizep) in get_arm_vfp() 94 set_arm_vfp(struct regset *rs, struct thread *td, void *buf, in set_arm_vfp() 113 get_arm64_tls(struct regset *rs, struct thread *td, void *buf, in get_arm64_tls() 136 get_arm_tls(struct regset *rs, struct thread *td, void *buf, in get_arm_tls() 161 ptrace_set_pc(struct thread *td, u_long addr) in ptrace_set_pc() 169 ptrace_single_step(struct thread *td) in ptrace_single_step() 181 ptrace_clear_single_step(struct thread *td) in ptrace_clear_single_step()
|
| /freebsd-src/sys/security/mac/ |
| H A D | mac_syscalls.c | 164 sys___mac_get_pid(struct thread *td, struct __mac_get_pid_args *uap) in sys___mac_set_proc() argument 82 sys___mac_get_pid(struct thread * td,struct __mac_get_pid_args * uap) sys___mac_get_pid() argument 131 sys___mac_get_proc(struct thread * td,struct __mac_get_proc_args * uap) sys___mac_get_proc() argument 225 sys___mac_get_fd(struct thread * td,struct __mac_get_fd_args * uap) sys___mac_get_fd() argument 319 sys___mac_get_file(struct thread * td,struct __mac_get_file_args * uap) sys___mac_get_file() argument 326 sys___mac_get_link(struct thread * td,struct __mac_get_link_args * uap) sys___mac_get_link() argument 333 kern___mac_get_path(struct thread * td,const char * path_p,struct mac * mac_p,int follow) kern___mac_get_path() argument 385 sys___mac_set_fd(struct thread * td,struct __mac_set_fd_args * uap) sys___mac_set_fd() argument 487 sys___mac_set_file(struct thread * td,struct __mac_set_file_args * uap) sys___mac_set_file() argument 494 sys___mac_set_link(struct thread * td,struct __mac_set_link_args * uap) sys___mac_set_link() argument 501 kern___mac_set_path(struct thread * td,const char * path_p,struct mac * mac_p,int follow) kern___mac_set_path() argument 553 sys_mac_syscall(struct thread * td,struct mac_syscall_args * uap) sys_mac_syscall() argument 592 sys___mac_get_pid(struct thread * td,struct __mac_get_pid_args * uap) sys___mac_get_pid() argument 599 sys___mac_get_proc(struct thread * td,struct __mac_get_proc_args * uap) sys___mac_get_proc() argument 606 sys___mac_set_proc(struct thread * td,struct __mac_set_proc_args * uap) sys___mac_set_proc() argument 613 sys___mac_get_fd(struct thread * td,struct __mac_get_fd_args * uap) sys___mac_get_fd() argument 620 sys___mac_get_file(struct thread * td,struct __mac_get_file_args * uap) sys___mac_get_file() argument 627 sys___mac_get_link(struct thread * td,struct __mac_get_link_args * uap) sys___mac_get_link() argument 634 sys___mac_set_fd(struct thread * td,struct __mac_set_fd_args * uap) sys___mac_set_fd() argument 641 sys___mac_set_file(struct thread * td,struct __mac_set_file_args * uap) sys___mac_set_file() argument 648 sys___mac_set_link(struct thread * td,struct __mac_set_link_args * uap) sys___mac_set_link() argument 655 sys_mac_syscall(struct thread * td,struct mac_syscall_args * uap) sys_mac_syscall() argument [all...] |
| /freebsd-src/sys/riscv/riscv/ |
| H A D | vm_machdep.c | 117 cpu_set_syscall_retval(struct thread *td, int error) in cpu_thread_swapin() argument 122 cpu_thread_swapout(struct thread * td) cpu_thread_swapout() argument 127 cpu_set_syscall_retval(struct thread * td,int error) cpu_set_syscall_retval() argument 161 cpu_copy_thread(struct thread * td,struct thread * td0) cpu_copy_thread() argument 182 cpu_set_upcall(struct thread * td,void (* entry)(void *),void * arg,stack_t * stack) cpu_set_upcall() argument 196 cpu_set_user_tls(struct thread * td,void * tls_base) cpu_set_user_tls() argument 212 cpu_thread_exit(struct thread * td) cpu_thread_exit() argument 217 cpu_thread_alloc(struct thread * td) cpu_thread_alloc() argument 227 cpu_thread_free(struct thread * td) cpu_thread_free() argument 232 cpu_thread_clean(struct thread * td) cpu_thread_clean() argument 243 cpu_fork_kthread_handler(struct thread * td,void (* func)(void *),void * arg) cpu_fork_kthread_handler() argument 253 cpu_exit(struct thread * td) cpu_exit() argument [all...] |
| H A D | exec_machdep.c | 79 fill_regs(struct thread *td, struct reg *regs) in fill_regs() 99 set_regs(struct thread *td, struct reg *regs) in set_regs() 118 fill_fpregs(struct thread *td, struct fpreg *regs) in fill_fpregs() 141 set_fpregs(struct thread *td, struct fpreg *regs) in set_fpregs() 159 fill_dbregs(struct thread *td, struct dbreg *regs) in fill_dbregs() 166 set_dbregs(struct thread *td, struct dbreg *regs) in set_dbregs() 173 exec_setregs(struct thread *td, struct image_params *imgp, uintptr_t stack) in exec_setregs() 206 get_mcontext(struct thread *td, mcontext_t *mcp, int clear_ret) in get_mcontext() 231 set_mcontext(struct thread *td, mcontext_t *mcp) in set_mcontext() 265 get_fpcontext(struct thread *td, mcontext_t *mcp) in get_fpcontext() [all …]
|
| /freebsd-src/sys/arm/arm/ |
| H A D | vm_machdep.c | 150 cpu_set_syscall_retval(struct thread *td, int error) in cpu_thread_swapin() argument 155 cpu_thread_swapout(struct thread * td) cpu_thread_swapout() argument 160 cpu_set_syscall_retval(struct thread * td,int error) cpu_set_syscall_retval() argument 200 cpu_copy_thread(struct thread * td,struct thread * td0) cpu_copy_thread() argument 228 cpu_set_upcall(struct thread * td,void (* entry)(void *),void * arg,stack_t * stack) cpu_set_upcall() argument 243 cpu_set_user_tls(struct thread * td,void * tls_base) cpu_set_user_tls() argument 253 cpu_thread_exit(struct thread * td) cpu_thread_exit() argument 258 cpu_thread_alloc(struct thread * td) cpu_thread_alloc() argument 271 cpu_thread_free(struct thread * td) cpu_thread_free() argument 276 cpu_thread_clean(struct thread * td) cpu_thread_clean() argument 287 cpu_fork_kthread_handler(struct thread * td,void (* func)(void *),void * arg) cpu_fork_kthread_handler() argument 294 cpu_exit(struct thread * td) cpu_exit() argument [all...] |
| /freebsd-src/sys/i386/i386/ |
| H A D | vm_machdep.c | 88 get_pcb_user_save_td(struct thread *td) in get_pcb_user_save_td() argument 108 get_pcb_td(struct thread *td) in get_pcb_td() argument 301 x86_set_fork_retval(struct thread *td) in x86_set_fork_retval() argument 317 cpu_fork_kthread_handler(struct thread *td, void (*func)(void *), void *arg) in cpu_fork_kthread_handler() argument 328 cpu_exit(struct thread * td) cpu_exit() argument 345 cpu_thread_exit(struct thread * td) cpu_thread_exit() argument 361 cpu_thread_clean(struct thread * td) cpu_thread_clean() argument 378 cpu_thread_swapin(struct thread * td) cpu_thread_swapin() argument 383 cpu_thread_swapout(struct thread * td) cpu_thread_swapout() argument 388 cpu_thread_alloc(struct thread * td) cpu_thread_alloc() argument 406 cpu_thread_free(struct thread * td) cpu_thread_free() argument 428 cpu_set_syscall_retval(struct thread * td,int error) cpu_set_syscall_retval() argument 464 cpu_copy_thread(struct thread * td,struct thread * td0) cpu_copy_thread() argument 490 cpu_set_upcall(struct thread * td,void (* entry)(void *),void * arg,stack_t * stack) cpu_set_upcall() argument 524 cpu_set_user_tls(struct thread * td,void * tls_base) cpu_set_user_tls() argument [all...] |
| /freebsd-src/sys/compat/freebsd32/ |
| H A D | freebsd32_misc.c | 223 freebsd32_wait4(struct thread * td,struct freebsd32_wait4_args * uap) freebsd32_wait4() argument 246 freebsd32_wait6(struct thread * td,struct freebsd32_wait6_args * uap) freebsd32_wait6() argument 313 freebsd32_getfsstat(struct thread * td,struct freebsd32_getfsstat_args * uap) freebsd32_getfsstat() argument 329 freebsd4_freebsd32_getfsstat(struct thread * td,struct freebsd4_freebsd32_getfsstat_args * uap) freebsd4_freebsd32_getfsstat() argument 360 freebsd11_freebsd32_getfsstat(struct thread * td,struct freebsd11_freebsd32_getfsstat_args * uap) freebsd11_freebsd32_getfsstat() argument 369 freebsd32_sigaltstack(struct thread * td,struct freebsd32_sigaltstack_args * uap) freebsd32_sigaltstack() argument 469 freebsd32_execve(struct thread * td,struct freebsd32_execve_args * uap) freebsd32_execve() argument 488 freebsd32_fexecve(struct thread * td,struct freebsd32_fexecve_args * uap) freebsd32_fexecve() argument 509 freebsd32_mknodat(struct thread * td,struct freebsd32_mknodat_args * uap) freebsd32_mknodat() argument 517 freebsd32_mprotect(struct thread * td,struct freebsd32_mprotect_args * uap) freebsd32_mprotect() argument 531 freebsd32_mmap(struct thread * td,struct freebsd32_mmap_args * uap) freebsd32_mmap() argument 553 freebsd6_freebsd32_mmap(struct thread * td,struct freebsd6_freebsd32_mmap_args * uap) freebsd6_freebsd32_mmap() argument 577 ofreebsd32_mmap(struct thread * td,struct ofreebsd32_mmap_args * uap) ofreebsd32_mmap() argument 585 freebsd32_setitimer(struct thread * td,struct freebsd32_setitimer_args * uap) freebsd32_setitimer() argument 609 freebsd32_getitimer(struct thread * td,struct freebsd32_getitimer_args * uap) freebsd32_getitimer() argument 624 freebsd32_select(struct thread * td,struct freebsd32_select_args * uap) freebsd32_select() argument 647 freebsd32_pselect(struct thread * td,struct freebsd32_pselect_args * uap) freebsd32_pselect() argument 768 freebsd32_kevent(struct thread * td,struct freebsd32_kevent_args * uap) freebsd32_kevent() argument 864 freebsd11_freebsd32_kevent(struct thread * td,struct freebsd11_freebsd32_kevent_args * uap) freebsd11_freebsd32_kevent() argument 907 freebsd32_gettimeofday(struct thread * td,struct freebsd32_gettimeofday_args * uap) freebsd32_gettimeofday() argument 930 freebsd32_getrusage(struct thread * td,struct freebsd32_getrusage_args * uap) freebsd32_getrusage() argument 974 freebsd32_ptrace(struct thread * td,struct freebsd32_ptrace_args * uap) freebsd32_ptrace() argument 1232 freebsd32_readv(struct thread * td,struct freebsd32_readv_args * uap) freebsd32_readv() argument 1246 freebsd32_writev(struct thread * td,struct freebsd32_writev_args * uap) freebsd32_writev() argument 1260 freebsd32_preadv(struct thread * td,struct freebsd32_preadv_args * uap) freebsd32_preadv() argument 1274 freebsd32_pwritev(struct thread * td,struct freebsd32_pwritev_args * uap) freebsd32_pwritev() argument 1503 freebsd32_recvmsg(struct thread * td,struct freebsd32_recvmsg_args * uap) freebsd32_recvmsg() argument 1548 ofreebsd32_recvmsg(struct thread * td,struct ofreebsd32_recvmsg_args * uap) ofreebsd32_recvmsg() argument 1657 freebsd32_sendmsg(struct thread * td,struct freebsd32_sendmsg_args * uap) freebsd32_sendmsg() argument 1709 ofreebsd32_sendmsg(struct thread * td,struct ofreebsd32_sendmsg_args * uap) ofreebsd32_sendmsg() argument 1717 freebsd32_settimeofday(struct thread * td,struct freebsd32_settimeofday_args * uap) freebsd32_settimeofday() argument 1745 freebsd32_utimes(struct thread * td,struct freebsd32_utimes_args * uap) freebsd32_utimes() argument 1767 freebsd32_lutimes(struct thread * td,struct freebsd32_lutimes_args * uap) freebsd32_lutimes() argument 1788 freebsd32_futimes(struct thread * td,struct freebsd32_futimes_args * uap) freebsd32_futimes() argument 1809 freebsd32_futimesat(struct thread * td,struct freebsd32_futimesat_args * uap) freebsd32_futimesat() argument 1831 freebsd32_futimens(struct thread * td,struct freebsd32_futimens_args * uap) freebsd32_futimens() argument 1852 freebsd32_utimensat(struct thread * td,struct freebsd32_utimensat_args * uap) freebsd32_utimensat() argument 1874 freebsd32_adjtime(struct thread * td,struct freebsd32_adjtime_args * uap) freebsd32_adjtime() argument 1900 freebsd4_freebsd32_statfs(struct thread * td,struct freebsd4_freebsd32_statfs_args * uap) freebsd4_freebsd32_statfs() argument 1919 freebsd4_freebsd32_fstatfs(struct thread * td,struct freebsd4_freebsd32_fstatfs_args * uap) freebsd4_freebsd32_fstatfs() argument 1938 freebsd4_freebsd32_fhstatfs(struct thread * td,struct freebsd4_freebsd32_fhstatfs_args * uap) freebsd4_freebsd32_fhstatfs() argument 1959 freebsd32_pread(struct thread * td,struct freebsd32_pread_args * uap) freebsd32_pread() argument 1967 freebsd32_pwrite(struct thread * td,struct freebsd32_pwrite_args * uap) freebsd32_pwrite() argument 1976 ofreebsd32_lseek(struct thread * td,struct ofreebsd32_lseek_args * uap) ofreebsd32_lseek() argument 1984 freebsd32_lseek(struct thread * td,struct freebsd32_lseek_args * uap) freebsd32_lseek() argument 1999 freebsd32_truncate(struct thread * td,struct freebsd32_truncate_args * uap) freebsd32_truncate() argument 2008 ofreebsd32_truncate(struct thread * td,struct ofreebsd32_truncate_args * uap) ofreebsd32_truncate() argument 2015 freebsd32_ftruncate(struct thread * td,struct freebsd32_ftruncate_args * uap) freebsd32_ftruncate() argument 2023 ofreebsd32_ftruncate(struct thread * td,struct ofreebsd32_ftruncate_args * uap) ofreebsd32_ftruncate() argument 2029 ofreebsd32_getdirentries(struct thread * td,struct ofreebsd32_getdirentries_args * uap) ofreebsd32_getdirentries() argument 2052 freebsd11_freebsd32_getdirentries(struct thread * td,struct freebsd11_freebsd32_getdirentries_args * uap) freebsd11_freebsd32_getdirentries() argument 2074 freebsd6_freebsd32_pread(struct thread * td,struct freebsd6_freebsd32_pread_args * uap) freebsd6_freebsd32_pread() argument 2082 freebsd6_freebsd32_pwrite(struct thread * td,struct freebsd6_freebsd32_pwrite_args * uap) freebsd6_freebsd32_pwrite() argument 2090 freebsd6_freebsd32_lseek(struct thread * td,struct freebsd6_freebsd32_lseek_args * uap) freebsd6_freebsd32_lseek() argument 2105 freebsd6_freebsd32_truncate(struct thread * td,struct freebsd6_freebsd32_truncate_args * uap) freebsd6_freebsd32_truncate() argument 2113 freebsd6_freebsd32_ftruncate(struct thread * td,struct freebsd6_freebsd32_ftruncate_args * uap) freebsd6_freebsd32_ftruncate() argument 2128 freebsd32_do_sendfile(struct thread * td,struct freebsd32_sendfile_args * uap,int compat) freebsd32_do_sendfile() argument 2207 freebsd4_freebsd32_sendfile(struct thread * td,struct freebsd4_freebsd32_sendfile_args * uap) freebsd4_freebsd32_sendfile() argument 2216 freebsd32_sendfile(struct thread * td,struct freebsd32_sendfile_args * uap) freebsd32_sendfile() argument 2290 ofreebsd32_stat(struct thread * td,struct ofreebsd32_stat_args * uap) ofreebsd32_stat() argument 2306 freebsd32_fstat(struct thread * td,struct freebsd32_fstat_args * uap) freebsd32_fstat() argument 2322 ofreebsd32_fstat(struct thread * td,struct ofreebsd32_fstat_args * uap) ofreebsd32_fstat() argument 2338 freebsd32_fstatat(struct thread * td,struct freebsd32_fstatat_args * uap) freebsd32_fstatat() argument 2355 ofreebsd32_lstat(struct thread * td,struct ofreebsd32_lstat_args * uap) ofreebsd32_lstat() argument 2372 freebsd32_fhstat(struct thread * td,struct freebsd32_fhstat_args * uap) freebsd32_fhstat() argument 2473 freebsd11_freebsd32_stat(struct thread * td,struct freebsd11_freebsd32_stat_args * uap) freebsd11_freebsd32_stat() argument 2490 freebsd11_freebsd32_fstat(struct thread * td,struct freebsd11_freebsd32_fstat_args * uap) freebsd11_freebsd32_fstat() argument 2507 freebsd11_freebsd32_fstatat(struct thread * td,struct freebsd11_freebsd32_fstatat_args * uap) freebsd11_freebsd32_fstatat() argument 2525 freebsd11_freebsd32_lstat(struct thread * td,struct freebsd11_freebsd32_lstat_args * uap) freebsd11_freebsd32_lstat() argument 2543 freebsd11_freebsd32_fhstat(struct thread * td,struct freebsd11_freebsd32_fhstat_args * uap) freebsd11_freebsd32_fhstat() argument 2598 freebsd11_freebsd32_nstat(struct thread * td,struct freebsd11_freebsd32_nstat_args * uap) freebsd11_freebsd32_nstat() argument 2615 freebsd11_freebsd32_nlstat(struct thread * td,struct freebsd11_freebsd32_nlstat_args * uap) freebsd11_freebsd32_nlstat() argument 2633 freebsd11_freebsd32_nfstat(struct thread * td,struct freebsd11_freebsd32_nfstat_args * uap) freebsd11_freebsd32_nfstat() argument 2651 freebsd32___sysctl(struct thread * td,struct freebsd32___sysctl_args * uap) freebsd32___sysctl() argument 2681 freebsd32___sysctlbyname(struct thread * td,struct freebsd32___sysctlbyname_args * uap) freebsd32___sysctlbyname() argument 2706 freebsd32_jail(struct thread * td,struct freebsd32_jail_args * uap) freebsd32_jail() argument 2767 freebsd32_jail_set(struct thread * td,struct freebsd32_jail_set_args * uap) freebsd32_jail_set() argument 2785 freebsd32_jail_get(struct thread * td,struct freebsd32_jail_get_args * uap) freebsd32_jail_get() argument 2812 freebsd32_sigaction(struct thread * td,struct freebsd32_sigaction_args * uap) freebsd32_sigaction() argument 2840 freebsd4_freebsd32_sigaction(struct thread * td,struct freebsd4_freebsd32_sigaction_args * uap) freebsd4_freebsd32_sigaction() argument 2878 ofreebsd32_sigaction(struct thread * td,struct ofreebsd32_sigaction_args * uap) ofreebsd32_sigaction() argument 2915 ofreebsd32_sigvec(struct thread * td,struct ofreebsd32_sigvec_args * uap) ofreebsd32_sigvec() argument 2954 ofreebsd32_sigstack(struct thread * td,struct ofreebsd32_sigstack_args * uap) ofreebsd32_sigstack() argument 2989 freebsd32_nanosleep(struct thread * td,struct freebsd32_nanosleep_args * uap) freebsd32_nanosleep() argument 2997 freebsd32_clock_nanosleep(struct thread * td,struct freebsd32_clock_nanosleep_args * uap) freebsd32_clock_nanosleep() argument 3008 freebsd32_user_clock_nanosleep(struct thread * td,clockid_t clock_id,int flags,const struct timespec32 * ua_rqtp,struct timespec32 * ua_rmtp) freebsd32_user_clock_nanosleep() argument 3035 freebsd32_clock_gettime(struct thread * td,struct freebsd32_clock_gettime_args * uap) freebsd32_clock_gettime() argument 3052 freebsd32_clock_settime(struct thread * td,struct freebsd32_clock_settime_args * uap) freebsd32_clock_settime() argument 3069 freebsd32_clock_getres(struct thread * td,struct freebsd32_clock_getres_args * uap) freebsd32_clock_getres() argument 3087 freebsd32_ktimer_create(struct thread * td,struct freebsd32_ktimer_create_args * uap) freebsd32_ktimer_create() argument 3115 freebsd32_ktimer_settime(struct thread * td,struct freebsd32_ktimer_settime_args * uap) freebsd32_ktimer_settime() argument 3136 freebsd32_ktimer_gettime(struct thread * td,struct freebsd32_ktimer_gettime_args * uap) freebsd32_ktimer_gettime() argument 3152 freebsd32_timerfd_gettime(struct thread * td,struct freebsd32_timerfd_gettime_args * uap) freebsd32_timerfd_gettime() argument 3173 freebsd32_timerfd_settime(struct thread * td,struct freebsd32_timerfd_settime_args * uap) freebsd32_timerfd_settime() argument 3206 freebsd32_clock_getcpuclockid2(struct thread * td,struct freebsd32_clock_getcpuclockid2_args * uap) freebsd32_clock_getcpuclockid2() argument 3220 freebsd32_thr_new(struct thread * td,struct freebsd32_thr_new_args * uap) freebsd32_thr_new() argument 3253 freebsd32_thr_suspend(struct thread * td,struct freebsd32_thr_suspend_args * uap) freebsd32_thr_suspend() argument 3297 freebsd32_sigqueue(struct thread * td,struct freebsd32_sigqueue_args * uap) freebsd32_sigqueue() argument 3316 freebsd32_sigtimedwait(struct thread * td,struct freebsd32_sigtimedwait_args * uap) freebsd32_sigtimedwait() argument 3358 freebsd32_sigwaitinfo(struct thread * td,struct freebsd32_sigwaitinfo_args * uap) freebsd32_sigwaitinfo() argument 3383 freebsd32_cpuset_setid(struct thread * td,struct freebsd32_cpuset_setid_args * uap) freebsd32_cpuset_setid() argument 3392 freebsd32_cpuset_getid(struct thread * td,struct freebsd32_cpuset_getid_args * uap) freebsd32_cpuset_getid() argument 3459 freebsd32_cpuset_getaffinity(struct thread * td,struct freebsd32_cpuset_getaffinity_args * uap) freebsd32_cpuset_getaffinity() argument 3469 freebsd32_cpuset_setaffinity(struct thread * td,struct freebsd32_cpuset_setaffinity_args * uap) freebsd32_cpuset_setaffinity() argument 3479 freebsd32_cpuset_getdomain(struct thread * td,struct freebsd32_cpuset_getdomain_args * uap) freebsd32_cpuset_getdomain() argument 3489 freebsd32_cpuset_setdomain(struct thread * td,struct freebsd32_cpuset_setdomain_args * uap) freebsd32_cpuset_setdomain() argument 3499 freebsd32_nmount(struct thread * td,struct freebsd32_nmount_args * uap) freebsd32_nmount() argument 3756 freebsd32_kldstat(struct thread * td,struct freebsd32_kldstat_args * uap) freebsd32_kldstat() argument 3789 freebsd32_posix_fallocate(struct thread * td,struct freebsd32_posix_fallocate_args * uap) freebsd32_posix_fallocate() argument 3800 freebsd32_posix_fadvise(struct thread * td,struct freebsd32_posix_fadvise_args * uap) freebsd32_posix_fadvise() argument 3837 freebsd32_procctl(struct thread * td,struct freebsd32_procctl_args * uap) freebsd32_procctl() argument 3943 freebsd32_fcntl(struct thread * td,struct freebsd32_fcntl_args * uap) freebsd32_fcntl() argument 3972 freebsd32_ppoll(struct thread * td,struct freebsd32_ppoll_args * uap) freebsd32_ppoll() argument 4000 freebsd32_sched_rr_get_interval(struct thread * td,struct freebsd32_sched_rr_get_interval_args * uap) freebsd32_sched_rr_get_interval() argument 4061 freebsd32_ntp_adjtime(struct thread * td,struct freebsd32_ntp_adjtime_args * uap) freebsd32_ntp_adjtime() argument 4087 freebsd32_ffclock_setestimate(struct thread * td,struct freebsd32_ffclock_setestimate_args * uap) freebsd32_ffclock_setestimate() argument 4121 freebsd32_ffclock_getestimate(struct thread * td,struct freebsd32_ffclock_getestimate_args * uap) freebsd32_ffclock_getestimate() argument 4148 freebsd32_ffclock_setestimate(struct thread * td,struct freebsd32_ffclock_setestimate_args * uap) freebsd32_ffclock_setestimate() argument 4155 freebsd32_ffclock_getestimate(struct thread * td,struct freebsd32_ffclock_getestimate_args * uap) freebsd32_ffclock_getestimate() argument 4164 ofreebsd32_sethostid(struct thread * td,struct ofreebsd32_sethostid_args * uap) ofreebsd32_sethostid() argument [all...] |