Symbol: selinfo
sys/arm/ti/ti_pruss.c
111
struct selinfo sc_selinfo;
sys/arm/ti/ti_pruss.c
137
struct selinfo sc_selinfo;
sys/cam/scsi/scsi_pass.c
137
struct selinfo read_select;
sys/cam/scsi/scsi_target.c
95
struct selinfo read_select;
sys/compat/linuxkpi/common/include/linux/fs.h
91
struct selinfo f_selinfo;
sys/dev/aac/aacvar.h
388
struct selinfo rcv_select;
sys/dev/aacraid/aacraid_var.h
407
struct selinfo rcv_select;
sys/dev/acpica/acpivar.h
125
struct selinfo sel_read;
sys/dev/adb/adb_mouse.c
93
struct selinfo rsel;
sys/dev/atkbdc/psm.c
433
struct selinfo rsel; /* Process selecting for Input */
sys/dev/cyapa/cyapa.c
1144
knlist = &sc->selinfo.si_note;
sys/dev/cyapa/cyapa.c
1165
selrecord(td, &sc->selinfo);
sys/dev/cyapa/cyapa.c
1181
knlist = &sc->selinfo.si_note;
sys/dev/cyapa/cyapa.c
158
struct selinfo selinfo;
sys/dev/cyapa/cyapa.c
335
KNOTE_LOCKED(&sc->selinfo.si_note, 0);
sys/dev/cyapa/cyapa.c
343
selwakeup(&sc->selinfo);
sys/dev/cyapa/cyapa.c
535
knlist_init_mtx(&sc->selinfo.si_note, &sc->mutex);
sys/dev/cyapa/cyapa.c
641
knlist_clear(&sc->selinfo.si_note, 0);
sys/dev/cyapa/cyapa.c
642
seldrain(&sc->selinfo);
sys/dev/cyapa/cyapa.c
643
knlist_destroy(&sc->selinfo.si_note);
sys/dev/drm2/drmP.h
423
struct selinfo event_poll;
sys/dev/evdev/evdev_private.h
229
struct selinfo ec_selp; /* (q) */
sys/dev/evdev/uinput.c
117
struct selinfo ucs_selp;
sys/dev/firewire/firewirereg.h
199
struct selinfo rsel;
sys/dev/gpio/gpioc.c
1003
selrecord(td, &priv->selinfo);
sys/dev/gpio/gpioc.c
1032
knlist = &priv->selinfo.si_note;
sys/dev/gpio/gpioc.c
1065
struct knlist *knlist = &priv->selinfo.si_note;
sys/dev/gpio/gpioc.c
568
selwakeup(&priv->selinfo);
sys/dev/gpio/gpioc.c
569
KNOTE_LOCKED(&priv->selinfo.si_note, 0);
sys/dev/gpio/gpioc.c
674
knlist_clear(&priv->selinfo.si_note, 0);
sys/dev/gpio/gpioc.c
675
seldrain(&priv->selinfo);
sys/dev/gpio/gpioc.c
676
knlist_destroy(&priv->selinfo.si_note);
sys/dev/gpio/gpioc.c
694
knlist_init_mtx(&priv->selinfo.si_note, &priv->mtx);
sys/dev/gpio/gpioc.c
83
struct selinfo selinfo;
sys/dev/hid/hidraw.c
108
struct selinfo sc_rsel;
sys/dev/hid/u2f.c
87
struct selinfo sc_rsel;
sys/dev/hyperv/utilities/hv_kvp.c
175
struct selinfo hv_kvp_selinfo;
sys/dev/hyperv/utilities/hv_snapshot.c
194
struct selinfo hv_vss_selinfo;
sys/dev/ipmi/ipmivars.h
77
struct selinfo ipmi_select;
sys/dev/kbd/kbd.c
61
struct selinfo gkb_rsel;
sys/dev/mfi/mfivar.h
259
struct selinfo mfi_select;
sys/dev/mpi3mr/mpi3mr.h
744
struct selinfo mpi3mr_select;
sys/dev/mrsas/mrsas.h
3482
struct selinfo mrsas_select;
sys/dev/netmap/netmap_kern.h
123
struct selinfo si;
sys/dev/netmap/netmap_kern.h
175
#define NM_SELINFO_T struct selinfo
sys/dev/qat/qat_common/adf_freebsd_dev_processes.c
67
struct selinfo rsel;
sys/dev/random/randomdev.c
101
static struct selinfo rsel;
sys/dev/snp/snp.c
111
struct selinfo snp_outpoll; /* (t) Output polling. */
sys/dev/sound/midi/midi.c
73
struct selinfo rsel, wsel;
sys/dev/sound/pcm/buffer.h
56
struct selinfo sel;
sys/dev/tcp_log/tcp_log_dev.c
58
static struct selinfo tcp_log_sel;
sys/dev/usb/usb_dev.c
1141
knlist_remove(&f->selinfo.si_note, kn, 0);
sys/dev/usb/usb_dev.c
1286
knlist_add(&f->selinfo.si_note, kn, 1);
sys/dev/usb/usb_dev.c
1346
selrecord(td, &f->selinfo);
sys/dev/usb/usb_dev.c
1384
selrecord(td, &f->selinfo);
sys/dev/usb/usb_dev.c
1750
KNOTE_LOCKED(&f->selinfo.si_note, 0);
sys/dev/usb/usb_dev.c
1753
selwakeup(&f->selinfo);
sys/dev/usb/usb_dev.c
390
knlist_init_mtx(&f->selinfo.si_note, mtx);
sys/dev/usb/usb_dev.c
630
knlist_clear(&f->selinfo.si_note, 0);
sys/dev/usb/usb_dev.c
631
seldrain(&f->selinfo);
sys/dev/usb/usb_dev.c
632
knlist_destroy(&f->selinfo.si_note);
sys/dev/usb/usb_dev.c
793
KNOTE_LOCKED(&f->selinfo.si_note, 0);
sys/dev/usb/usb_dev.c
797
selwakeup(&f->selinfo);
sys/dev/usb/usb_dev.h
109
struct selinfo selinfo;
sys/dev/vkbd/vkbd.c
115
struct selinfo ks_rsel; /* select(2) */
sys/dev/vkbd/vkbd.c
116
struct selinfo ks_wsel;
sys/dev/vt/vt_sysmouse.c
79
static struct selinfo sysmouse_bufpoll;
sys/dev/xen/evtchn/evtchn_dev.c
83
struct selinfo ev_rsel;
sys/dev/xen/xenstore/xenstore_dev.c
90
struct selinfo ev_rsel;
sys/fs/cuse/cuse.c
1064
selwakeup(&pcs->selinfo);
sys/fs/cuse/cuse.c
1065
KNOTE_LOCKED(&pcs->selinfo.si_note, 0);
sys/fs/cuse/cuse.c
147
struct selinfo selinfo;
sys/fs/cuse/cuse.c
1904
selrecord(td, &pcs->selinfo);
sys/fs/cuse/cuse.c
1958
knlist_remove(&pcs->selinfo.si_note, kn, 1);
sys/fs/cuse/cuse.c
1972
knlist_remove(&pcs->selinfo.si_note, kn, 1);
sys/fs/cuse/cuse.c
2019
knlist_add(&pcs->selinfo.si_note, kn, 1);
sys/fs/cuse/cuse.c
2025
knlist_add(&pcs->selinfo.si_note, kn, 1);
sys/fs/cuse/cuse.c
733
knlist_clear(&pcs->selinfo.si_note, 1);
sys/fs/cuse/cuse.c
734
knlist_destroy(&pcs->selinfo.si_note);
sys/fs/cuse/cuse.c
738
seldrain(&pcs->selinfo);
sys/fs/cuse/cuse.c
757
knlist_clear(&pcs->selinfo.si_note, 1);
sys/fs/cuse/cuse.c
806
knlist_init_mtx(&pcs->selinfo.si_note, &pcs->mtx);
sys/fs/fuse/fuse_ipc.h
204
struct selinfo ks_rsel;
sys/geom/geom_dev.c
66
struct selinfo sc_selinfo;
sys/kern/kern_devctl.c
71
struct selinfo sel;
sys/kern/subr_log.c
87
struct selinfo sc_selp; /* process waiting on select call */
sys/kern/sys_eventfd.c
104
struct selinfo efd_sel;
sys/kern/sys_generic.c
127
static void doselwakeup(struct selinfo *, int);
sys/kern/sys_generic.c
1437
struct selinfo *si;
sys/kern/sys_generic.c
157
struct selinfo *sf_si; /* (f) selinfo when linked. */
sys/kern/sys_generic.c
1704
struct selinfo *si;
sys/kern/sys_generic.c
1914
seldrain(struct selinfo *sip)
sys/kern/sys_generic.c
1932
selrecord(struct thread *selector, struct selinfo *sip)
sys/kern/sys_generic.c
1980
selwakeup(struct selinfo *sip)
sys/kern/sys_generic.c
1987
selwakeuppri(struct selinfo *sip, int pri)
sys/kern/sys_generic.c
1996
doselwakeup(struct selinfo *sip, int pri)
sys/kern/sys_timerfd.c
92
struct selinfo tfd_sel; /* (t) I/O alerts */
sys/kern/tty_pts.c
94
struct selinfo pts_inpoll; /* (t) Select queue for write(). */
sys/kern/tty_pts.c
96
struct selinfo pts_outpoll; /* (t) Select queue for read(). */
sys/kern/uipc_mqueue.c
184
struct selinfo mq_rsel;
sys/kern/uipc_mqueue.c
185
struct selinfo mq_wsel;
sys/kern/uipc_usrreq.c
1348
struct selinfo *sel;
sys/kern/vfs_inotify.c
175
struct selinfo sel; /* select/poll/kevent info */
sys/net/bpfdesc.h
93
struct selinfo bd_sel; /* bsd select info */
sys/net/if_tuntap.c
145
struct selinfo tun_rsel; /* read select */
sys/netgraph/ng_device.c
122
struct selinfo rsel;
sys/netgraph/ng_device.c
123
struct selinfo wsel;
sys/netpfil/ipfilter/netinet/ip_fil.h
1604
struct selinfo ipf_selwait[IPL_LOGSIZE];
sys/security/audit/audit_pipe.c
114
struct selinfo ap_selinfo;
sys/sys/eventvar.h
47
struct selinfo kq_sel;
sys/sys/jaildesc.h
58
struct selinfo jd_selinfo; /* (d) event notification */
sys/sys/pipe.h
107
struct selinfo pipe_sel; /* for compat with select */
sys/sys/procdesc.h
72
struct selinfo pd_selinfo; /* (p) Event notification. */
sys/sys/selinfo.h
53
void seldrain(struct selinfo *sip);
sys/sys/selinfo.h
54
void selrecord(struct thread *selector, struct selinfo *sip);
sys/sys/selinfo.h
55
void selwakeup(struct selinfo *sip);
sys/sys/selinfo.h
56
void selwakeuppri(struct selinfo *sip, int pri);
sys/sys/sockbuf.h
73
struct selinfo;
sys/sys/sockbuf.h
89
struct selinfo *sb_sel; /* process selecting read/write */
sys/sys/socketvar.h
112
struct selinfo so_rdsel; /* (b/cr) for so_rcv/so_comp */
sys/sys/socketvar.h
113
struct selinfo so_wrsel; /* (b/cs) for so_snd */
sys/sys/tty.h
106
struct selinfo t_inpoll; /* (t) Input poll queue. */
sys/sys/tty.h
107
struct selinfo t_outpoll; /* (t) Output poll queue. */
sys/sys/vnode.h
101
struct selinfo vpi_selinfo; /* identity of poller(s) */