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

/darwin-on-arm/xnu/bsd/sys/
H A Dfile_internal.h206 int fp_getfvp(struct proc *p, int fd, struct fileproc **resultfp, struct vnode **resultvp);
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_arg.c895 if (fp_getfvp(p, fd, &fp, &vp) != 0)
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_aio.c2480 error = fp_getfvp( entryp->procp, entryp->aiocb.aio_fildes, &fp, &vp);
H A Dkern_descrip.c2936 * fp_getfvp
2963 fp_getfvp(proc_t p, int fd, struct fileproc **resultfp, struct vnode **resultvp) function
4713 * fp_getfvp:EBADF Bad file descriptor
4714 * fp_getfvp:ENOTSUP fd does not refer to a vnode
4736 if ( (error = fp_getfvp(p, fd, &fp, &vp)) ) {
H A Duipc_syscalls.c2090 if ((error = fp_getfvp(p, uap->fd, &fp, &vp))) {
2091 ENXIO_10146739_DBG("%s: fp_getfvp error. %s");
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_syscalls.c4179 if ( (error = fp_getfvp(p,uap->fd, &fp, &vp)) ) {
5810 * fp_getfvp:EBADF Bad file descriptor
5811 * fp_getfvp:ENOTSUP fd does not refer to a vnode
5827 if ( (error = fp_getfvp(p, uap->fd, &fp, &vp)) )
6923 error = fp_getfvp(vfs_context_proc(&context), fd, &fp, &vp);
7204 if ( (error = fp_getfvp(p, fd, &fp, &vp)) ) {

Completed in 162 milliseconds