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

/darwin-on-arm/xnu/bsd/sys/
H A Dfile_internal.h200 int fp_getfpshm(struct proc *p, int fd, struct fileproc **resultfp, struct pshmnode **resultpshm);
/darwin-on-arm/xnu/bsd/kern/
H A Dproc_info.c1508 if ((error = fp_getfpshm(p, fd, &fp, &pshm)) !=0) {
1619 error = EBADF; /* ick - mirror fp_getfpshm */
H A Dkern_descrip.c3163 * fp_getfpshm
3190 fp_getfpshm(proc_t p, int fd, struct fileproc **resultfp, function

Completed in 83 milliseconds