Searched refs:DTYPE_KQUEUE (Results 1 – 4 of 4) sorted by relevance
306 if (epfp->f_type != DTYPE_KQUEUE) { in linux_epoll_ctl()389 if (epfp->f_type != DTYPE_KQUEUE) { in linux_epoll_wait_ts()
64 #define DTYPE_KQUEUE 5 /* event queue */ macro
1111 finit(fp, FREAD | FWRITE, DTYPE_KQUEUE, kq, &kqueueops); in kern_kqueue()1553 if (fp->f_type == DTYPE_KQUEUE) { in kqueue_register()1767 if (fp->f_type != DTYPE_KQUEUE || kq == NULL) in kqueue_acquire()
5044 case DTYPE_KQUEUE: in file_type_to_name()