Searched refs:DTYPE_KQUEUE (Results 1 – 3 of 3) sorted by relevance
64 #define DTYPE_KQUEUE 5 /* event queue */ macro
1002 finit(fp, FREAD | FWRITE, DTYPE_KQUEUE, kq, &kqueueops); in kern_kqueue()1434 if (fp->f_type == DTYPE_KQUEUE) { in kqueue_register()1647 if (fp->f_type != DTYPE_KQUEUE || kq == NULL) in kqueue_acquire()
4748 case DTYPE_KQUEUE: in file_type_to_name()