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

/xnu-2422.115.4/bsd/sys/
H A Devent.h442 /* Hint values for f_touch filter operation */
451 /* Optional f_touch operation, called only if !f_isfd && non-NULL */
452 void (*f_touch)(struct knote *kn, struct kevent64_s *kev, long type); member in struct:filterops
/xnu-2422.115.4/osfmk/ipc/
H A Dipc_pset.c329 .f_touch = filt_machporttouch,
/xnu-2422.115.4/bsd/kern/
H A Dkern_event.c233 .f_touch = filt_timertouch,
270 .f_touch = filt_usertouch,
1793 if (fops->f_isfd || fops->f_touch == NULL) {
1815 if (!fops->f_isfd && fops->f_touch != NULL)
1816 fops->f_touch(kn, kev, EVENT_REGISTER);
1873 * Events with non-NULL f_touch operations must be touched.
1888 touch = (!kn->kn_fop->f_isfd && kn->kn_fop->f_touch != NULL);
1906 kn->kn_fop->f_touch(kn, &kev,
H A Dkern_sig.c159 .f_touch = filt_signaltouch,

Completed in 34 milliseconds