HomeSort by: relevance | last modified time | path
    Searched refs:selinfo (Results 1 - 25 of 86) sorted by relevancy

1 2 3 4

  /src/sys/sys/
selinfo.h 1 /* $NetBSD: selinfo.h,v 1.9 2019/11/21 21:42:30 ad Exp $ */
73 struct selinfo { struct
75 struct klist sel_klist; /* knotes attached to this selinfo */
79 SLIST_ENTRY(selinfo) sel_chain; /* entry on LWP's list of selinfo */
select.h 42 #include <sys/selinfo.h> /* for struct selinfo */
54 void selrecord(struct lwp *selector, struct selinfo *);
55 void selrecord_knote(struct selinfo *, struct knote *);
56 bool selremove_knote(struct selinfo *, struct knote *);
57 void selnotify(struct selinfo *, int, long);
59 void selinit(struct selinfo *);
60 void seldestroy(struct selinfo *);
eventvar.h 40 #include <sys/selinfo.h>
52 struct selinfo kq_sel;
pipe.h 29 #include <sys/selinfo.h> /* for struct selinfo */
97 struct selinfo pipe_sel; /* for compat with select */
mqueue.h 51 #include <sys/selinfo.h>
83 struct selinfo mq_rsel;
84 struct selinfo mq_wsel;
  /src/sys/dev/pci/ixgbe/
ixgbe_netmap.h 43 #include <sys/selinfo.h>
  /src/sys/dev/apm/
apmvar.h 35 #include <sys/selinfo.h> /* for struct selinfo */
52 struct selinfo sc_rsel;
53 struct selinfo sc_xsel;
  /src/sys/arch/arc/dev/
opmsvar.h 83 struct selinfo sc_rsel;
  /src/sys/dev/ir/
cirvar.h 46 struct selinfo sc_rdsel;
  /src/sys/net/
if_tun.h 53 struct selinfo tun_rsel; /* read select */
54 struct selinfo tun_wsel; /* write select (not used) */
bpfdesc.h 45 #include <sys/selinfo.h> /* for struct selinfo */
110 struct selinfo bd_sel; /* bsd select info */
  /src/sys/arch/mac68k/dev/
aedvar.h 58 struct selinfo sc_selinfo; /* select() info */
  /src/sys/arch/macppc/dev/
aedvar.h 58 struct selinfo sc_selinfo; /* select() info */
  /src/sys/arch/x68k/dev/
event_var.h 55 struct selinfo ev_sel; /* process selecting */
  /src/sys/external/bsd/drm2/include/linux/
sync_file.h 54 struct selinfo sf_selq;
  /src/sys/arch/amiga/dev/
event_var.h 57 struct selinfo ev_sel; /* process selecting */
  /src/sys/arch/atari/dev/
event_var.h 57 struct selinfo ev_sel; /* process selecting */
  /src/sys/dev/sun/
event_var.h 56 struct selinfo ev_sel; /* process selecting */
  /src/sys/dev/wscons/
wseventvar.h 84 struct selinfo sel; /* process selecting */
wsbellmux.c 36 #include <sys/selinfo.h>
  /src/sys/dev/
sequencervar.h 89 struct selinfo wsel; /* write selector */
90 struct selinfo rsel; /* read selector */
midivar.h 201 struct selinfo wsel; /* write selector */
202 struct selinfo rsel; /* read selector */
  /src/sys/dev/audio/
audiovar.h 198 struct selinfo sc_wsel;
199 struct selinfo sc_rsel;
  /src/sys/dev/hpc/
apm_apmdevif.c 33 #include <sys/selinfo.h> /* XXX: for apm_softc that is exposed here */
  /src/sys/dev/dtv/
dtvvar.h 68 struct selinfo ds_sel;
86 struct selinfo dd_sel;

Completed in 93 milliseconds

1 2 3 4