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

/freebsd-11.0-release/tests/sys/acl/
H A Daclfuzzer.sh149 f_touch() function
196 4|18|19) cmd=f_touch ;;
/freebsd-11.0-release/sys/sys/
H A Devent.h187 * Hint values for the optional f_touch event filter. If f_touch is not set
188 * to NULL and f_isfd is zero the f_touch filter will be called with the type
201 void (*f_touch)(struct knote *kn, struct kevent *kev, u_long type); member in struct:filterops
/freebsd-11.0-release/sys/kern/
H A Dkern_event.c187 .f_touch = filt_usertouch,
1353 if (!fops->f_isfd && fops->f_touch != NULL) {
1354 fops->f_touch(kn, kev, EVENT_REGISTER);
1694 kn->kn_fop->f_touch != NULL);
1696 kn->kn_fop->f_touch(kn, kevp, EVENT_PROCESS);

Completed in 113 milliseconds