Lines Matching defs:fp
111 ptsdev_read(struct file *fp, struct uio *uio, struct ucred *active_cred, in ptsdev_read()
185 ptsdev_write(struct file *fp, struct uio *uio, struct ucred *active_cred, in ptsdev_write()
258 ptsdev_ioctl(struct file *fp, u_long cmd, void *data, in ptsdev_ioctl()
385 ptsdev_poll(struct file *fp, int events, struct ucred *active_cred, in ptsdev_poll()
442 struct file *fp = kn->kn_fp; in pts_kqops_read_detach() local
452 struct file *fp = kn->kn_fp; in pts_kqops_read_event() local
468 struct file *fp = kn->kn_fp; in pts_kqops_write_detach() local
478 struct file *fp = kn->kn_fp; in pts_kqops_write_event() local
503 ptsdev_kqfilter(struct file *fp, struct knote *kn) in ptsdev_kqfilter()
530 ptsdev_stat(struct file *fp, struct stat *sb, struct ucred *active_cred) in ptsdev_stat()
566 ptsdev_close(struct file *fp, struct thread *td) in ptsdev_close()
587 ptsdev_fill_kinfo(struct file *fp, struct kinfo_file *kif, struct filedesc *fdp) in ptsdev_fill_kinfo()
731 pts_alloc(int fflags, struct thread *td, struct file *fp) in pts_alloc()
784 pts_alloc_external(int fflags, struct thread *td, struct file *fp, in pts_alloc_external()
834 struct file *fp; in sys_posix_openpt() local