HomeSort by: relevance | last modified time | path
    Searched refs:DTYPE_KQUEUE (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/kern/
sys_epoll.c 273 if (epfp->f_type != DTYPE_KQUEUE)
406 if (epfp->f_type != DTYPE_KQUEUE)
567 if (currfp->f_type != DTYPE_KQUEUE)
575 if (targetfp->f_type == DTYPE_KQUEUE) {
652 fdirrelevant = fp->f_type != DTYPE_KQUEUE;
kern_event.c 1727 fp->f_type = DTYPE_KQUEUE;
1825 if (fp->f_type != DTYPE_KQUEUE) {
uipc_usrreq.c 1575 || fp->f_type == DTYPE_KQUEUE) {
kern_descrip.c 1514 fp->f_type == DTYPE_KQUEUE)) {
  /src/sys/sys/
file.h 113 struct kqueue *fd_kq; // DTYPE_KQUEUE
183 #define DTYPE_KQUEUE 4 /* event queue */
  /src/sys/miscfs/procfs/
procfs_vfsops.c 391 case DTYPE_KQUEUE:
procfs_vnops.c 1892 case DTYPE_KQUEUE:
1975 case DTYPE_KQUEUE: /*FALLTHROUGH*/
  /src/usr.bin/fstat/
fstat.c 547 case DTYPE_KQUEUE:

Completed in 26 milliseconds