Home
last modified time | relevance | path

Searched refs:DTYPE_KQUEUE (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/compat/linux/
H A Dlinux_event.c306 if (epfp->f_type != DTYPE_KQUEUE) { in linux_epoll_ctl()
389 if (epfp->f_type != DTYPE_KQUEUE) { in linux_epoll_wait_ts()
/freebsd/sys/sys/
H A Dfile.h64 #define DTYPE_KQUEUE 5 /* event queue */ macro
/freebsd/sys/kern/
H A Dkern_event.c1111 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()
H A Dkern_descrip.c5044 case DTYPE_KQUEUE: in file_type_to_name()