Searched refs:preparefileread (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.140.41/bsd/kern/ |
| H A D | sys_generic.c | 184 static int preparefileread(struct proc *p, struct fileproc **fp_ret, int fd, int check_for_vnode); 245 if ((error = preparefileread(p, &fp, fd, 0))) { in read_nocancel() 285 if ((error = preparefileread(p, &fp, fd, 1))) { in pread_nocancel() 318 preparefileread(struct proc *p, struct fileproc **fp_ret, int fd, int check_for_pread) in preparefileread() function 871 if ((error = preparefileread(p, &fp, fdes, is_preadv))) { in rd_uio()
|