Lines Matching refs:fileproc

155 ZONE_DEFINE_ID(ZONE_ID_FILEPROC, "fileproc", struct fileproc, ZC_ZFREE_CLEARMEM);
349 procfdtbl_releasefd(struct proc * p, int fd, struct fileproc * fp) in procfdtbl_releasefd()
453 struct fileproc *nfp; in finishdup()
454 struct fileproc *ofp; in finishdup()
588 struct fileproc **fpp; in fdt_available_locked()
612 struct fileproc *fp; in fdt_next()
638 struct fileproc *fp; in fdt_prev()
708 struct fileproc *fp = fdp->fd_ofiles[i]; in fdt_exec()
768 struct fileproc **ofiles; in fdt_fork()
873 struct fileproc *ofp, *nfp; in fdt_fork()
924 struct fileproc *fp, **ofiles; in fdt_invalidate()
1005 struct fileproc *
1008 struct fileproc *fp; in fileproc_alloc_init()
1017 fileproc_free(struct fileproc *fp) in fileproc_free()
1086 struct fileproc **newofiles, **ofiles; in fdalloc()
1177 fileproc_modify_vflags(struct fileproc *fp, fileproc_vflags_t vflags, boolean_t clearflags) in fileproc_modify_vflags()
1187 fileproc_get_vflags(struct fileproc *fp) in fileproc_get_vflags()
1228 falloc_withinit(proc_t p, struct fileproc **resultfp, int *resultfd, in falloc_withinit()
1231 struct fileproc *fp; in falloc_withinit()
1306 falloc(proc_t p, struct fileproc **resultfp, int *resultfd, vfs_context_t ctx) in falloc()
1324 fp_free(proc_t p, int fd, struct fileproc * fp) in fp_free()
1336 struct fileproc *
1340 struct fileproc *fp; in fp_get_noref_locked()
1352 struct fileproc *
1356 struct fileproc *fp = NULL; in fp_get_noref_locked_with_iocount()
1397 fp_lookup(proc_t p, int fd, struct fileproc **resultfp, int locked) in fp_lookup()
1400 struct fileproc *fp; in fp_lookup()
1429 fp_get_ftype(proc_t p, int fd, file_type_t ftype, int err, struct fileproc **fpp) in fp_get_ftype()
1432 struct fileproc *fp; in fp_get_ftype()
1480 fp_drop(proc_t p, int fd, struct fileproc *fp, int locked) in fp_drop()
1541 fileproc_drain(proc_t p, struct fileproc * fp) in fileproc_drain()
1608 fp_close_and_unlock(proc_t p, int fd, struct fileproc *fp, int flags) in fp_close_and_unlock()
1740 struct fileproc *wfp; in dupfdopen()
1741 struct fileproc *fp; in dupfdopen()
1879 fp_getfvp(proc_t p, int fd, struct fileproc **resultfp, struct vnode **resultvp) in fp_getfvp()
1881 struct fileproc *fp; in fp_getfvp()
1921 struct fileproc *fp = FILEPROC_NULL; in fp_get_pipe_id()
2029 struct fileproc *fp; in file_vnode_withvid()
2081 struct fileproc *fp; in file_socket()
2118 struct fileproc *fp; in file_flags()
2161 struct fileproc *fp; in file_drop()
2199 struct fileproc *fp; in fd_rdwr()
2390 struct fileproc *fp; in sys_dup()
2446 struct fileproc *fp, *nfp; in dup2()
2639 sys_fcntl_out(proc_t p, int fd, struct fileproc *fp, int error) in sys_fcntl_out()
2648 sys_fcntl_outdrop(proc_t p, int fd, struct fileproc *fp, struct vnode *vp, int error) in sys_fcntl_outdrop()
2658 struct fileproc *fp, int32_t *retval);
2661 user_long_t arg, struct fileproc *fp, struct vnode *vp, int32_t *retval);
2671 struct fileproc *fp, struct vnode *vp, int32_t *retval) in sys_fcntl__OPENFROM()
2759 struct fileproc *fp; in sys_fcntl_nocancel()
4051 struct fileproc* orig_fp = NULL; in sys_fcntl_nocancel()
4390 struct fileproc *fp2 = NULL; in sys_fcntl_nocancel()
4978 struct fileproc *fp; in close_nocancel()
5036 struct fileproc *fp; in fstat()
5285 struct fileproc *fp; in sys_fpathconf()
5366 struct fileproc *fp; in sys_flock()
5441 struct fileproc *fp = FILEPROC_NULL; in sys_fileport_makeport()
5535 struct fileproc *fp = FILEPROC_NULL; in fileport_makefd()
5631 fo_read(struct fileproc *fp, struct uio *uio, int flags, vfs_context_t ctx) in fo_read()
5637 fo_no_read(struct fileproc *fp, struct uio *uio, int flags, vfs_context_t ctx) in fo_no_read()
5659 fo_write(struct fileproc *fp, struct uio *uio, int flags, vfs_context_t ctx) in fo_write()
5665 fo_no_write(struct fileproc *fp, struct uio *uio, int flags, vfs_context_t ctx) in fo_no_write()
5695 fo_ioctl(struct fileproc *fp, u_long com, caddr_t data, vfs_context_t ctx) in fo_ioctl()
5706 fo_no_ioctl(struct fileproc *fp, u_long com, caddr_t data, vfs_context_t ctx) in fo_no_ioctl()
5728 fo_select(struct fileproc *fp, int which, void *wql, vfs_context_t ctx) in fo_select()
5734 fo_no_select(struct fileproc *fp, int which, void *wql, vfs_context_t ctx) in fo_no_select()
5774 fo_drain(struct fileproc *fp, vfs_context_t ctx) in fo_drain()
5780 fo_no_drain(struct fileproc *fp, vfs_context_t ctx) in fo_no_drain()
5801 fo_kqfilter(struct fileproc *fp, struct knote *kn, struct kevent_qos_s *kev) in fo_kqfilter()
5807 fo_no_kqfilter(struct fileproc *fp, struct knote *kn, struct kevent_qos_s *kev) in fo_no_kqfilter()