Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/kern/
H A Dkern_descrip.c4063 struct fileproc* orig_fp = NULL; in sys_fcntl_nocancel() local
4084 if ((error = fp_lookup(p, orig_fd, &orig_fp, 1))) { in sys_fcntl_nocancel()
4089 if (orig_fp->f_type != DTYPE_VNODE) { in sys_fcntl_nocancel()
4091 fp_drop(p, orig_fd, orig_fp, 1); in sys_fcntl_nocancel()
4095 ivp = (struct vnode *)fp_get_data(orig_fp); in sys_fcntl_nocancel()
4103 fp_drop(p, orig_fd, orig_fp, 0); in sys_fcntl_nocancel()
4110 fp_drop(p, orig_fd, orig_fp, 0); in sys_fcntl_nocancel()
4156 fp_drop(p, orig_fd, orig_fp, 0); in sys_fcntl_nocancel()
4162 fp_drop(p, orig_fd, orig_fp, 0); in sys_fcntl_nocancel()