Home
last modified time | relevance | path

Searched refs:selrecord (Results 1 – 15 of 15) sorted by relevance

/xnu-12377.41.6/bsd/kern/
H A Dsys_socket.c318 selrecord(procp, &so->so_rcv.sb_sel, wql); in soo_select()
328 selrecord(procp, &so->so_snd.sb_sel, wql); in soo_select()
338 selrecord(procp, &so->so_rcv.sb_sel, wql); in soo_select()
H A Dtty_dev.c784 selrecord(p, &tp->t_rsel, wql);
798 selrecord(p, &tp->t_wsel, wql);
843 selrecord(p, &pti->pt_selr, wql);
860 selrecord(p, &pti->pt_selw, wql);
H A Dsubr_log.c308 selrecord(p, &logsoftc.sc_selp, wql); in logselect()
329 selrecord(p, &oslogsoftc.sc_selp, wql); in oslogselect()
H A Dsys_pipe.c1277 selrecord(vfs_context_proc(ctx), &rpipe->pipe_sel, wql); in pipe_select()
1291 selrecord(vfs_context_proc(ctx), &wpipe->pipe_sel, wql); in pipe_select()
1295 selrecord(vfs_context_proc(ctx), &rpipe->pipe_sel, wql); in pipe_select()
H A Dtty.c1671 selrecord(p, &tp->t_rsel, wql); in ttyselect()
1680 selrecord(p, &tp->t_wsel, wql); in ttyselect()
1688 selrecord(p, &tp->t_rsel, wql); in ttyselect()
1691 selrecord(p, &tp->t_wsel, wql); in ttyselect()
H A Dsubr_log_stream.c575 selrecord(p, &lsi->lsi_selinfo, wql); in log_stream_si_record()
H A Dsys_generic.c2109 selrecord(__unused struct proc *selector, struct selinfo *sip, void *s_data) in selrecord() function
H A Duipc_socket.c6472 selrecord(p, &so->so_rcv.sb_sel, wql); in sopoll()
6481 selrecord(p, &so->so_snd.sb_sel, wql); in sopoll()
H A Dkern_event.c5092 selrecord(kq->kqf_p, &kq->kqf_sel, wql);
/xnu-12377.41.6/bsd/sys/
H A Dselect.h160 void selrecord(proc_t selector, struct selinfo *, void *);
/xnu-12377.41.6/bsd/security/audit/
H A Daudit_pipe.c1072 selrecord(p, &ap->ap_selinfo, wql); in audit_pipe_poll()
H A Daudit_session.c1971 selrecord(p, &asdev->asdev_selinfo, wql); in audit_sdev_poll()
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_fsevents.c2357 selrecord(vfs_context_proc(ctx), &fseh->si, wql); in fseventsf_select()
/xnu-12377.41.6/bsd/skywalk/channel/
H A Dchannel.c294 selrecord(p, si, wql); in csi_selrecord()
/xnu-12377.41.6/bsd/net/
H A Dbpf.c3086 selrecord(proc, &d->bd_sel, wql); in bpfselect()