Searched refs:f_detach (Results 1 – 25 of 35) sorted by relevance
12
| /openbsd/src/sys/nfs/ |
| D | nfs_kq.c | 282 .f_detach = filt_nfsdetach, 289 .f_detach = filt_nfsdetach, 296 .f_detach = filt_nfsdetach,
|
| /openbsd/src/sys/kern/ |
| D | kern_event.c | 143 .f_detach = filt_kqdetach, 152 .f_detach = filt_procdetach, 161 .f_detach = filt_sigdetach, 170 .f_detach = NULL, 177 .f_detach = filt_timerdetach, 784 .f_detach = filt_seltruedetach, 836 .f_detach = filt_deaddetach, 854 .f_detach = filt_deaddetach, 879 kn->kn_fop->f_detach(kn); in filter_detach() 882 kn->kn_fop->f_detach(kn); in filter_detach()
|
| D | vfs_default.c | 173 .f_detach = filt_generic_detach,
|
| D | sys_pipe.c | 85 .f_detach = filt_pipedetach, 94 .f_detach = filt_pipedetach, 103 .f_detach = filt_pipedetach,
|
| D | tty_pty.c | 725 .f_detach = filt_ptcrdetach, 732 .f_detach = filt_ptcwdetach, 739 .f_detach = filt_ptcrdetach,
|
| D | subr_log.c | 112 .f_detach = filt_logrdetach,
|
| /openbsd/src/sys/miscfs/fifofs/ |
| D | fifo_vnops.c | 116 .f_detach = filt_fifordetach, 125 .f_detach = filt_fifowdetach, 134 .f_detach = filt_fifordetach,
|
| /openbsd/src/sys/dev/acpi/ |
| D | acpi_apm.c | 170 .f_detach = acpi_filtdetach,
|
| /openbsd/src/sys/dev/ |
| D | hotplug.c | 54 .f_detach = filt_hotplugrdetach,
|
| D | midi.c | 72 .f_detach = filt_midiwdetach, 84 .f_detach = filt_midirdetach,
|
| D | rnd.c | 162 .f_detach = filt_randomdetach, 169 .f_detach = filt_randomdetach,
|
| /openbsd/src/sys/net/ |
| D | if_pppx.c | 205 .f_detach = filt_pppx_rdetach, 217 .f_detach = filt_pppx_wdetach, 984 .f_detach = filt_pppac_rdetach, 996 .f_detach = filt_pppac_wdetach,
|
| D | if_tun.c | 146 .f_detach = filt_tunrdetach, 155 .f_detach = filt_tunwdetach,
|
| /openbsd/src/sys/sys/ |
| D | event.h | 223 void (*f_detach)(struct knote *kn); member
|
| /openbsd/src/sys/isofs/cd9660/ |
| D | cd9660_vnops.c | 930 .f_detach = filt_cd9660detach, 937 .f_detach = filt_cd9660detach, 944 .f_detach = filt_cd9660detach,
|
| /openbsd/src/sys/dev/wscons/ |
| D | wsevent.c | 132 .f_detach = filt_wseventdetach,
|
| /openbsd/src/sys/arch/macppc/dev/ |
| D | apm.c | 91 .f_detach = filt_apmrdetach,
|
| /openbsd/src/sys/arch/loongson/dev/ |
| D | apm.c | 99 .f_detach = filt_apmrdetach,
|
| /openbsd/src/sys/arch/arm64/dev/ |
| D | apm.c | 99 .f_detach = filt_apmrdetach,
|
| /openbsd/src/sys/arch/sparc64/dev/ |
| D | vldcp.c | 654 .f_detach = filt_vldcprdetach, 661 .f_detach = filt_vldcpwdetach,
|
| /openbsd/src/sys/dev/usb/ |
| D | uhid.c | 442 .f_detach = filt_uhidrdetach,
|
| /openbsd/src/sys/miscfs/fuse/ |
| D | fuse_vnops.c | 116 .f_detach = filt_fusefsdetach, 123 .f_detach = filt_fusefsdetach, 130 .f_detach = filt_fusefsdetach,
|
| D | fuse_device.c | 83 .f_detach = filt_fuse_rdetach,
|
| /openbsd/src/sys/ufs/ufs/ |
| D | ufs_vnops.c | 1794 .f_detach = filt_ufsdetach, 1801 .f_detach = filt_ufsdetach, 1808 .f_detach = filt_ufsdetach,
|
| /openbsd/src/sys/msdosfs/ |
| D | msdosfs_vnops.c | 1928 .f_detach = filt_msdosfsdetach, 1935 .f_detach = filt_msdosfsdetach, 1942 .f_detach = filt_msdosfsdetach,
|
12