Searched refs:f_attach (Results 1 – 12 of 12) sorted by relevance
/freebsd/sys/kern/ |
H A D | subr_log.c | 79 .f_attach = NULL,
|
H A D | kern_event.c | 184 .f_attach = filt_fileattach, 194 .f_attach = filt_procattach, 200 .f_attach = filt_timerattach, 206 .f_attach = filt_userattach, 338 .f_attach = filt_nullattach, 1676 if ((error = kn->kn_fop->f_attach(kn)) != 0) { in kqueue_register()
|
H A D | vfs_aio.c | 344 .f_attach = filt_aioattach, 350 .f_attach = filt_lioattach,
|
H A D | kern_sig.c | 122 .f_attach = filt_sigattach,
|
H A D | vfs_subr.c | 6485 .f_attach = filt_fsattach,
|
/freebsd/sys/sys/ |
H A D | event.h | 270 int (*f_attach)(struct knote *kn); member
|
/freebsd/sys/dev/qat/qat_common/ |
H A D | adf_freebsd_dev_processes.c | 90 .f_attach = NULL,
|
/freebsd/sys/dev/evdev/ |
H A D | uinput.c | 104 .f_attach = NULL,
|
H A D | cdev.c | 96 .f_attach = NULL,
|
/freebsd/sys/security/audit/ |
H A D | audit_pipe.c | 243 .f_attach = NULL,
|
/freebsd/sys/net/ |
H A D | if_tuntap.c | 258 .f_attach = NULL, 265 .f_attach = NULL,
|
/freebsd/sys/dev/gpio/ |
H A D | gpioc.c | 156 .f_attach = NULL,
|