Searched refs:fp_getfkq (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dfile_internal.h220 int fp_getfkq(struct proc *p, int fd, struct fileproc **resultfp, struct kqueue **resultkq);
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_event.c1507 if ((error = fp_getfkq(p, fd, &fp, &kq)) != 0)
H A Dproc_info.c1915 if ((error = fp_getfkq(p, fd, &fp, &kq)) !=0) {
H A Dkern_descrip.c3502 * fp_getfkq
3527 fp_getfkq(proc_t p, int fd, struct fileproc **resultfp, function

Completed in 133 milliseconds