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;
748 fd_dup(file_t *fp, int minfd, int *newp, bool exclose, bool foclose)
770 fd_dup2(file_t *fp, unsigned newfd, int flags)
833 closef(file_t *fp)
1126 fd_allocfile(file_t **resultfp, int *resultfd)
1130 file_t *fp;
1177 fd_affix(proc_t *p, file_t *fp, unsigned fd)
1211 fd_abort(proc_t *p, file_t *fp, unsigned fd)
1246 file_t *fp = obj;
1268 file_t *fp = obj;
1295 file_t *
1298 file_t *fp;
1306 fputdummy(file_t
1429 file_t *fp;
1567 file_t *fp;
1720 file_t *fp;
1959 fd_clone(file_t *fp, unsigned fd, int flag, const struct fileops *fops,
1976 fnullop_fcntl(file_t *fp, u_int cmd, void *data)
1986 fnullop_poll(file_t *fp, int which)
1993 fnullop_kqfilter(file_t *fp, struct knote *kn)
2000 fnullop_restart(file_t *fp)
2006 fbadop_read(file_t *fp, off_t *offset, struct uio *uio,
2014 fbadop_write(file_t *fp, off_t *offset, struct uio *uio,
2022 fbadop_ioctl(file_t *fp, u_long com, void *data)
2029 fbadop_stat(file_t *fp, struct stat *sb)
2036 fbadop_close(file_t *fp)
2413 fill_file2(struct kinfo_file *kp, const file_t *fp, const fdfile_t *ff,