Home
last modified time | relevance | path

Searched defs:td (Results 201 – 225 of 860) sorted by relevance

12345678910>>...35

/freebsd/sys/dev/usb/controller/
H A Duss820dci.c248 uss820dci_setup_rx(struct uss820dci_softc *sc, struct uss820dci_td *td) in uss820dci_setup_rx()
373 uss820dci_data_rx(struct uss820dci_softc *sc, struct uss820dci_td *td) in uss820dci_data_rx()
498 uss820dci_data_tx(struct uss820dci_softc *sc, struct uss820dci_td *td) in uss820dci_data_tx()
603 uss820dci_data_tx_sync(struct uss820dci_softc *sc, struct uss820dci_td *td) in uss820dci_data_tx_sync()
650 struct uss820dci_td *td; in uss820dci_xfer_do_fifo() local
694 struct uss820dci_td *td; in uss820dci_xfer_do_complete() local
855 struct uss820dci_td *td; in uss820dci_setup_standard_chain_sub() local
880 struct uss820dci_td *td; in uss820dci_setup_standard_chain() local
1112 struct uss820dci_td *td; in uss820dci_standard_done_sub() local
2284 struct uss820dci_td *td; in uss820dci_xfer_setup() local
H A Dehci.c136 ehci_qtd_t *td; member
1096 ehci_qtd_t *td; in ehci_non_isoc_done_sub() local
1261 ehci_sitd_t *td; in ehci_check_transfer() local
1280 ehci_itd_t *td; in ehci_check_transfer() local
1314 ehci_qtd_t *td; in ehci_check_transfer() local
1548 ehci_qtd_t *td; in ehci_setup_standard_chain_sub() local
1738 ehci_qtd_t *td; in ehci_setup_standard_chain() local
2390 ehci_sitd_t *td; in ehci_device_isoc_fs_open() local
2436 ehci_sitd_t *td; in ehci_device_isoc_fs_enter() local
2647 ehci_itd_t *td; in ehci_device_isoc_hs_open() local
[all …]
/freebsd/sys/netinet/
H A Dtcp_usrreq.c156 tcp_usr_attach(struct socket *so, int proto, struct thread *td) in tcp_usr_attach()
223 tcp_usr_bind(struct socket *so, struct sockaddr *nam, struct thread *td) in tcp_usr_bind()
278 tcp6_usr_bind(struct socket *so, struct sockaddr *nam, struct thread *td) in tcp6_usr_bind()
356 tcp_usr_listen(struct socket *so, int backlog, struct thread *td) in tcp_usr_listen()
407 tcp6_usr_listen(struct socket *so, int backlog, struct thread *td) in tcp6_usr_listen()
474 tcp_usr_connect(struct socket *so, struct sockaddr *nam, struct thread *td) in tcp_usr_connect()
542 tcp6_usr_connect(struct socket *so, struct sockaddr *nam, struct thread *td) in tcp6_usr_connect()
909 struct sockaddr *nam, struct mbuf *control, struct thread *td) in tcp_usr_send()
1459 tcp_connect(struct tcpcb *tp, struct sockaddr_in *sin, struct thread *td) in tcp_connect()
1502 tcp6_connect(struct tcpcb *tp, struct sockaddr_in6 *sin6, struct thread *td) in tcp6_connect()
/freebsd/sys/kern/
H A Dkern_exec.c219 sys_execve(struct thread *td, struct execve_args *uap) in sys_execve()
245 sys_fexecve(struct thread *td, struct fexecve_args *uap) in sys_fexecve()
275 sys___mac_execve(struct thread *td, struct __mac_execve_args *uap) in sys___mac_execve()
298 pre_execve(struct thread *td, struct vmspace **oldvmspace) in pre_execve()
319 post_execve(struct thread *td, int error, struct vmspace *oldvmspace) in post_execve()
348 kern_execve(struct thread *td, struct image_args *args, struct mac *mac_p, in kern_execve()
381 do_execve(struct thread *td, struct image_args *args, struct mac *mac_p, in do_execve()
1036 exec_cleanup(struct thread *td, struct vmspace *oldvmspace) in exec_cleanup()
1092 exec_onexec_old(struct thread *td) in exec_onexec_old()
1129 struct thread *td = curthread; in exec_new_vmspace() local
[all …]
H A Dkern_acct.c199 sys_acct(struct thread *td, struct acct_args *uap) in sys_acct()
308 acct_disable(struct thread *td, int logging) in acct_disable()
331 acct_process(struct thread *td) in acct_process()
H A Dtty_info.c89 struct thread *td; in proc_sum() local
109 thread_compare(struct thread *td, struct thread *td2) in thread_compare()
289 struct thread *td, *tdpick; in tty_info() local
H A Dkern_membarrier.c117 kern_membarrier(struct thread *td, int cmd, unsigned flags, int cpu_id) in kern_membarrier()
236 sys_membarrier(struct thread *td, struct membarrier_args *uap) in sys_membarrier()
H A Dkern_intr.c85 struct thread *td; member
186 struct thread *td; in ithread_update() local
486 struct thread *td; in intr_getaffinity() local
561 struct thread *td; in ithread_create() local
584 struct thread *td; in ithread_destroy() local
820 struct thread *td; in _intr_drain() local
977 struct thread *td; in intr_event_schedule_thread() local
1261 struct thread *td; in ithread_loop() local
1363 struct thread *td; in intr_event_handle() local
H A Dkern_rctl.c1609 sys_rctl_get_racct(struct thread *td, struct rctl_get_racct_args *uap) in sys_rctl_get_racct()
1705 sys_rctl_get_rules(struct thread *td, struct rctl_get_rules_args *uap) in sys_rctl_get_rules()
1791 sys_rctl_get_limits(struct thread *td, struct rctl_get_limits_args *uap) in sys_rctl_get_limits()
1874 sys_rctl_add_rule(struct thread *td, struct rctl_add_rule_args *uap) in sys_rctl_add_rule()
1919 sys_rctl_remove_rule(struct thread *td, struct rctl_remove_rule_args *uap) in sys_rctl_remove_rule()
2213 sys_rctl_get_racct(struct thread *td, struct rctl_get_racct_args *uap) in sys_rctl_get_racct()
2220 sys_rctl_get_rules(struct thread *td, struct rctl_get_rules_args *uap) in sys_rctl_get_rules()
2227 sys_rctl_get_limits(struct thread *td, struct rctl_get_limits_args *uap) in sys_rctl_get_limits()
2234 sys_rctl_add_rule(struct thread *td, struct rctl_add_rule_args *uap) in sys_rctl_add_rule()
2241 sys_rctl_remove_rule(struct thread *td, struct rctl_remove_rule_args *uap) in sys_rctl_remove_rule()
/freebsd/sys/dev/pty/
H A Dpty.c60 ptydev_fdopen(struct cdev *dev, int fflags, struct thread *td, struct file *fp) in ptydev_fdopen()
128 ptmx_fdopen(struct cdev *dev __unused, int fflags, struct thread *td, in ptmx_fdopen()
/freebsd/sys/dev/hwpmc/
H A Dhwpmc_mod.c1441 pmc_process_csw_in(struct thread *td) in pmc_process_csw_in()
1599 pmc_process_csw_out(struct thread *td) in pmc_process_csw_out()
1790 pmc_process_thread_add(struct thread *td) in pmc_process_thread_add()
1803 pmc_process_thread_delete(struct thread *td) in pmc_process_thread_delete()
4565 struct thread *td; in pmc_post_callchain_callback() local
4605 struct thread *td; in pmc_add_sample() local
4696 struct thread *td; in pmc_process_interrupt() local
4718 struct thread *td; in pmc_capture_user_callchain() local
4827 struct thread *td; in pmc_process_samples() local
5240 pmc_process_threadexit(struct thread *td) in pmc_process_threadexit()
[all …]
/freebsd/sys/compat/linux/
H A Dlinux_util.c79 linux_pwd_onexec(struct thread *td) in linux_pwd_onexec()
98 linux_pwd_onexec_native(struct thread *td) in linux_pwd_onexec_native()
105 linux_msg(const struct thread *td, const char *fmt, ...) in linux_msg()
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Doutput.c116 iiburst_new(tdata_t *td, int max) in iiburst_new()
195 find_iidesc(tdata_t *td, iidesc_match_t *match) in find_iidesc()
309 copy_from_strong(tdata_t *td, GElf_Sym *sym, iidesc_t *strongdesc, in copy_from_strong()
335 sort_iidescs(Elf *elf, const char *file, tdata_t *td, int fuzzymatch, in sort_iidescs()
711 make_ctf_data(tdata_t *td, Elf *elf, const char *file, size_t *lenp, int flags) in make_ctf_data()
726 write_ctf(tdata_t *td, const char *curname, const char *newname, int flags) in write_ctf()
/freebsd/sys/net/
H A Dbpf_zerocopy.c177 zbuf_setup(struct thread *td, vm_offset_t uaddr, size_t len, in zbuf_setup()
489 bpf_zerocopy_ioctl_getzmax(struct thread *td, struct bpf_d *d, size_t *i) in bpf_zerocopy_ioctl_getzmax()
505 bpf_zerocopy_ioctl_rotzbuf(struct thread *td, struct bpf_d *d, in bpf_zerocopy_ioctl_rotzbuf()
526 bpf_zerocopy_ioctl_setzbuf(struct thread *td, struct bpf_d *d, in bpf_zerocopy_ioctl_setzbuf()
/freebsd/sys/fs/autofs/
H A Dautofs.c221 autofs_ignore_thread(const struct thread *td) in autofs_ignore_thread()
646 autofs_open(struct cdev *dev, int flags, int fmt, struct thread *td) in autofs_open()
670 autofs_close(struct cdev *dev, int flag, int fmt, struct thread *td) in autofs_close()
683 struct thread *td) in autofs_ioctl()
/freebsd/sys/dev/io/
H A Diodev.c66 struct thread *td) in ioopen()
84 struct thread *td) in ioclose()
/freebsd/sys/security/mac/
H A Dmac_process.c127 mac_thread_userret(struct thread *td) in mac_thread_userret()
209 mac_proc_vm_revoke(struct thread *td) in mac_proc_vm_revoke()
250 mac_proc_vm_revoke_recurse(struct thread *td, struct ucred *cred, in mac_proc_vm_revoke_recurse()
/freebsd/sys/ufs/ufs/
H A Dufs_acl.c155 ufs_getacl_nfs4_internal(struct vnode *vp, struct acl *aclp, struct thread *td) in ufs_getacl_nfs4_internal()
229 struct thread *td) in ufs_get_oldacl()
374 ufs_setacl_nfs4_internal(struct vnode *vp, struct acl *aclp, struct thread *td) in ufs_setacl_nfs4_internal()
/freebsd/sys/dev/gpio/
H A Dgpiopps.c65 gpiopps_open(struct cdev *dev, int flags, int fmt, struct thread *td) in gpiopps_open()
78 gpiopps_close(struct cdev *dev, int flags, int fmt, struct thread *td) in gpiopps_close()
90 gpiopps_ioctl(struct cdev *dev, u_long cmd, caddr_t data, int flags, struct thread *td) in gpiopps_ioctl()
/freebsd/sys/netsmb/
H A Dsmb_dev.c126 nsmb_dev_open(struct cdev *dev, int oflags, int devtype, struct thread *td) in nsmb_dev_open()
172 nsmb_dev_ioctl(struct cdev *dev, u_long cmd, caddr_t data, int flag, struct thread *td) in nsmb_dev_ioctl()
381 struct thread *td; in smb_dev2share() local
/freebsd/sys/powerpc/powerpc/
H A Ddb_trace.c132 db_backtrace(struct thread *td, db_addr_t fp, int count) in db_backtrace()
312 db_trace_thread(struct thread *td, int count) in db_trace_thread()
/freebsd/sys/kgssapi/
H A Dgsstest.c202 gsstest_1(struct thread *td) in gsstest_1()
413 gsstest_2(struct thread *td, int step, const gss_buffer_t input_token, in gsstest_2()
587 struct thread *td = curthread; in gsstest_get_rpc() local
793 gsstest_3(struct thread *td) in gsstest_3()
880 gsstest_4(struct thread *td) in gsstest_4()
1054 gsstest(struct thread *td, struct gsstest_args *uap) in gsstest()
/freebsd/tools/regression/kthread/kld/
H A Dkthrdlk.c60 struct thread *td = (struct thread *) arg; in thr_suspender() local
87 struct thread *td = (struct thread *) arg; in thr_resumer() local
/freebsd/sys/security/audit/
H A Daudit_arg.c450 audit_arg_sockaddr(struct thread *td, int dirfd, struct sockaddr *sa) in audit_arg_sockaddr()
733 audit_arg_upath(struct thread *td, int dirfd, char *upath, char **pathp) in audit_arg_upath()
742 audit_arg_upath1(struct thread *td, int dirfd, char *upath) in audit_arg_upath1()
755 audit_arg_upath2(struct thread *td, int dirfd, char *upath) in audit_arg_upath2()
768 audit_arg_upath_vp(struct thread *td, struct vnode *rdir, struct vnode *cdir, in audit_arg_upath_vp()
778 audit_arg_upath1_vp(struct thread *td, struct vnode *rdir, struct vnode *cdir, in audit_arg_upath1_vp()
792 audit_arg_upath2_vp(struct thread *td, struct vnode *rdir, struct vnode *cdir, in audit_arg_upath2_vp()
996 audit_sysclose(struct thread *td, int fd, struct file *fp) in audit_sysclose()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clvfsops.c287 struct thread *td; in nfs_statfs() local
400 struct thread *td) in ncl_fsinfo()
436 struct thread *td = curthread; in nfs_mountroot() local
564 struct sockaddr_in *sin, struct nfs_args *args, struct thread *td, in nfs_mountdiskless()
603 const char *hostname, struct ucred *cred, struct thread *td) in nfs_decode_args()
926 struct thread *td; in nfs_mount() local
1509 struct ucred *cred, struct thread *td, int nametimeo, int negnametimeo, in mountnfs()
1856 struct thread *td; in nfs_unmount() local
2006 struct thread *td; in nfs_sync() local

12345678910>>...35