Lines Matching refs:file_t
121 static void fill_file2(struct kinfo_file *, const file_t *, const fdfile_t *,
155 file_cache = pool_cache_init(sizeof(file_t), coherency_unit, 0,
353 file_t *
358 file_t *fp;
506 fd_getvnode(unsigned fd, file_t **fpp)
509 file_t *fp;
534 fd_getsock1(unsigned fd, struct socket **sop, file_t **fp)
551 file_t *fp;
566 file_t *
571 file_t *fp;
609 file_t *fp;
747 fd_dup(file_t *fp, int minfd, int *newp, bool exclose)
768 fd_dup2(file_t *fp, unsigned newfd, int flags)
830 closef(file_t *fp)
1123 fd_allocfile(file_t **resultfp, int *resultfd)
1127 file_t *fp;
1174 fd_affix(proc_t *p, file_t *fp, unsigned fd)
1208 fd_abort(proc_t *p, file_t *fp, unsigned fd)
1242 file_t *fp = obj;
1264 file_t *fp = obj;
1291 file_t *
1294 file_t *fp;
1302 fputdummy(file_t *fp)
1424 file_t *fp;
1557 file_t *fp;
1707 file_t *fp;
1918 fd_clone(file_t *fp, unsigned fd, int flag, const struct fileops *fops,
1934 fnullop_fcntl(file_t *fp, u_int cmd, void *data)
1944 fnullop_poll(file_t *fp, int which)
1951 fnullop_kqfilter(file_t *fp, struct knote *kn)
1958 fnullop_restart(file_t *fp)
1964 fbadop_read(file_t *fp, off_t *offset, struct uio *uio,
1972 fbadop_write(file_t *fp, off_t *offset, struct uio *uio,
1980 fbadop_ioctl(file_t *fp, u_long com, void *data)
1987 fbadop_stat(file_t *fp, struct stat *sb)
1994 fbadop_close(file_t *fp)
2371 fill_file2(struct kinfo_file *kp, const file_t *fp, const fdfile_t *ff,