Home
last modified time | relevance | path

Searched refs:EVFILT_PROC (Results 1 – 5 of 5) sorted by relevance

/f-stack/lib/
H A Dff_event.h43 #define EVFILT_PROC (-5) /* attached to struct proc */ macro
/f-stack/tools/compat/include/sys/
H A Devent.h38 #define EVFILT_PROC (-5) /* attached to struct proc */ macro
/f-stack/freebsd/sys/
H A Devent.h41 #define EVFILT_PROC (-5) /* attached to struct proc */ macro
/f-stack/app/nginx-1.16.1/src/event/modules/
H A Dngx_ff_module.c537 case EVFILT_PROC: in kevent()
/f-stack/freebsd/kern/
H A Dkern_event.c1475 if (kev->filter == EVFILT_PROC && in kqueue_register()