Searched refs:fp_getfvp (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dfile_internal.h230 int fp_getfvp(struct proc *p, int fd, struct fileproc **resultfp, struct vnode **resultvp);
/macosx-10.10/xnu-2782.1.97/bsd/security/audit/
H A Daudit_arg.c890 if (fp_getfvp(p, fd, &fp, &vp) != 0)
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_aio.c2490 error = fp_getfvp( entryp->procp, entryp->aiocb.aio_fildes, &fp, &vp);
H A Dkern_descrip.c3330 * fp_getfvp
3357 fp_getfvp(proc_t p, int fd, struct fileproc **resultfp, struct vnode **resultvp) function
5091 * fp_getfvp:EBADF Bad file descriptor
5092 * fp_getfvp:ENOTSUP fd does not refer to a vnode
5114 if ( (error = fp_getfvp(p, fd, &fp, &vp)) ) {
H A Duipc_syscalls.c2891 if ((error = fp_getfvp(p, uap->fd, &fp, &vp))) {
2892 ENXIO_10146739_DBG("%s: fp_getfvp error. %s");
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_syscalls.c2850 error = fp_getfvp(p, fd, &fp, &vp);
4713 if ( (error = fp_getfvp(p,uap->fd, &fp, &vp)) ) {
6442 * fp_getfvp:EBADF Bad file descriptor
6443 * fp_getfvp:ENOTSUP fd does not refer to a vnode
6459 if ( (error = fp_getfvp(p, uap->fd, &fp, &vp)) )
7618 error = fp_getfvp(vfs_context_proc(&context), fd, &fp, &vp);
7901 if ( (error = fp_getfvp(p, fd, &fp, &vp)) ) {
H A Dvfs_attrlist.c3387 error = fp_getfvp(p, uap->dirfd, &fp, &dvp);
/macosx-10.10/xnu-2782.1.97/bsd/hfs/
H A Dhfs_readwrite.c1682 if ((error = fp_getfvp(p, to_fd, &to_fp, &to_vp)) != 0) {

Completed in 126 milliseconds