Home
last modified time | relevance | path

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

/freebsd-14-stable/tests/sys/acl/
HDaclfuzzer.sh147 f_touch() function
194 4|18|19) cmd=f_touch ;;
/freebsd-14-stable/sys/sys/
HDevent.h273 void (*f_touch)(struct knote *kn, struct kevent *kev, u_long type); member
/freebsd-14-stable/sys/kern/
HDkern_event.c203 .f_touch = filt_timertouch,
209 .f_touch = filt_usertouch,
1718 if (!fops->f_isfd && fops->f_touch != NULL) { in kqueue_register()
1719 fops->f_touch(kn, kev, EVENT_REGISTER); in kqueue_register()
2065 kn->kn_fop->f_touch != NULL); in kqueue_scan()
2067 kn->kn_fop->f_touch(kn, kevp, EVENT_PROCESS); in kqueue_scan()
/freebsd-14-stable/sys/dev/gpio/
HDgpioc.c160 .f_touch = NULL