Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/kern/
H A Dkern_descrip.c4143 struct fileproc* orig_fp = NULL; in sys_fcntl_nocancel() local
4164 if ((error = fp_lookup(p, orig_fd, &orig_fp, 1))) { in sys_fcntl_nocancel()
4169 if (orig_fp->f_type != DTYPE_VNODE) { in sys_fcntl_nocancel()
4171 fp_drop(p, orig_fd, orig_fp, 1); in sys_fcntl_nocancel()
4175 ivp = (struct vnode *)fp_get_data(orig_fp); in sys_fcntl_nocancel()
4183 fp_drop(p, orig_fd, orig_fp, 0); in sys_fcntl_nocancel()
4190 fp_drop(p, orig_fd, orig_fp, 0); in sys_fcntl_nocancel()
4236 fp_drop(p, orig_fd, orig_fp, 0); in sys_fcntl_nocancel()
4242 fp_drop(p, orig_fd, orig_fp, 0); in sys_fcntl_nocancel()