Searched refs:EVFILT_PROC (Results 1 – 5 of 5) sorted by relevance
43 #define EVFILT_PROC (-5) /* attached to struct proc */ macro
38 #define EVFILT_PROC (-5) /* attached to struct proc */ macro
41 #define EVFILT_PROC (-5) /* attached to struct proc */ macro
537 case EVFILT_PROC: in kevent()
1475 if (kev->filter == EVFILT_PROC && in kqueue_register()