Searched refs:wql (Results 26 - 37 of 37) sorted by relevance

12

/xnu-2782.1.97/bsd/security/audit/
H A Daudit_pipe.c1047 audit_pipe_poll(dev_t dev, int events, void *wql, struct proc *p) argument
1061 selrecord(p, &ap->ap_selinfo, wql);
H A Daudit_session.c1952 audit_sdev_poll(dev_t dev, int events, void *wql, struct proc *p) argument
1966 selrecord(p, &asdev->asdev_selinfo, wql);
/xnu-2782.1.97/bsd/kern/
H A Dsys_generic.c1081 panic("select: wql memory smashed");
1097 seldata->wql = (char *)uth->uu_wqset + SIZEOF_WAITQUEUE_SET;
1309 char * wql; local
1324 wql = seldata->wql;
1363 wql_ptr = (wql + nc * SIZEOF_WAITQUEUE_LINK);
H A Dtty.c1542 ttyselect(struct tty *tp, int rw, void *wql, proc_t p) argument
1562 selrecord(p, &tp->t_rsel, wql);
1575 selrecord(p, &tp->t_wsel, wql);
1589 ttselect(dev_t dev, int rw, void *wql, proc_t p) argument
1595 rv = ttyselect(tp, rw, wql, p);
H A Duipc_socket2.c2193 pru_sopoll_notsupp(struct socket *so, int events, kauth_cred_t cred, void *wql) argument
2195 #pragma unused(so, events, cred, wql)
H A Duipc_socket.c5324 sopoll(struct socket *so, int events, kauth_cred_t cred, void * wql) argument
5353 selrecord(p, &so->so_rcv.sb_sel, wql);
5362 selrecord(p, &so->so_snd.sb_sel, wql);
H A Dkern_descrip.c5679 * wql pointer to wait queue list
5686 fo_select(struct fileproc *fp, int which, void *wql, vfs_context_t ctx) argument
5688 return((*fp->f_ops->fo_select)(fp, which, wql, ctx));
/xnu-2782.1.97/osfmk/ipc/
H A Dipc_kmsg.c1680 wait_queue_link_t wql; local
2076 wql = (wait_queue_link_t) dequeue(links);
2077 wait_queue_link_free(wql);
2092 wql = (wait_queue_link_t) dequeue(links);
2093 wait_queue_link_free(wql);
2108 wql = (wait_queue_link_t) dequeue(links);
2109 wait_queue_link_free(wql);
/xnu-2782.1.97/bsd/net/
H A Dbpf.c1990 bpfselect(dev_t dev, int which, void * wql, struct proc *p) argument
2029 selrecord(p, &d->bd_sel, wql);
/xnu-2782.1.97/bsd/vfs/
H A Dvfs_fsevents.c1786 fseventsf_select(struct fileproc *fp, int which, __unused void *wql, vfs_context_t ctx) argument
1802 selrecord(vfs_context_proc(ctx), &fseh->si, wql); local
H A Dkpi_vfs.c3372 VNOP_SELECT(vnode_t vp, int which , int fflags, void * wql, vfs_context_t ctx) argument
3385 a.a_wql = wql;
/xnu-2782.1.97/bsd/sys/
H A Dsocketvar.h687 extern int sopoll(struct socket *so, int events, struct ucred *cred, void *wql);

Completed in 218 milliseconds

12