Searched refs:f_attach (Results 1 – 9 of 9) sorted by relevance
| /f-stack/tools/compat/include/sys/ |
| H A D | event.h | 198 int (*f_attach)(struct knote *kn); member
|
| /f-stack/freebsd/kern/ |
| H A D | subr_log.c | 84 .f_attach = NULL,
|
| H A D | kern_event.c | 179 .f_attach = filt_fileattach, 189 .f_attach = filt_procattach, 195 .f_attach = filt_timerattach, 201 .f_attach = filt_userattach, 333 .f_attach = filt_nullattach, 1551 if ((error = kn->kn_fop->f_attach(kn)) != 0) { in kqueue_register()
|
| H A D | vfs_aio.c | 352 .f_attach = filt_aioattach, 358 .f_attach = filt_lioattach,
|
| H A D | kern_sig.c | 123 .f_attach = filt_sigattach,
|
| H A D | vfs_subr.c | 6051 .f_attach = filt_fsattach,
|
| /f-stack/freebsd/sys/ |
| H A D | event.h | 264 int (*f_attach)(struct knote *kn); member
|
| /f-stack/freebsd/security/audit/ |
| H A D | audit_pipe.c | 246 .f_attach = NULL,
|
| /f-stack/freebsd/net/ |
| H A D | if_tuntap.c | 255 .f_attach = NULL, 262 .f_attach = NULL,
|