Searched defs:td (Results 201 - 225 of 798) sorted by relevance

1234567891011>>

/freebsd-10.3-release/sys/xen/xenstore/
H A Dxenstore_dev.c203 xs_dev_open(struct cdev *dev, int oflags, int devtype, struct thread *td) argument
/freebsd-10.3-release/sys/powerpc/powermac/
H A Dgrackle.c246 struct thread *td; local
/freebsd-10.3-release/sys/powerpc/powerpc/
H A Dcopyinout.c177 struct thread *td; local
215 struct thread *td; local
286 struct thread *td; local
314 struct thread *td; local
342 struct thread *td; local
383 struct thread *td; local
411 struct thread *td; local
438 struct thread *td; local
466 struct thread *td; local
494 struct thread *td; local
522 struct thread *td; local
573 struct thread *td; local
[all...]
H A Dmem.c269 memioctl(struct cdev *dev __unused, u_long cmd, caddr_t data, int flags, struct thread *td) argument
H A Dvm_machdep.c228 cpu_set_fork_handler(struct thread *td, void (*func)(void *), void *arg) argument
242 cpu_exit(struct thread *td) argument
400 cpu_thread_swapin(struct thread *td) argument
406 cpu_thread_swapout(struct thread *td) argument
/freebsd-10.3-release/sys/rpc/
H A Dclnt_rc.c122 struct thread *td = curthread; local
/freebsd-10.3-release/sys/security/mac/
H A Dmac_process.c130 mac_thread_userret(struct thread *td) argument
212 mac_proc_vm_revoke(struct thread *td) argument
253 mac_proc_vm_revoke_recurse(struct thread *td, struc argument
[all...]
H A Dmac_syscalls.c80 sys___mac_get_pid(struct thread *td, struct __mac_get_pid_args *uap) argument
129 sys___mac_get_proc(struct thread *td, struct __mac_get_proc_args *uap) argument
162 sys___mac_set_proc(struct thread *td, struct __mac_set_proc_args *uap) argument
223 sys___mac_get_fd(struct thread *td, struct __mac_get_fd_args *uap) argument
318 sys___mac_get_file(struct thread *td, struct __mac_get_file_args *uap) argument
369 sys___mac_get_link(struct thread *td, struct __mac_get_link_args *uap) argument
420 sys___mac_set_fd(struct thread *td, struct __mac_set_fd_args *uap) argument
521 sys___mac_set_file(struct thread *td, struct __mac_set_file_args *uap) argument
573 sys___mac_set_link(struct thread *td, struct __mac_set_link_args *uap) argument
625 sys_mac_syscall(struct thread *td, struct mac_syscall_args *uap) argument
664 sys___mac_get_pid(struct thread *td, struct __mac_get_pid_args *uap) argument
671 sys___mac_get_proc(struct thread *td, struct __mac_get_proc_args *uap) argument
678 sys___mac_set_proc(struct thread *td, struct __mac_set_proc_args *uap) argument
685 sys___mac_get_fd(struct thread *td, struct __mac_get_fd_args *uap) argument
692 sys___mac_get_file(struct thread *td, struct __mac_get_file_args *uap) argument
699 sys___mac_get_link(struct thread *td, struct __mac_get_link_args *uap) argument
706 sys___mac_set_fd(struct thread *td, struct __mac_set_fd_args *uap) argument
713 sys___mac_set_file(struct thread *td, struct __mac_set_file_args *uap) argument
720 sys___mac_set_link(struct thread *td, struct __mac_set_link_args *uap) argument
727 sys_mac_syscall(struct thread *td, struct mac_syscall_args *uap) argument
[all...]
/freebsd-10.3-release/sys/sparc64/sparc64/
H A Dtrap.c257 struct thread *td; local
442 trap_pfault(struct thread *td, struct trapframe *tf) argument
563 cpu_fetch_syscall_args(struct thread *td, struct syscall_args *sa) argument
620 struct thread *td; local
[all...]
/freebsd-10.3-release/sys/dev/smbus/
H A Dsmb.c139 smbopen(struct cdev *dev, int flags, int fmt, struct thread *td) argument
156 smbclose(struct cdev *dev, int flags, int fmt, struct thread *td) argument
169 smbioctl(struct cdev *dev, u_long cmd, caddr_t data, int flags, struct thread *td) argument
/freebsd-10.3-release/sys/i386/i386/
H A Delf_machdep.c146 elf32_dump_thread(struct thread *td, void *dst, size_t *off) argument
H A Dtrap.c191 struct thread *td = curthread; local
792 struct thread *td = curthread; local
1056 cpu_fetch_syscall_args(struct thread *td, struct syscall_args *sa) argument
1125 struct thread *td; local
[all...]
/freebsd-10.3-release/sys/i386/ibcs2/
H A Dibcs2_xenix.c63 ibcs2_xenix(struct thread *td, struct ibcs2_xenix_args *uap) argument
135 xenix_nap(struct thread *td, struct xenix_nap_args *uap) argument
147 xenix_utsname(struct thread *td, struct xenix_utsname_args *uap) argument
190 xenix_scoinfo(struct thread *td, struct xenix_scoinfo_args *uap) argument
198 xenix_eaccess(struct thread *td, struct xenix_eaccess_args *uap) argument
[all...]
/freebsd-10.3-release/sys/i386/include/
H A Dpcpu.h231 struct thread *td; local
/freebsd-10.3-release/sys/ia64/ia32/
H A Dia32_signal.c97 ofreebsd32_sigreturn(struct thread *td, struct ofreebsd32_sigreturn_args *uap) argument
118 freebsd4_freebsd32_sigreturn(struct thread *td, struct freebsd4_freebsd32_sigreturn_args *uap) argument
125 freebsd32_sigreturn(struct thread *td, struct freebsd32_sigreturn_args *uap) argument
132 ia32_setregs(struct thread *td, struct image_params *imgp, u_long stack) argument
280 freebsd32_getcontext(struct thread *td, struct freebsd32_getcontext_args *uap) argument
287 freebsd32_setcontext(struct thread *td, struct freebsd32_setcontext_args *uap) argument
294 freebsd32_swapcontext(struct thread *td, struct freebsd32_swapcontext_args *uap) argument
[all...]
/freebsd-10.3-release/sys/ia64/ia64/
H A Delf_machdep.c121 elf64_dump_thread(struct thread *td, void *dst, size_t *off __unused) argument
H A Dmca.c240 ia64_mca_intr(struct thread *td, u_int xiv, struct trapframe *tf) argument
H A Dvm_machdep.c98 cpu_thread_exit(struct thread *td) argument
106 cpu_thread_clean(struct thread *td) argument
111 cpu_thread_alloc(struct thread *td) argument
124 cpu_thread_free(struct thread *td) argument
129 cpu_thread_swapin(struct thread *td) argument
134 cpu_thread_swapout(struct thread *td) argument
141 cpu_set_syscall_retval(struct thread *td, int error) argument
171 cpu_set_upcall(struct thread *td, struct thread *td0) argument
205 cpu_set_upcall_kse(struct thread *td, void (*entry)(void *), void *arg, stack_t *stack) argument
250 cpu_set_user_tls(struct thread *td, void *tls_base) argument
350 cpu_exit(struct thread *td) argument
[all...]
/freebsd-10.3-release/sys/contrib/ipfilter/netinet/
H A Dmlfk_ipl.c325 ipfpoll(struct cdev *dev, int events, struct thread *td) argument
/freebsd-10.3-release/sys/arm/arm/
H A Dtrap-v6.c170 call_trapsignal(struct thread *td, int sig, int code, vm_offset_t addr) argument
247 struct thread *td; local
274 struct thread *td; local
551 abort_fatal(struct trapframe *tf, u_int idx, u_int fsr, u_int far, u_int prefetch, struct thread *td, struct ksig *ksig) argument
612 abort_align(struct trapframe *tf, u_int idx, u_int fsr, u_int far, u_int prefetch, struct thread *td, struct ksig *ksig) argument
658 abort_icache(struct trapframe *tf, u_int idx, u_int fsr, u_int far, u_int prefetch, struct thread *td, struct ksig *ksig) argument
[all...]
/freebsd-10.3-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, argument
161 freebsd32_ioctl_ioc_read_toc(struct thread *td, argument
187 freebsd32_ioctl_fiodgname(struct thread *td, 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.3-release/sys/compat/linux/
H A Dlinux_getcwd.c414 linux_getcwd(struct thread *td, struct linux_getcwd_args *args) argument
[all...]
H A Dlinux_time.c206 linux_clock_gettime(struct thread *td, struct linux_clock_gettime_args *args) argument
337 linux_clock_settime(struct thread *td, struc argument
376 linux_clock_getres(struct thread *td, struct linux_clock_getres_args *args) argument
465 linux_nanosleep(struct thread *td, struct linux_nanosleep_args *args) argument
509 linux_clock_nanosleep(struct thread *td, struct linux_clock_nanosleep_args *args) argument
[all...]
H A Dlinux_uid16.c109 linux_chown16(struct thread *td, struct linux_chown16_args *args) argument
134 linux_lchown16(struct thread *td, struct linux_lchown16_args *args) argument
159 linux_setgroups16(struct thread *td, struct linux_setgroups16_args *args) argument
229 linux_getgroups16(struct thread *td, struc argument
294 linux_getgid16(struct thread *td, struct linux_getgid16_args *args) argument
306 linux_getuid16(struct thread *td, struct linux_getuid16_args *args) argument
318 linux_getegid16(struct thread *td, struct linux_getegid16_args *args) argument
332 linux_geteuid16(struct thread *td, struct linux_geteuid16_args *args) argument
346 linux_setgid16(struct thread *td, struct linux_setgid16_args *args) argument
361 linux_setuid16(struct thread *td, struct linux_setuid16_args *args) argument
376 linux_setregid16(struct thread *td, struct linux_setregid16_args *args) argument
392 linux_setreuid16(struct thread *td, struct linux_setreuid16_args *args) argument
408 linux_setresgid16(struct thread *td, struct linux_setresgid16_args *args) argument
426 linux_setresuid16(struct thread *td, struct linux_setresuid16_args *args) argument
[all...]
H A Dlinux_util.c72 linux_emul_convpath(struct thread *td, const char *path, enum uio_seg pathseg, argument
84 linux_msg(const struct thread *td, const char *fmt, ...) argument

Completed in 261 milliseconds

1234567891011>>