- t2ex
- bsd_source/lib/libc/src_bsd/include/sys/event.h - 7.9KB - 193 lines
139: struct knote {
140: SLIST_ENTRY(knote) kn_link; /* for fd */
141: SLIST_ENTRY(knote) kn_selnext; /* for struct selinfo */
- More results from event.h
- bsd_source/lib/libc/src_bsd/include/sys/sensors.h - 6.5KB - 166 lines
127: struct ksensor {
128: SLIST_ENTRY(ksensor) list; /* device-scope list */
129: char desc[32]; /* sensor description, may be empty */
- More results from sensors.h
- bsd_source/lib/libc/src_bsd/search/hcreate.c - 5.7KB - 186 lines
62: struct internal_entry {
63: SLIST_ENTRY(internal_entry) link;
64: ENTRY ent;
- bsd_source/t2ex/network/net/src_bsd/sys/event.h - 9.8KB - 258 lines
185: struct knote {
186: SLIST_ENTRY(knote) kn_link; /* f: for fd */
187: SLIST_ENTRY(knote) kn_selnext; /* o: for struct selinfo */
- More results from event.h
- bsd_source/t2ex/network/net/src_bsd/sys/file.h - 7.7KB - 180 lines
131: u_int f_unpcount; /* deferred close: see uipc_usrreq.c */
132: SLIST_ENTRY(file) f_unplist; /* deferred close: see uipc_usrreq.c */
133: };
- bsd_source/t2ex/network/net/src_bsd/sys/mbuf.h - 42.4KB - 986 lines
102: struct m_tag {
103: SLIST_ENTRY(m_tag) m_tag_link; /* List of packet tags */
104: uint16_t m_tag_id; /* Tag ID */
- bsd_source/t2ex/network/net/src_bsd/sys/pool.h - 15.0KB - 384 lines
76: struct vm_map **pa_backingmapptr;
77: SLIST_ENTRY(pool_allocator) pa_q;
78: #endif /* defined(_KERNEL) */
- bsd_source/t2ex/network/net/src_bsd/sys/selinfo.h - 3.8KB - 82 lines
76: struct lwp *sel_lwp; /* first LWP to be notified */
77: SLIST_ENTRY(selinfo) sel_chain; /* entry on LWP's list of selinfo */
78: uint32_t sel_collision; /* mask of colliding cpus */
- bsd_source/t2ex/network/net/src_bsd/sys/sleepq.h - 6.8KB - 228 lines
191: lwp_t *ts_inheritor;
192: SLIST_ENTRY(turnstile) ts_pichain;
193: } turnstile_t;
- bsd_source/t2ex/network/net/src_bsd/sys/uidinfo.h - 2.3KB - 62 lines
46: struct uidinfo {
47: SLIST_ENTRY(uidinfo) ui_hash;
48: uid_t ui_uid;