Searched refs:selinfo (Results 1 – 14 of 14) sorted by relevance
| /minix3/sys/sys/ |
| H A D | select.h | 53 void selrecord(struct lwp *selector, struct selinfo *); 54 void selnotify(struct selinfo *, int, long); 56 void selinit(struct selinfo *); 57 void seldestroy(struct selinfo *);
|
| H A D | selinfo.h | 73 struct selinfo { struct 78 SLIST_ENTRY(selinfo) sel_chain; /* entry on LWP's list of selinfo */ argument
|
| H A D | mqueue.h | 83 struct selinfo mq_rsel; 84 struct selinfo mq_wsel;
|
| H A D | eventvar.h | 52 struct selinfo kq_sel;
|
| H A D | pipe.h | 113 struct selinfo pipe_sel; /* for compat with select */
|
| H A D | tty.h | 132 struct selinfo t_rsel; /* Tty read/oob select. */ 133 struct selinfo t_wsel; /* Tty write select. */
|
| H A D | Makefile | 36 scanio.h sched.h scsiio.h sdt.h select.h selinfo.h sem.h sha1.h \
|
| H A D | lwp.h | 152 SLIST_HEAD(,selinfo) l_selwait; /* S: descriptors waited on */
|
| H A D | socketvar.h | 86 struct selinfo sb_sel; /* process selecting read/write */
|
| /minix3/sys/net/ |
| H A D | bpfdesc.h | 92 struct selinfo bd_sel; /* bsd select info */
|
| /minix3/sys/fs/puffs/ |
| H A D | puffs_sys.h | 217 struct selinfo pn_sel; /* for selecting on the node */
|
| /minix3/external/bsd/llvm/dist/llvm/test/Analysis/ScalarEvolution/ |
| H A D | avoid-infinite-recursion-1.ll | 120 %struct.selinfo = type <{ %struct.selfdlist, %struct.knlist, %struct.mtx* }> 202 %struct.vpollinfo = type <{ %struct.mtx, %struct.selinfo, i16, i16, i8, i8, i8, i8 }>
|
| /minix3/distrib/sets/lists/minix-comp/ |
| H A D | mi | 1727 ./usr/include/sys/selinfo.h minix-comp
|
| /minix3/distrib/sets/lists/comp/ |
| H A D | mi | 2883 ./usr/include/sys/selinfo.h comp-c-include
|