Home
last modified time | relevance | path

Searched refs:selinfo (Results 1 – 23 of 23) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Dselinfo.h45 struct selinfo { struct
54 void seldrain(struct selinfo *sip); argument
55 void selrecord(struct thread *selector, struct selinfo *sip);
56 void selwakeup(struct selinfo *sip);
57 void selwakeuppri(struct selinfo *sip, int pri);
H A Dsockbuf.h74 struct selinfo;
86 struct selinfo *sb_sel; /* process selecting read/write */
H A Dsocketvar.h92 struct selinfo so_rdsel; /* (b/cr) for so_rcv/so_comp */
93 struct selinfo so_wrsel; /* (b/cs) for so_snd */
/f-stack/freebsd/sys/
H A Dselinfo.h47 struct selinfo { struct
56 void seldrain(struct selinfo *sip); argument
57 void selrecord(struct thread *selector, struct selinfo *sip);
58 void selwakeup(struct selinfo *sip);
59 void selwakeuppri(struct selinfo *sip, int pri);
H A Deventvar.h49 struct selinfo kq_sel;
H A Dtty.h108 struct selinfo t_inpoll; /* (t) Input poll queue. */
109 struct selinfo t_outpoll; /* (t) Output poll queue. */
H A Dprocdesc.h74 struct selinfo pd_selinfo; /* (p) Event notification. */
H A Dsockbuf.h74 struct selinfo;
86 struct selinfo *sb_sel; /* process selecting read/write */
H A Dpipe.h111 struct selinfo pipe_sel; /* for compat with select */
H A Dsocketvar.h92 struct selinfo so_rdsel; /* (b/cr) for so_rcv/so_comp */
93 struct selinfo so_wrsel; /* (b/cs) for so_snd */
H A Dvnode.h73 struct selinfo vpi_selinfo; /* identity of poller(s) */
/f-stack/freebsd/net/
H A Dbpfdesc.h95 struct selinfo bd_sel; /* bsd select info */
H A Dif_tuntap.c142 struct selinfo tun_rsel; /* read select */
/f-stack/tools/compat/include/net/
H A Dbpfdesc.h94 struct selinfo bd_sel; /* bsd select info */
/f-stack/freebsd/kern/
H A Dsys_generic.c127 static void doselwakeup(struct selinfo *, int);
157 struct selinfo *sf_si; /* (f) selinfo when linked. */
1316 struct selinfo *si; in selrescan()
1559 struct selinfo *si; in pollrescan()
1769 seldrain(struct selinfo *sip) in seldrain()
1787 selrecord(struct thread *selector, struct selinfo *sip) in selrecord()
1835 selwakeup(struct selinfo *sip) in selwakeup()
1842 selwakeuppri(struct selinfo *sip, int pri) in selwakeuppri()
1851 doselwakeup(struct selinfo *sip, int pri) in doselwakeup()
H A Dsubr_log.c91 struct selinfo sc_selp; /* process waiting on select call */
H A Dtty_pts.c98 struct selinfo pts_inpoll; /* (t) Select queue for write(). */
100 struct selinfo pts_outpoll; /* (t) Select queue for read(). */
H A Dsys_eventfd.c106 struct selinfo efd_sel;
H A Duipc_mqueue.c187 struct selinfo mq_rsel;
188 struct selinfo mq_wsel;
H A Dsubr_bus.c409 struct selinfo sel;
/f-stack/freebsd/arm/ti/
H A Dti_pruss.c113 struct selinfo sc_selinfo;
139 struct selinfo sc_selinfo;
/f-stack/freebsd/security/audit/
H A Daudit_pipe.c117 struct selinfo ap_selinfo;
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_fil.h1600 struct selinfo ipf_selwait[IPL_LOGSIZE];