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

/freebsd-10.2-release/tools/regression/acltools/
H A Daclfuzzer.sh149 f_touch() function
196 4|18|19) cmd=f_touch ;;
/freebsd-10.2-release/sys/sys/
H A Devent.h176 * Hint values for the optional f_touch event filter. If f_touch is not set
177 * to NULL and f_isfd is zero the f_touch filter will be called with the type
190 void (*f_touch)(struct knote *kn, struct kevent *kev, u_long type); member in struct:filterops
/freebsd-10.2-release/sys/kern/
H A Dkern_event.c183 .f_touch = filt_usertouch,
1187 if (!fops->f_isfd && fops->f_touch != NULL) {
1188 fops->f_touch(kn, kev, EVENT_REGISTER);
1532 kn->kn_fop->f_touch != NULL);
1534 kn->kn_fop->f_touch(kn, kevp, EVENT_PROCESS);

Completed in 91 milliseconds