Home | History | Annotate | Download | only in kern

Lines Matching refs:f_attach

209 	.f_attach = NULL,
216 .f_attach = NULL,
223 .f_attach = NULL,
230 .f_attach = filt_procattach,
243 .f_attach = filt_fileattach,
250 .f_attach = filt_timerattach,
258 .f_attach = filt_userattach,
324 * f_attach: fdp->fd_lock -> knote foplock ->
561 KASSERT(kn->kn_fop->f_attach != NULL);
565 * f_attach(). After f_attach() returns, kn->kn_fop may not
569 rv = kn->kn_fop->f_attach(kn);
572 rv = kn->kn_fop->f_attach(kn);
1696 .f_attach = NULL,