Home
last modified time | relevance | path

Searched refs:filterops (Results 1 – 21 of 21) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Devent.h196 struct filterops { struct
237 struct filterops *kn_fop;
282 extern int kqueue_add_filteropts(int filt, struct filterops *filtops);
/f-stack/freebsd/sys/
H A Devent.h262 struct filterops { struct
306 struct filterops *kn_fop;
349 int kqueue_add_filteropts(int filt, struct filterops *filtops);
/f-stack/freebsd/kern/
H A Dkern_event.c177 static struct filterops file_filtops = {
181 static struct filterops kqread_filtops = {
187 static struct filterops proc_filtops = {
193 static struct filterops timer_filtops = {
200 static struct filterops user_filtops = {
331 struct filterops null_filtops = {
337 extern struct filterops sig_filtops;
338 extern struct filterops fs_filtops;
347 struct filterops *for_fop;
1337 static struct filterops *
[all …]
H A Dsys_eventfd.c91 static struct filterops eventfd_rfiltops = {
97 static struct filterops eventfd_wfiltops = {
H A Dsubr_log.c82 static struct filterops log_read_filterops = {
H A Dtty_pts.c499 static struct filterops pts_kqops_read = {
504 static struct filterops pts_kqops_write = {
H A Dsys_procdesc.c487 static struct filterops procdesc_kqops = {
H A Dsys_pipe.c182 static struct filterops pipe_nfiltops = {
187 static struct filterops pipe_rfiltops = {
192 static struct filterops pipe_wfiltops = {
H A Dtty.c754 static struct filterops tty_kqops_read = {
760 static struct filterops tty_kqops_write = {
H A Duipc_socket.c181 static struct filterops soread_filtops = {
186 static struct filterops sowrite_filtops = {
191 static struct filterops soempty_filtops = {
H A Dvfs_subr.c6049 struct filterops fs_filtops = {
6128 static struct filterops vfsread_filtops = {
6133 static struct filterops vfswrite_filtops = {
6138 static struct filterops vfsvnode_filtops = {
H A Duipc_mqueue.c279 struct filterops mq_rfiltops = {
284 struct filterops mq_wfiltops = {
H A Dvfs_aio.c350 static struct filterops aio_filtops = {
356 static struct filterops lio_filtops = {
H A Dkern_sig.c121 struct filterops sig_filtops = {
H A Dsubr_bus.c418 struct filterops devctl_rfiltops = {
/f-stack/freebsd/x86/acpica/
H A Dacpi_apm.c66 static struct filterops apm_readfiltops = {
/f-stack/lib/
H A Dff_glue.c188 struct filterops fs_filtops;
189 struct filterops sig_filtops;
/f-stack/freebsd/security/audit/
H A Daudit_pipe.c244 static struct filterops audit_pipe_read_filterops = {
/f-stack/freebsd/arm/ti/
H A Dti_pruss.c803 static struct filterops ti_pruss_kq_read = {
/f-stack/freebsd/net/
H A Dif_tuntap.c253 static struct filterops tun_read_filterops = {
260 static struct filterops tun_write_filterops = {
H A Dbpf.c252 static struct filterops bpfread_filtops = {