Searched refs:fdgetf_noref (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dfile_internal.h221 extern int fdgetf_noref(proc_t, int, struct fileproc **);
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_usrreq.c1925 * fdgetf_noref:EBADF
1949 if (((error = fdgetf_noref(p, fds[i], &tmpfp)) != 0)) {
1963 (void) fdgetf_noref(p, fds[i], &fp);
H A Dkern_descrip.c2897 * fdgetf_noref
2919 fdgetf_noref(proc_t p, int fd, struct fileproc **resultfp) function

Completed in 27 milliseconds