Lines Matching defs:hint
156 static int filt_kqueue(struct knote *kn, long hint);
159 static int filt_proc(struct knote *kn, long hint);
169 static int filt_timer(struct knote *kn, long hint);
172 static int filt_user(struct knote *kn, long hint);
401 filt_kqueue(struct knote *kn, long hint)
489 filt_proc(struct knote *kn, long hint)
499 event = (u_int)hint & NOTE_PCTRLMASK;
957 filt_timer(struct knote *kn, long hint)
988 filt_user(struct knote *kn, __unused long hint)
2371 knote(struct knlist *list, long hint, int lockflags)
2408 error = kn->kn_fop->f_event(kn, hint);
2415 if (kn->kn_fop->f_event(kn, hint))