Lines Matching defs:td
326 _holdfp_cache(thread_t td, int fd) in _holdfp_cache()
475 _holdfp2(thread_t td, int fd, char *fflagsp) in _holdfp2()
510 dropfp(thread_t td, int fd, struct file *fp) in dropfp()
570 fexitcache(thread_t td) in fexitcache()
621 thread_t td = curthread; in readplimits() local
701 struct thread *td = curthread; in kern_fcntl() local
998 struct thread *td = curthread; in kern_dup() local
1366 struct thread *td = curthread; in kern_closefrom() local
1420 struct thread *td = curthread; in kern_close() local
1477 struct thread *td = curthread; in kern_shutdown() local
1508 struct thread *td = curthread; in kern_fstat() local
1544 struct thread *td = curthread; in sys_fpathconf() local
2102 checkfdclosed(thread_t td, struct filedesc *fdp, int fd, struct file *fp, in checkfdclosed()
2693 holdfp(thread_t td, int fd, int flag) in holdfp()
2715 holdsock(thread_t td, int fd, struct file **fpp) in holdsock()
2746 holdvnode(thread_t td, int fd, struct file **fpp) in holdvnode()
2774 holdvnode2(thread_t td, int fd, struct file **fpp, char *fflagsp) in holdvnode2()
3121 thread_t td = curthread; in sys_flock() local
3177 thread_t td; in fdopen() local