Home
last modified time | relevance | path

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

12

/NextBSD/sys/sys/
HDevent.h237 struct filterops { struct
278 struct filterops *kn_fop;
325 extern int kqueue_add_filteropts(int filt, struct filterops *filtops);
/NextBSD/sys/kern/
HDkern_event.c111 static int kqueue_expand(struct kqueue *kq, struct filterops *fops,
119 static struct filterops *kqueue_fo_find(int filt);
168 static struct filterops file_filtops = {
172 static struct filterops kqread_filtops = {
178 static struct filterops proc_filtops = {
184 static struct filterops timer_filtops = {
190 static struct filterops user_filtops = {
280 struct filterops null_filtops = {
286 extern struct filterops sig_filtops;
287 extern struct filterops fs_filtops;
[all …]
HDsubr_log.c80 static struct filterops log_read_filterops = {
HDtty_pts.c491 static struct filterops pts_kqops_read = {
496 static struct filterops pts_kqops_write = {
HDsys_procdesc.c476 static struct filterops procdesc_kqops = {
HDsys_pipe.c180 static struct filterops pipe_nfiltops = {
185 static struct filterops pipe_rfiltops = {
190 static struct filterops pipe_wfiltops = {
HDuipc_socket.c165 static struct filterops solisten_filtops = {
170 static struct filterops soread_filtops = {
175 static struct filterops sowrite_filtops = {
HDtty.c691 static struct filterops tty_kqops_read = {
696 static struct filterops tty_kqops_write = {
HDvfs_subr.c4698 struct filterops fs_filtops = {
4777 static struct filterops vfsread_filtops = {
4782 static struct filterops vfswrite_filtops = {
4787 static struct filterops vfsvnode_filtops = {
HDvfs_aio.c380 static struct filterops aio_filtops = {
386 static struct filterops lio_filtops = {
HDuipc_mqueue.c266 struct filterops mq_rfiltops = {
271 struct filterops mq_wfiltops = {
/NextBSD/sys/compat/mach/
HDmach_module.c49 extern struct filterops machport_filtops;
/NextBSD/sys/dev/beri/
HDberi_ring.c371 static struct filterops beri_read_filterops = {
378 static struct filterops beri_write_filterops = {
/NextBSD/sys/dev/netmap/
HDnetmap_freebsd.c748 static struct filterops netmap_rfiltops = {
754 static struct filterops netmap_wfiltops = {
/NextBSD/sys/arm/ti/
HDti_pruss.c281 static struct filterops ti_pruss_kq_read = {
/NextBSD/sys/compat/linux/
HDlinux_event.c153 static struct filterops eventfd_rfiltops = {
158 static struct filterops eventfd_wfiltops = {
/NextBSD/sys/net/
HDif_tap.c122 static struct filterops tap_read_filterops = {
129 static struct filterops tap_write_filterops = {
HDif_tun.c148 static struct filterops tun_read_filterops = {
155 static struct filterops tun_write_filterops = {
/NextBSD/sys/x86/acpica/
HDacpi_apm.c64 static struct filterops apm_readfiltops = {
/NextBSD/sys/compat/mach/ipc/
HDipc_pset.c515 struct filterops machport_filtops = {
/NextBSD/sys/fs/cuse/
HDcuse.c152 static struct filterops cuse_client_kqfilter_read_ops = {
158 static struct filterops cuse_client_kqfilter_write_ops = {
/NextBSD/sys/security/audit/
HDaudit_pipe.c246 static struct filterops audit_pipe_read_filterops = {
/NextBSD/sys/dev/usb/
HDusb_dev.c1231 static struct filterops usb_filtops_write = {
1237 static struct filterops usb_filtops_read = {
/NextBSD/sys/cam/scsi/
HDscsi_target.c110 static struct filterops targread_filtops = {
/NextBSD/sys/dev/cyapa/
HDcyapa.c1018 static struct filterops cyapa_filtops = {

12