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

/freebsd-10.1-release/sys/sys/
H A Devent.h179 struct filterops { struct
218 struct filterops *kn_fop;
262 extern int kqueue_add_filteropts(int filt, struct filterops *filtops);
/freebsd-10.1-release/sys/kern/
H A Dkern_event.c99 static int kqueue_expand(struct kqueue *kq, struct filterops *fops,
107 static struct filterops *kqueue_fo_find(int filt);
157 static struct filterops file_filtops = {
161 static struct filterops kqread_filtops = {
167 static struct filterops proc_filtops = {
173 static struct filterops timer_filtops = {
179 static struct filterops user_filtops = {
262 struct filterops null_filtops = {
268 extern struct filterops sig_filtops;
269 extern struct filterops fs_filtop
[all...]
H A Dsubr_log.c80 static struct filterops log_read_filterops = {
H A Dtty_pts.c495 static struct filterops pts_kqops_read = {
500 static struct filterops pts_kqops_write = {
H A Dsys_pipe.c177 static struct filterops pipe_nfiltops = {
182 static struct filterops pipe_rfiltops = {
187 static struct filterops pipe_wfiltops = {
H A Dtty.c680 static struct filterops tty_kqops_read = {
685 static struct filterops tty_kqops_write = {
H A Dvfs_subr.c4299 struct filterops fs_filtops = {
4378 static struct filterops vfsread_filtops = {
4383 static struct filterops vfswrite_filtops = {
4388 static struct filterops vfsvnode_filtops = {
H A Duipc_mqueue.c265 struct filterops mq_rfiltops = {
270 struct filterops mq_wfiltops = {
H A Dvfs_aio.c379 static struct filterops aio_filtops = {
385 static struct filterops lio_filtops = {
H A Duipc_socket.c161 static struct filterops solisten_filtops = {
166 static struct filterops soread_filtops = {
171 static struct filterops sowrite_filtops = {
H A Dkern_sig.c118 struct filterops sig_filtops = {
H A Dsubr_bus.c414 struct filterops devctl_rfiltops = {
/freebsd-10.1-release/sys/dev/netmap/
H A Dnetmap_freebsd.c733 static struct filterops netmap_rfiltops = {
739 static struct filterops netmap_wfiltops = {
/freebsd-10.1-release/sys/arm/ti/
H A Dti_pruss.c285 static struct filterops ti_pruss_kq_read = {
/freebsd-10.1-release/sys/x86/acpica/
H A Dacpi_apm.c64 static struct filterops apm_readfiltops = {
/freebsd-10.1-release/sys/net/
H A Dif_tap.c121 static struct filterops tap_read_filterops = {
128 static struct filterops tap_write_filterops = {
H A Dif_tun.c151 static struct filterops tun_read_filterops = {
158 static struct filterops tun_write_filterops = {
H A Dbpf.c204 static struct filterops bpfread_filtops = {
/freebsd-10.1-release/sys/dev/usb/
H A Dusb_dev.c1231 static struct filterops usb_filtops_write = {
1237 static struct filterops usb_filtops_read = {
/freebsd-10.1-release/sys/cam/scsi/
H A Dscsi_target.c109 static struct filterops targread_filtops = {
/freebsd-10.1-release/sys/security/audit/
H A Daudit_pipe.c247 static struct filterops audit_pipe_read_filterops = {

Completed in 204 milliseconds