/illumos-gate/usr/src/uts/common/sys/ |
H A D | poll.h | 120 } pollhead_t; typedef in typeref:struct:pollhead 128 extern void pollwakeup(pollhead_t *, short); 133 extern int polllock(pollhead_t *, kmutex_t *); 145 extern void pollhead_clean(pollhead_t *);
|
H A D | poll_impl.h | 219 pollhead_t *pd_php; /* used to undo poll registration */ 271 extern void pollhead_clean(pollhead_t *); 279 extern void pollhead_insert(pollhead_t *, polldat_t *); 280 extern void pollhead_delete(pollhead_t *, polldat_t *);
|
H A D | port_impl.h | 140 pollhead_t port_pollhd;
|
H A D | contract_impl.h | 311 pollhead_t ctl_pollhead; /* so we can poll(2) */
|
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_uverbs/ |
H A D | sol_uverbs_event.h | 71 short *reventsp, pollhead_t **phpp);
|
/illumos-gate/usr/src/uts/common/fs/ctfs/ |
H A D | ctfs_event.c | 149 short *reventsp, pollhead_t **php) 319 pollhead_t **php, 479 pollhead_t **php,
|
/illumos-gate/usr/src/uts/sun4u/sys/ |
H A D | todds1287.h | 67 pollhead_t pollhd; /* poll head struct */
|
/illumos-gate/usr/src/uts/sun4u/daktari/sys/ |
H A D | hpc3130_dak.h | 231 pollhead_t pollhead[HPC3130_MAX_SLOT];
|
/illumos-gate/usr/src/uts/intel/io/ipmi/ |
H A D | ipmivars.h | 87 pollhead_t *ipmi_pollhead;
|
H A D | ipmi_main.c | 171 dev->ipmi_pollhead = kmem_zalloc(sizeof (pollhead_t), KM_SLEEP); 226 kmem_free(dp->ipmi_pollhead, sizeof (pollhead_t)); 448 pollhead_t **phpp)
|
/illumos-gate/usr/src/uts/common/fs/portfs/ |
H A D | port_fd.c | 43 static int port_bind_pollhead(pollhead_t **, polldat_t *, short *); 167 * The VOP_POLL interface can also deliver a pointer to a pollhead_t structure 172 * pollhead_t structure. In such a case the corresponding file system behind 523 port_bind_pollhead(pollhead_t **php, polldat_t *pdp, short *revents) 528 /* polldat_t associated with another pollhead_t pointer */ 536 * the pointer to the pollhead_t structure.
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | poll.c | 306 polllock(pollhead_t *php, kmutex_t *lp) 765 pollwakeup(pollhead_t *php, short events_arg) 940 pollhead_insert(pollhead_t *php, polldat_t *pdp) 964 pollhead_delete(pollhead_t *php, polldat_t *pdp) 1263 pollhead_t *memphp = NULL; 1873 pollhead_t *php; 2612 pollhead_clean(pollhead_t *php) 3018 pollhead_t *php;
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | eventfd.c | 38 pollhead_t efd_pollhd; /* poll head */
|
H A D | timerfd.c | 39 pollhead_t tfd_pollhd; /* poll head */
|
H A D | signalfd.c | 126 pollhead_t spw_pollhd;
|
H A D | power.c | 163 pollhead_t pollhd; /* poll head struct */
|
H A D | tty_pty.c | 985 pollhead_t *php = &ptcph;
|
H A D | devpoll.c | 257 pollhead_t *php;
|
/illumos-gate/usr/src/uts/common/fs/namefs/ |
H A D | namevno.c | 459 pollhead_t **phpp, caller_context_t *ct)
|
/illumos-gate/usr/src/uts/common/fs/mntfs/ |
H A D | mntvnops.c | 1214 mntpoll(vnode_t *vp, short ev, int any, short *revp, pollhead_t **phpp, 1228 *phpp = (pollhead_t *)NULL; 1237 if (*phpp == (pollhead_t *)NULL)
|
/illumos-gate/usr/src/uts/common/xen/io/ |
H A D | evtchn_dev.c | 446 evtchndrv_poll(dev_t dev, short ev, int anyyet, short *revp, pollhead_t **phpp)
|
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/ |
H A D | sol_uverbs_event.c | 248 int anyyet, short *reventsp, pollhead_t **phpp)
|
/illumos-gate/usr/src/uts/common/fs/fifofs/ |
H A D | fifovnops.c | 94 static int fifo_poll(vnode_t *, short, int, short *, pollhead_t **, 1763 pollhead_t **phpp, caller_context_t *ct)
|
/illumos-gate/usr/src/uts/common/io/ksocket/ |
H A D | ksocket.c | 734 pollhead_t *php, *php2;
|
/illumos-gate/usr/src/uts/common/fs/proc/ |
H A D | prvnops.c | 5940 pollhead_t **phpp, caller_context_t *ct) 5944 pollhead_t *php = &pcp->prc_pollhead; 5963 *phpp = (pollhead_t *)NULL;
|