Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dselect.h120 struct selinfo { struct
134 struct selinfo;
155 void selrecord(proc_t selector, struct selinfo *, void *);
156 void selwakeup(struct selinfo *);
157 void selthreadclear(struct selinfo *);
165 typedef void (^selspec_record_hook_t)(struct selinfo *sip);
166 void selspec_attach(struct knote *, struct selinfo *);
H A Dtty.h131 struct selinfo t_rsel; /* Tty read/oob select. */
132 struct selinfo t_wsel; /* Tty write select. */
H A Dpipe.h160 struct selinfo pipe_sel; /* for compat with select */
H A Deventvar.h176 struct selinfo kqf_sel; /* parent select/kqueue info */
H A Dsocketvar.h175 struct selinfo sb_sel; /* process selecting rd/wr */
/xnu-8019.80.24/bsd/netinet/
H A Dif_tun.h64 struct selinfo tun_rsel; /* read select */
65 struct selinfo tun_wsel; /* write select (not used) */
/xnu-8019.80.24/bsd/kern/
H A Dtty_dev.h40 struct selinfo pt_selr;
41 struct selinfo pt_selw;
H A Dsys_generic.c1145 selspec_attach(struct knote *kn, struct selinfo *si) in selspec_attach()
1147 struct selinfo *cur = os_atomic_load(&kn->kn_hook, relaxed); in selspec_attach()
1188 struct selinfo *sip = kn->kn_hook; in selspec_detach()
2330 selrecord(__unused struct proc *selector, struct selinfo *sip, void *s_data) in selrecord()
2383 selwakeup_internal(struct selinfo *sip, long hint, wait_result_t wr) in selwakeup_internal()
2439 selwakeup(struct selinfo *sip) in selwakeup()
2445 selthreadclear(struct selinfo *sip) in selthreadclear()
H A Dsubr_log.c138 struct selinfo sc_selp; /* thread waiting for select */
177 struct selinfo sc_selp; /* thread waiting for select */
183 struct selinfo sc_selp; /* thread waiting for select */
H A Dtty_dev.c442 ptcwakeup_knote(struct selinfo *sip, long hint) in ptcwakeup_knote()
H A Dtty.c2745 ttwakeup_knote(struct selinfo *sip, long hint) in ttwakeup_knote()
3399 selspec_record_hook_t block = ^(struct selinfo *si){ in filt_ttyattach()
/xnu-8019.80.24/bsd/net/
H A Dbpfdesc.h132 struct selinfo bd_sel; /* bsd select info */
H A Dnecp_client.c613 struct selinfo si;
743 struct selinfo *si = &fd_data->si; in necp_fd_notify()
958 struct selinfo *si = &fd_data->si; in necp_fd_knrdetach()
/xnu-8019.80.24/bsd/skywalk/channel/
H A Dchannel.c300 struct selinfo *si = &csi->csi_si; in csi_selrecord()
344 struct selinfo *si = &csi->csi_si; in csi_selwakeup()
514 struct selinfo *si; in filt_chrwdetach()
H A Dchannel_var.h69 struct selinfo csi_si;
/xnu-8019.80.24/bsd/security/audit/
H A Daudit_pipe.c108 struct selinfo ap_selinfo;
H A Daudit_session.c222 struct selinfo asdev_selinfo;
/xnu-8019.80.24/bsd/vfs/
H A Dvfs_fsevents.c1777 struct selinfo si;
/xnu-8019.80.24/bsd/miscfs/specfs/
H A Dspec_vnops.c2944 selspec_record_hook_t cb = ^(struct selinfo *si) { in filt_spec_common()