Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/kern/
H A Dkern_descrip.c4158 struct fileproc* orig_fp = NULL; in sys_fcntl_nocancel() local
4179 if ((error = fp_lookup(p, orig_fd, &orig_fp, 1))) { in sys_fcntl_nocancel()
4184 if (orig_fp->f_type != DTYPE_VNODE) { in sys_fcntl_nocancel()
4186 fp_drop(p, orig_fd, orig_fp, 1); in sys_fcntl_nocancel()
4190 ivp = (struct vnode *)fp_get_data(orig_fp); in sys_fcntl_nocancel()
4198 fp_drop(p, orig_fd, orig_fp, 0); in sys_fcntl_nocancel()
4205 fp_drop(p, orig_fd, orig_fp, 0); in sys_fcntl_nocancel()
4251 fp_drop(p, orig_fd, orig_fp, 0); in sys_fcntl_nocancel()
4257 fp_drop(p, orig_fd, orig_fp, 0); in sys_fcntl_nocancel()