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

/freebsd-13-stable/tests/sys/acl/
H A Daclfuzzer.sh148 f_touch() function
195 4|18|19) cmd=f_touch ;;
/freebsd-13-stable/sys/sys/
H A Devent.h253 * Hint values for the optional f_touch event filter. If f_touch is not set
254 * to NULL and f_isfd is zero the f_touch filter will be called with the type
267 void (*f_touch)(struct knote *kn, struct kevent *kev, u_long type); member in struct:filterops
/freebsd-13-stable/sys/kern/
H A Dkern_event.c199 .f_touch = filt_timertouch,
205 .f_touch = filt_usertouch,
1675 if (!fops->f_isfd && fops->f_touch != NULL) {
1676 fops->f_touch(kn, kev, EVENT_REGISTER);
2013 kn->kn_fop->f_touch != NULL);
2015 kn->kn_fop->f_touch(kn, kevp, EVENT_PROCESS);
/freebsd-13-stable/sys/dev/gpio/
H A Dgpioc.c162 .f_touch = NULL

Completed in 176 milliseconds