Searched refs:selinfo (Results 1 – 20 of 20) sorted by relevance
| /xnu-10063.141.1/bsd/sys/ ! |
| H A D | select.h | 120 struct selinfo { struct 139 struct selinfo; argument 160 void selrecord(proc_t selector, struct selinfo *, void *); 161 void selwakeup(struct selinfo *); 162 void selthreadclear(struct selinfo *); 170 typedef void (^selspec_record_hook_t)(struct selinfo *sip); 171 void selspec_attach(struct knote *, struct selinfo *);
|
| H A D | tty.h | 131 struct selinfo t_rsel; /* Tty read/oob select. */ 132 struct selinfo t_wsel; /* Tty write select. */
|
| H A D | pipe.h | 160 struct selinfo pipe_sel; /* for compat with select */
|
| H A D | eventvar.h | 176 struct selinfo kqf_sel; /* parent select/kqueue info */
|
| H A D | socketvar.h | 178 struct selinfo sb_sel; /* process selecting rd/wr */
|
| /xnu-10063.141.1/bsd/netinet/ ! |
| H A D | if_tun.h | 64 struct selinfo tun_rsel; /* read select */ 65 struct selinfo tun_wsel; /* write select (not used) */
|
| /xnu-10063.141.1/bsd/kern/ ! |
| H A D | tty_dev.h | 40 struct selinfo pt_selr; 41 struct selinfo pt_selw;
|
| H A D | subr_log.c | 112 struct selinfo sc_selp; /* thread waiting for select */ 124 struct selinfo sc_selp; /* thread waiting for select */
|
| H A D | sys_generic.c | 1071 selspec_attach(struct knote *kn, struct selinfo *si) in selspec_attach() 1073 struct selinfo *cur = knote_kn_hook_get_raw(kn); in selspec_attach() 1108 struct selinfo *sip = knote_kn_hook_get_raw(kn); in selspec_detach() 2106 selrecord(__unused struct proc *selector, struct selinfo *sip, void *s_data) in selrecord() 2134 selwakeup_internal(struct selinfo *sip, long hint, wait_result_t wr) in selwakeup_internal() 2163 selwakeup(struct selinfo *sip) in selwakeup() 2169 selthreadclear(struct selinfo *sip) in selthreadclear()
|
| H A D | tty_dev.c | 451 ptcwakeup_knote(struct selinfo *sip, long hint) in ptcwakeup_knote()
|
| H A D | subr_log_stream.c | 77 struct selinfo lsi_selinfo;
|
| H A D | tty.c | 2852 ttwakeup_knote(struct selinfo *sip, long hint) in ttwakeup_knote() 3516 selspec_record_hook_t block = ^(struct selinfo *si){ in filt_ttyattach()
|
| /xnu-10063.141.1/bsd/net/ ! |
| H A D | bpfdesc.h | 131 struct selinfo bd_sel; /* bsd select info */
|
| H A D | necp_client.c | 646 struct selinfo si; 792 struct selinfo *si = &fd_data->si; in necp_fd_notify() 1007 struct selinfo *si = &fd_data->si; in necp_fd_knrdetach()
|
| /xnu-10063.141.1/bsd/skywalk/channel/ ! |
| H A D | channel_var.h | 69 struct selinfo csi_si;
|
| H A D | channel.c | 290 struct selinfo *si = &csi->csi_si; in csi_selrecord() 334 struct selinfo *si = &csi->csi_si; in csi_selwakeup() 504 struct selinfo *si; in filt_chrwdetach()
|
| /xnu-10063.141.1/bsd/security/audit/ ! |
| H A D | audit_pipe.c | 108 struct selinfo ap_selinfo;
|
| H A D | audit_session.c | 225 struct selinfo asdev_selinfo;
|
| /xnu-10063.141.1/bsd/vfs/ ! |
| H A D | vfs_fsevents.c | 2176 struct selinfo si;
|
| /xnu-10063.141.1/bsd/miscfs/specfs/ ! |
| H A D | spec_vnops.c | 3016 selspec_record_hook_t cb = ^(struct selinfo *si) { in filt_spec_common()
|