Searched refs:f_touch (Results 1 – 3 of 3) sorted by relevance
| /f-stack/tools/compat/include/sys/ |
| H A D | event.h | 201 void (*f_touch)(struct knote *kn, struct kevent *kev, u_long type); member
|
| /f-stack/freebsd/sys/ |
| H A D | event.h | 267 void (*f_touch)(struct knote *kn, struct kevent *kev, u_long type); member
|
| /f-stack/freebsd/kern/ |
| H A D | kern_event.c | 198 .f_touch = filt_timertouch, 204 .f_touch = filt_usertouch, 1592 if (!fops->f_isfd && fops->f_touch != NULL) { in kqueue_register() 1593 fops->f_touch(kn, kev, EVENT_REGISTER); in kqueue_register() 1930 kn->kn_fop->f_touch != NULL); in kqueue_scan() 1932 kn->kn_fop->f_touch(kn, kevp, EVENT_PROCESS); in kqueue_scan()
|