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

/darwin-on-arm/xnu/bsd/sys/
H A Dfile_internal.h196 int fp_getfkq(struct proc *p, int fd, struct fileproc **resultfp, struct kqueue **resultkq);
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_event.c1389 if ((error = fp_getfkq(p, fd, &fp, &kq)) != 0)
H A Dproc_info.c1532 if ((error = fp_getfkq(p, fd, &fp, &kq)) !=0) {
H A Dkern_descrip.c3108 * fp_getfkq
3133 fp_getfkq(proc_t p, int fd, struct fileproc **resultfp, function

Completed in 28 milliseconds