Home | Sort by: relevance | last modified time | path |
/src/sys/kern/ | |
sys_epoll.c | 558 file_t *currfp, *targetfp; local in function:epoll_recover_watch_tree 572 targetfp = fd_getfile(kn->kn_kevent.kext_epfd); 573 if (targetfp == NULL) 575 if (targetfp->f_type == DTYPE_KQUEUE) { |
sys_epoll.c | 558 file_t *currfp, *targetfp; local in function:epoll_recover_watch_tree 572 targetfp = fd_getfile(kn->kn_kevent.kext_epfd); 573 if (targetfp == NULL) 575 if (targetfp->f_type == DTYPE_KQUEUE) { |