Home
last modified time | relevance | path

Searched refs:fp_getfvp (Results 1 – 7 of 7) sorted by relevance

/xnu-8796.141.3/bsd/sys/
H A Dfile.h101 int fp_getfvp(struct proc *p, int fd, struct fileproc **resultfp, struct vnode **resultvp);
/xnu-8796.141.3/bsd/security/audit/
H A Daudit_arg.c924 if (fp_getfvp(p, fd, &fp, &vp) != 0) { in audit_sysclose()
/xnu-8796.141.3/bsd/vfs/
H A Dvfs_syscalls.c3950 error = fp_getfvp(p, fd, &fp, &vp); in vnode_getfromfd()
6327 if ((error = fp_getfvp(p, uap->fd, &fp, &vp))) { in lseek()
6924 error = fp_getfvp(vfs_context_proc(ctx), fd, &fp, &fvp); in fstatat_internal()
8435 if ((error = fp_getfvp(p, uap->fd, &fp, &vp))) { in fsync_common()
8867 error = fp_getfvp(p, uap->src_fd, &fp, &fvp); in fclonefileat()
10323 error = fp_getfvp(vfs_context_proc(&context), fd, &fp, &vp); in getdirentries_common()
10634 if ((error = fp_getfvp(p, fd, &fp, &vp))) { in getdirentriesattr()
H A Dvfs_vnops.c2221 error = fp_getfvp(p, fd, &fp, &vp); in vnio_openfd()
H A Dvfs_attrlist.c4059 error = fp_getfvp(p, uap->dirfd, &fp, &dvp); in getattrlistbulk()
/xnu-8796.141.3/bsd/kern/
H A Dkern_descrip.c1939 fp_getfvp(proc_t p, int fd, struct fileproc **resultfp, struct vnode **resultvp) in fp_getfvp() function
5661 if ((error = fp_getfvp(p, fd, &fp, &vp))) { in sys_flock()
H A Duipc_syscalls.c3433 if ((error = fp_getfvp(p, uap->fd, &fp, &vp))) { in sendfile()