Searched refs:f_attach (Results 1 – 25 of 35) sorted by relevance
12
/openbsd/sys/nfs/ |
H A D | nfs_kq.c | 281 .f_attach = NULL, 288 .f_attach = NULL, 295 .f_attach = NULL,
|
/openbsd/sys/kern/ |
H A D | kern_event.c | 142 .f_attach = NULL, 151 .f_attach = filt_procattach, 160 .f_attach = filt_sigattach, 169 .f_attach = filt_fileattach, 176 .f_attach = filt_timerattach, 783 .f_attach = NULL, 835 .f_attach = NULL, 853 .f_attach = NULL, 866 error = kn->kn_fop->f_attach(kn); in filter_attach() 869 error = kn->kn_fop->f_attach(kn); in filter_attach()
|
H A D | vfs_default.c | 172 .f_attach = NULL,
|
H A D | sys_pipe.c | 84 .f_attach = NULL, 93 .f_attach = NULL, 102 .f_attach = NULL,
|
H A D | tty_pty.c | 724 .f_attach = NULL, 731 .f_attach = NULL, 738 .f_attach = NULL,
|
/openbsd/sys/miscfs/fifofs/ |
H A D | fifo_vnops.c | 115 .f_attach = NULL, 124 .f_attach = NULL, 133 .f_attach = NULL,
|
/openbsd/sys/dev/wscons/ |
H A D | wsevent.c | 91 .f_attach = NULL,
|
/openbsd/sys/dev/acpi/ |
H A D | acpi_apm.c | 169 .f_attach = NULL,
|
/openbsd/sys/dev/ |
H A D | hotplug.c | 53 .f_attach = NULL,
|
H A D | midi.c | 71 .f_attach = NULL, 83 .f_attach = NULL,
|
H A D | rnd.c | 161 .f_attach = NULL, 168 .f_attach = NULL,
|
H A D | video.c | 452 .f_attach = NULL,
|
/openbsd/sys/net/ |
H A D | if_pppx.c | 204 .f_attach = NULL, 216 .f_attach = NULL, 985 .f_attach = NULL, 997 .f_attach = NULL,
|
H A D | if_tun.c | 137 .f_attach = NULL, 146 .f_attach = NULL,
|
/openbsd/sys/sys/ |
H A D | event.h | 222 int (*f_attach)(struct knote *kn); member
|
/openbsd/sys/isofs/cd9660/ |
H A D | cd9660_vnops.c | 929 .f_attach = NULL, 936 .f_attach = NULL, 943 .f_attach = NULL,
|
/openbsd/sys/arch/macppc/dev/ |
H A D | apm.c | 90 .f_attach = NULL,
|
/openbsd/sys/arch/loongson/dev/ |
H A D | apm.c | 98 .f_attach = NULL,
|
/openbsd/sys/arch/arm64/dev/ |
H A D | apm.c | 98 .f_attach = NULL,
|
/openbsd/sys/arch/sparc64/dev/ |
H A D | vldcp.c | 653 .f_attach = NULL, 660 .f_attach = NULL,
|
/openbsd/sys/dev/usb/ |
H A D | uhid.c | 442 .f_attach = NULL,
|
/openbsd/sys/miscfs/fuse/ |
H A D | fuse_vnops.c | 115 .f_attach = NULL, 122 .f_attach = NULL, 129 .f_attach = NULL,
|
H A D | fuse_device.c | 82 .f_attach = NULL,
|
/openbsd/sys/ufs/ufs/ |
H A D | ufs_vnops.c | 1793 .f_attach = NULL, 1800 .f_attach = NULL, 1807 .f_attach = NULL,
|
/openbsd/sys/msdosfs/ |
H A D | msdosfs_vnops.c | 1927 .f_attach = NULL, 1934 .f_attach = NULL, 1941 .f_attach = NULL,
|
12