Lines Matching refs:thread
51 struct thread;
102 struct thread *td);
104 struct ucred *active_cred, struct thread *td);
106 struct ucred *active_cred, struct thread *td);
108 struct ucred *active_cred, struct thread *td);
111 struct ucred *active_cred, struct thread *td);
112 typedef int fo_close_t(struct file *fp, struct thread *td);
114 struct ucred *active_cred, struct thread *td);
116 struct ucred *active_cred, struct thread *td);
119 off_t *sent, int flags, struct thread *td);
121 struct thread *td);
126 int flags, vm_ooffset_t foff, struct thread *td);
131 struct thread *td);
246 int fget(struct thread *td, int fd, cap_rights_t *rightsp, struct file **fpp);
247 int fget_mmap(struct thread *td, int fd, cap_rights_t *rightsp,
249 int fget_read(struct thread *td, int fd, cap_rights_t *rightsp,
251 int fget_write(struct thread *td, int fd, cap_rights_t *rightsp,
253 int fget_fcntl(struct thread *td, int fd, cap_rights_t *rightsp,
255 int _fdrop(struct file *fp, struct thread *td);
273 int fgetvp(struct thread *td, int fd, cap_rights_t *rightsp,
275 int fgetvp_exec(struct thread *td, int fd, cap_rights_t *rightsp,
277 int fgetvp_rights(struct thread *td, int fd, cap_rights_t *needrightsp,
279 int fgetvp_read(struct thread *td, int fd, cap_rights_t *rightsp,
281 int fgetvp_write(struct thread *td, int fd, cap_rights_t *rightsp,
327 int flags, struct thread *td) in fo_read()
335 int flags, struct thread *td) in fo_write()
343 struct thread *td) in fo_truncate()
351 struct thread *td) in fo_ioctl()
359 struct thread *td) in fo_poll()
367 struct thread *td) in fo_stat()
374 fo_close(struct file *fp, struct thread *td) in fo_close()
389 struct thread *td) in fo_chmod()
397 struct thread *td) in fo_chown()
406 struct thread *td) in fo_sendfile()
414 fo_seek(struct file *fp, off_t offset, int whence, struct thread *td) in fo_seek()
430 struct thread *td) in fo_mmap()
465 fo_fallocate(struct file *fp, off_t offset, off_t len, struct thread *td) in fo_fallocate()