Searched refs:fp_getfvp (Results 1 – 7 of 7) sorted by relevance
| /xnu-11417.140.69/bsd/sys/ |
| H A D | file.h | 101 int fp_getfvp(struct proc *p, int fd, struct fileproc **resultfp, struct vnode **resultvp);
|
| /xnu-11417.140.69/bsd/security/audit/ |
| H A D | audit_arg.c | 924 if (fp_getfvp(p, fd, &fp, &vp) != 0) { in audit_sysclose()
|
| /xnu-11417.140.69/bsd/vfs/ |
| H A D | vfs_syscalls.c | 4102 error = fp_getfvp(p, fd, &fp, &vp); in vnode_getfromfd() 6541 if ((error = fp_getfvp(p, uap->fd, &fp, &vp))) { in lseek() 7144 error = fp_getfvp(vfs_context_proc(ctx), fd, &fp, &fvp); in fstatat_internal() 8643 if ((error = fp_getfvp(p, uap->fd, &fp, &vp))) { in fsync_common() 9102 error = fp_getfvp(p, uap->src_fd, &fp, &fvp); in fclonefileat() 10590 error = fp_getfvp(vfs_context_proc(&context), fd, &fp, &vp); in getdirentries_common() 10901 if ((error = fp_getfvp(p, fd, &fp, &vp))) { in getdirentriesattr()
|
| H A D | vfs_vnops.c | 2246 error = fp_getfvp(p, fd, &fp, &vp); in vnio_openfd()
|
| H A D | vfs_attrlist.c | 4181 error = fp_getfvp(p, uap->dirfd, &fp, &dvp); in getattrlistbulk()
|
| /xnu-11417.140.69/bsd/kern/ |
| H A D | kern_descrip.c | 1955 fp_getfvp(proc_t p, int fd, struct fileproc **resultfp, struct vnode **resultvp) in fp_getfvp() function 5784 if ((error = fp_getfvp(p, fd, &fp, &vp))) { in sys_flock()
|
| H A D | uipc_syscalls.c | 3746 if ((error = fp_getfvp(p, uap->fd, &fp, &vp))) { in sendfile()
|