Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Dkern_descrip.c4171 struct fileproc* orig_fp = NULL; in sys_fcntl_nocancel() local
4192 if ((error = fp_lookup(p, orig_fd, &orig_fp, 1))) { in sys_fcntl_nocancel()
4197 if (orig_fp->f_type != DTYPE_VNODE) { in sys_fcntl_nocancel()
4199 fp_drop(p, orig_fd, orig_fp, 1); in sys_fcntl_nocancel()
4203 ivp = (struct vnode *)fp_get_data(orig_fp); in sys_fcntl_nocancel()
4211 fp_drop(p, orig_fd, orig_fp, 0); in sys_fcntl_nocancel()
4218 fp_drop(p, orig_fd, orig_fp, 0); in sys_fcntl_nocancel()
4264 fp_drop(p, orig_fd, orig_fp, 0); in sys_fcntl_nocancel()
4270 fp_drop(p, orig_fd, orig_fp, 0); in sys_fcntl_nocancel()