Home
last modified time | relevance | path

Searched defs:td (Results 1 – 25 of 855) sorted by relevance

12345678910>>...35

/freebsd/sys/security/audit/
H A Daudit_syscalls.c68 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()
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()
848 sys_auditon(struct thread *td, struct auditon_args *uap) in sys_auditon()
855 sys_getauid(struct thread *td, struct getauid_args *uap) in sys_getauid()
[all …]
/freebsd/sys/powerpc/powerpc/
H A Dexec_machdep.c155 struct thread *td; in sendsig() local
567 cleanup_power_extras(struct thread *td) in cleanup_power_extras()
596 cpu_save_thread_regs(struct thread *td) in cpu_save_thread_regs()
729 fill_regs(struct thread *td, struct reg *regs) in fill_regs()
767 set_regs(struct thread *td, struct reg *regs) in set_regs()
1067 cpu_thread_exit(struct thread *td) in cpu_thread_exit()
1073 cpu_thread_clean(struct thread *td) in cpu_thread_clean()
1078 cpu_thread_alloc(struct thread *td) in cpu_thread_alloc()
1089 cpu_thread_free(struct thread *td) in cpu_thread_free()
1214 struct thread *td; in emulate_mfspr() local
[all …]
/freebsd/sys/kern/
H A Dsched_4bsd.c303 maybe_resched(struct thread *td) in maybe_resched()
318 maybe_preempt(struct thread *td) in maybe_preempt()
464 struct thread *td; in schedcpu() local
577 updatepri(struct thread *td) in updatepri()
602 resetpriority(struct thread *td) in resetpriority()
833 struct thread *td; in sched_nice() local
1459 sched_rem(struct thread *td) in sched_rem()
1491 struct thread *td; in sched_choose() local
1582 sched_unbind(struct thread* td) in sched_unbind()
1622 sched_pctcpu(struct thread *td) in sched_pctcpu()
[all …]
H A Duipc_syscalls.c132 sys_socket(struct thread *td, struct socket_args *uap) in sys_socket()
181 sys_bind(struct thread *td, struct bind_args *uap) in sys_bind()
236 sys_bindat(struct thread *td, struct bindat_args *uap) in sys_bindat()
250 sys_listen(struct thread *td, struct listen_args *uap) in sys_listen()
257 kern_listen(struct thread *td, int s, int backlog) in kern_listen()
427 sys_accept(struct thread *td, struct accept_args *uap) in sys_accept()
445 oaccept(struct thread *td, struct oaccept_args *uap) in oaccept()
818 osend(struct thread *td, struct osend_args *uap) in osend()
1099 orecv(struct thread *td, struct orecv_args *uap) in orecv()
1181 kern_shutdown(struct thread *td, int s, int how) in kern_shutdown()
[all …]
H A Dkern_thread.c384 struct thread *td; in thread_ctor() local
414 struct thread *td; in thread_dtor() local
456 struct thread *td; in thread_init() local
477 struct thread *td; in thread_fini() local
783 struct thread *td; in thread_alloc() local
935 struct thread *td; in thread_exit() local
1047 struct thread *td; in thread_wait() local
1225 struct thread *td; in thread_single() local
1368 struct thread *td; in thread_suspend_check_needed() local
1413 struct thread *td; in thread_suspend_check() local
[all …]
H A Dvfs_acl.c224 vacl_set_acl(struct thread *td, struct vnode *vp, acl_type_t type, in vacl_set_acl()
262 vacl_get_acl(struct thread *td, struct vnode *vp, acl_type_t type, in vacl_get_acl()
294 vacl_delete(struct thread *td, struct vnode *vp, acl_type_t type) in vacl_delete()
325 vacl_aclcheck(struct thread *td, struct vnode *vp, acl_type_t type, in vacl_aclcheck()
351 sys___acl_get_file(struct thread *td, struct __acl_get_file_args *uap) in sys___acl_get_file()
362 sys___acl_get_link(struct thread *td, struct __acl_get_link_args *uap) in sys___acl_get_link()
390 sys___acl_set_file(struct thread *td, struct __acl_set_file_args *uap) in sys___acl_set_file()
409 kern___acl_set_path(struct thread *td, const char *path, in kern___acl_set_path()
429 sys___acl_get_fd(struct thread *td, struct __acl_get_fd_args *uap) in sys___acl_get_fd()
449 sys___acl_set_fd(struct thread *td, struct __acl_set_fd_args *uap) in sys___acl_set_fd()
[all …]
H A Dkern_thr.c103 thr_create_initthr(struct thread *td, void *thunk) in thr_create_initthr()
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()
510 kern_thr_suspend(struct thread *td, struct timespec *tsp) in kern_thr_suspend()
[all …]
H A Dsubr_trap.c86 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 Dkern_procctl.c55 protect_setchild(struct thread *td, struct proc *p, int flags) in protect_setchild()
107 protect_set(struct thread *td, struct proc *p, void *data) in protect_set()
169 reap_status(struct thread *td, struct proc *p, void *data) in reap_status()
204 reap_getpids(struct thread *td, struct proc *p, void *data) in reap_getpids()
355 reap_kill_children(struct thread *td, struct proc *reaper, in reap_kill_children()
538 reap_kill(struct thread *td, struct proc *p, void *data) in reap_kill()
594 trace_ctl(struct thread *td, struct proc *p, void *data) in trace_ctl()
654 trapcap_ctl(struct thread *td, struct proc *p, void *data) in trapcap_ctl()
757 aslr_ctl(struct thread *td, struct proc *p, void *data) in aslr_ctl()
871 wxmap_ctl(struct thread *td, struct proc *p, void *data) in wxmap_ctl()
[all …]
/freebsd/sys/amd64/amd64/
H A Dvm_machdep.c86 set_top_of_stack_td(struct thread *td) in set_top_of_stack_td()
93 get_pcb_user_save_td(struct thread *td) in get_pcb_user_save_td()
103 get_pcb_td(struct thread *td) in get_pcb_td()
112 struct thread *td; in get_pcb_user_save_pcb() local
330 cpu_exit(struct thread *td) in cpu_exit()
341 cpu_thread_exit(struct thread *td) in cpu_thread_exit()
360 cpu_thread_clean(struct thread *td) in cpu_thread_clean()
378 cpu_thread_swapin(struct thread *td) in cpu_thread_swapin()
383 cpu_thread_swapout(struct thread *td) in cpu_thread_swapout()
388 cpu_thread_alloc(struct thread *td) in cpu_thread_alloc()
[all …]
/freebsd/sys/compat/linux/
H A Dlinux_file.c99 linux_creat(struct thread *td, struct linux_creat_args *args) in linux_creat()
218 linux_open(struct thread *td, struct linux_open_args *args) in linux_open()
227 linux_name_to_handle_at(struct thread *td, in linux_name_to_handle_at()
294 linux_open_by_handle_at(struct thread *td, in linux_open_by_handle_at()
313 linux_lseek(struct thread *td, struct linux_lseek_args *args) in linux_lseek()
354 linux_getdents_error(struct thread *td, int fd, int err) in linux_getdents_error()
912 linux_link(struct thread *td, struct linux_link_args *args) in linux_link()
969 linux_pread(struct thread *td, struct linux_pread_args *uap) in linux_pread()
1622 linux_pipe(struct thread *td, struct linux_pipe_args *args) in linux_pipe()
1669 linux_dup3(struct thread *td, struct linux_dup3_args *args) in linux_dup3()
[all …]
H A Dlinux_uid16.c70 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()
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()
259 linux_setregid16(struct thread *td, struct linux_setregid16_args *args) in linux_setregid16()
[all …]
H A Dlinux_misc.c1246 linux_sched_setscheduler(struct thread *td, in linux_sched_setscheduler()
1308 linux_sched_getscheduler(struct thread *td, in linux_sched_getscheduler()
1336 linux_sched_get_priority_max(struct thread *td, in linux_sched_get_priority_max()
1372 linux_sched_get_priority_min(struct thread *td, in linux_sched_get_priority_min()
1824 linux_sched_setparam(struct thread *td, in linux_sched_setparam()
1878 linux_sched_getparam(struct thread *td, in linux_sched_getparam()
1929 linux_sched_getaffinity(struct thread *td, in linux_sched_getaffinity()
1962 linux_sched_setaffinity(struct thread *td, in linux_sched_setaffinity()
2156 linux_pselect6_time64(struct thread *td, in linux_pselect6_time64()
2339 linux_sched_rr_get_interval(struct thread *td, in linux_sched_rr_get_interval()
[all …]
H A Dlinux_signal.c238 linux_signal(struct thread *td, struct linux_signal_args *args) in linux_signal()
280 linux_do_sigprocmask(struct thread *td, int how, sigset_t *new, in linux_do_sigprocmask()
466 linux_rt_sigtimedwait(struct thread *td, in linux_rt_sigtimedwait()
485 linux_common_rt_sigtimedwait(struct thread *td, l_sigset_t *mask, in linux_common_rt_sigtimedwait()
517 linux_rt_sigtimedwait_time64(struct thread *td, in linux_rt_sigtimedwait_time64()
537 linux_kill(struct thread *td, struct linux_kill_args *args) in linux_kill()
559 linux_tgkill(struct thread *td, struct linux_tgkill_args *args) in linux_tgkill()
584 linux_tkill(struct thread *td, struct linux_tkill_args *args) in linux_tkill()
773 lsiginfo_to_siginfo(struct thread *td, const l_siginfo_t *lsi, in lsiginfo_to_siginfo()
946 linux_psignal(struct thread *td, int pid, int sig) in linux_psignal()
[all …]
H A Dlinux_emul.c62 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()
/freebsd/sys/arm64/arm64/
H A Dexec_machdep.c70 fill_regs(struct thread *td, struct reg *regs) in fill_regs()
96 set_regs(struct thread *td, struct reg *regs) in set_regs()
147 fill_fpregs(struct thread *td, struct fpreg *regs) in fill_fpregs()
175 set_fpregs(struct thread *td, struct fpreg *regs) in set_fpregs()
191 fill_dbregs(struct thread *td, struct dbreg *regs) in fill_dbregs()
234 set_dbregs(struct thread *td, struct dbreg *regs) in set_dbregs()
349 set_regs32(struct thread *td, struct reg32 *regs) in set_regs32()
461 set_mcontext(struct thread *td, mcontext_t *mcp) in set_mcontext()
542 get_fpcontext(struct thread *td, mcontext_t *mcp) in get_fpcontext()
572 set_fpcontext(struct thread *td, mcontext_t *mcp) in set_fpcontext()
[all …]
H A Dvm_machdep.c141 cpu_thread_swapin(struct thread *td) in cpu_thread_swapin()
146 cpu_thread_swapout(struct thread *td) in cpu_thread_swapout()
151 cpu_set_syscall_retval(struct thread *td, int error) in cpu_set_syscall_retval()
185 cpu_copy_thread(struct thread *td, struct thread *td0) in cpu_copy_thread()
216 cpu_set_upcall(struct thread *td, void (*entry)(void *), void *arg, in cpu_set_upcall()
238 cpu_set_user_tls(struct thread *td, void *tls_base) in cpu_set_user_tls()
264 cpu_thread_exit(struct thread *td) in cpu_thread_exit()
269 cpu_thread_alloc(struct thread *td) in cpu_thread_alloc()
280 cpu_thread_free(struct thread *td) in cpu_thread_free()
285 cpu_thread_clean(struct thread *td) in cpu_thread_clean()
[all …]
H A Dptrace_machdep.c52 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/sys/security/mac/
H A Dmac_syscalls.c82 sys___mac_get_pid(struct thread *td, struct __mac_get_pid_args *uap) in sys___mac_get_pid()
131 sys___mac_get_proc(struct thread *td, struct __mac_get_proc_args *uap) in sys___mac_get_proc()
164 sys___mac_set_proc(struct thread *td, struct __mac_set_proc_args *uap) in sys___mac_set_proc()
225 sys___mac_get_fd(struct thread *td, struct __mac_get_fd_args *uap) in sys___mac_get_fd()
319 sys___mac_get_file(struct thread *td, struct __mac_get_file_args *uap) in sys___mac_get_file()
385 sys___mac_set_fd(struct thread *td, struct __mac_set_fd_args *uap) in sys___mac_set_fd()
553 sys_mac_syscall(struct thread *td, struct mac_syscall_args *uap) in sys_mac_syscall()
592 sys___mac_get_pid(struct thread *td, struct __mac_get_pid_args *uap) in sys___mac_get_pid()
613 sys___mac_get_fd(struct thread *td, struct __mac_get_fd_args *uap) in sys___mac_get_fd()
634 sys___mac_set_fd(struct thread *td, struct __mac_set_fd_args *uap) in sys___mac_set_fd()
[all …]
/freebsd/sys/arm/arm/
H A Dvm_machdep.c150 cpu_thread_swapin(struct thread *td) in cpu_thread_swapin()
155 cpu_thread_swapout(struct thread *td) in cpu_thread_swapout()
160 cpu_set_syscall_retval(struct thread *td, int error) in cpu_set_syscall_retval()
200 cpu_copy_thread(struct thread *td, struct thread *td0) in cpu_copy_thread()
228 cpu_set_upcall(struct thread *td, void (*entry)(void *), void *arg, in cpu_set_upcall()
243 cpu_set_user_tls(struct thread *td, void *tls_base) in cpu_set_user_tls()
253 cpu_thread_exit(struct thread *td) in cpu_thread_exit()
258 cpu_thread_alloc(struct thread *td) in cpu_thread_alloc()
271 cpu_thread_free(struct thread *td) in cpu_thread_free()
276 cpu_thread_clean(struct thread *td) in cpu_thread_clean()
[all …]
/freebsd/sys/riscv/riscv/
H A Dvm_machdep.c117 cpu_thread_swapin(struct thread *td) in cpu_thread_swapin()
122 cpu_thread_swapout(struct thread *td) in cpu_thread_swapout()
127 cpu_set_syscall_retval(struct thread *td, int error) in cpu_set_syscall_retval()
161 cpu_copy_thread(struct thread *td, struct thread *td0) in cpu_copy_thread()
182 cpu_set_upcall(struct thread *td, void (*entry)(void *), void *arg, in cpu_set_upcall()
196 cpu_set_user_tls(struct thread *td, void *tls_base) in cpu_set_user_tls()
212 cpu_thread_exit(struct thread *td) in cpu_thread_exit()
217 cpu_thread_alloc(struct thread *td) in cpu_thread_alloc()
227 cpu_thread_free(struct thread *td) in cpu_thread_free()
232 cpu_thread_clean(struct thread *td) in cpu_thread_clean()
[all …]
H A Dexec_machdep.c79 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()
231 set_mcontext(struct thread *td, mcontext_t *mcp) in set_mcontext()
265 get_fpcontext(struct thread *td, mcontext_t *mcp) in get_fpcontext()
295 set_fpcontext(struct thread *td, mcontext_t *mcp) in set_fpcontext()
318 sys_sigreturn(struct thread *td, struct sigreturn_args *uap) in sys_sigreturn()
[all …]
/freebsd/sys/i386/i386/
H A Dvm_machdep.c88 get_pcb_user_save_td(struct thread *td) in get_pcb_user_save_td()
108 get_pcb_td(struct thread *td) in get_pcb_td()
301 x86_set_fork_retval(struct thread *td) in x86_set_fork_retval()
328 cpu_exit(struct thread *td) in cpu_exit()
345 cpu_thread_exit(struct thread *td) in cpu_thread_exit()
361 cpu_thread_clean(struct thread *td) in cpu_thread_clean()
378 cpu_thread_swapin(struct thread *td) in cpu_thread_swapin()
383 cpu_thread_swapout(struct thread *td) in cpu_thread_swapout()
388 cpu_thread_alloc(struct thread *td) in cpu_thread_alloc()
406 cpu_thread_free(struct thread *td) in cpu_thread_free()
[all …]
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_misc.c369 freebsd32_sigaltstack(struct thread *td, in freebsd32_sigaltstack()
553 freebsd6_freebsd32_mmap(struct thread *td, in freebsd6_freebsd32_mmap()
907 freebsd32_gettimeofday(struct thread *td, in freebsd32_gettimeofday()
1717 freebsd32_settimeofday(struct thread *td, in freebsd32_settimeofday()
2128 freebsd32_do_sendfile(struct thread *td, in freebsd32_do_sendfile()
2878 ofreebsd32_sigaction(struct thread *td, in ofreebsd32_sigaction()
2915 ofreebsd32_sigvec(struct thread *td, in ofreebsd32_sigvec()
2954 ofreebsd32_sigstack(struct thread *td, in ofreebsd32_sigstack()
3069 freebsd32_clock_getres(struct thread *td, in freebsd32_clock_getres()
3220 freebsd32_thr_new(struct thread *td, in freebsd32_thr_new()
[all …]
/freebsd/sys/i386/linux/
H A Dlinux_machdep.c103 linux_ipc(struct thread *td, struct linux_ipc_args *args) in linux_ipc()
253 linux_set_cloned_tls(struct thread *td, void *desc) in linux_set_cloned_tls()
297 linux_set_upcall(struct thread *td, register_t stack) in linux_set_upcall()
312 linux_mmap(struct thread *td, struct linux_mmap_args *args) in linux_mmap()
327 linux_ioperm(struct thread *td, struct linux_ioperm_args *args) in linux_ioperm()
340 linux_iopl(struct thread *td, struct linux_iopl_args *args) in linux_iopl()
356 linux_modify_ldt(struct thread *td, struct linux_modify_ldt_args *uap) in linux_modify_ldt()
419 linux_sigaction(struct thread *td, struct linux_sigaction_args *args) in linux_sigaction()
468 linux_pause(struct thread *td, struct linux_pause_args *args) in linux_pause()
597 linux_mq_open(struct thread *td, struct linux_mq_open_args *args) in linux_mq_open()
[all …]

12345678910>>...35