/illumos-gate/usr/src/uts/common/sys/ |
H A D | poll.h | 120 } pollhead_t; typedef 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 | 220 pollhead_t *pd_php; /* used to undo poll registration */ 283 extern void pollhead_clean(pollhead_t *); 291 extern void polldat_associate(polldat_t *, pollhead_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/fs/ctfs/ |
H A D | ctfs_event.c | 148 short *reventsp, pollhead_t **php) in ctfs_endpoint_poll() 318 pollhead_t **php, in ctfs_ev_poll() 478 pollhead_t **php, in ctfs_bu_poll()
|
/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);
|
H A D | sol_uverbs.h | 119 pollhead_t poll_head;
|
/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 | 448 pollhead_t **phpp) in ipmi_poll()
|
/illumos-gate/usr/src/uts/common/fs/portfs/ |
H A D | port_fd.c | 44 static int port_bind_pollhead(pollhead_t **, polldat_t *, short *); 521 port_bind_pollhead(pollhead_t **php, polldat_t *pdp, short *revents) in port_bind_pollhead()
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | poll.c | 315 polllock(pollhead_t *php, kmutex_t *lp) in polllock() 774 pollwakeup(pollhead_t *php, short events_arg) in pollwakeup() 951 polldat_associate(polldat_t *pdp, pollhead_t *php) in polldat_associate() 976 pollhead_t *php; in polldat_disassociate() 1303 pollhead_t *memphp = NULL; in pcache_insert() 1909 pollhead_t *php; in pcache_poll() 2651 pollhead_clean(pollhead_t *php) in pollhead_clean() 3060 pollhead_t *php; in plist_chkdupfd()
|
/illumos-gate/usr/src/uts/common/xen/io/ |
H A D | evtchn_dev.c | 97 pollhead_t evtchn_pollhead; 448 evtchndrv_poll(dev_t dev, short ev, int anyyet, short *revp, pollhead_t **phpp) in evtchndrv_poll()
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | eventfd.c | 39 pollhead_t efd_pollhd; /* poll head */
|
H A D | timerfd.c | 39 pollhead_t tfd_pollhd; /* poll head */
|
H A D | signalfd.c | 161 pollhead_t sp_pollhead;
|
H A D | power.c | 163 pollhead_t pollhd; /* poll head struct */
|
H A D | tty_pty.c | 971 pollhead_t *php = &ptcph; in ptcpoll()
|
/illumos-gate/usr/src/uts/intel/io/viona/ |
H A D | viona_impl.h | 230 pollhead_t l_pollhead;
|
/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, in mntpoll() 1228 *phpp = (pollhead_t *)NULL; in mntpoll() 1237 if (*phpp == (pollhead_t *)NULL) in mntpoll()
|
/illumos-gate/usr/src/uts/common/fs/namefs/ |
H A D | namevno.c | 456 pollhead_t **phpp, caller_context_t *ct) in nm_poll()
|
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/ |
H A D | sol_uverbs_event.c | 249 int anyyet, short *reventsp, pollhead_t **phpp) in sol_uverbs_event_file_poll()
|
/illumos-gate/usr/src/uts/common/fs/fifofs/ |
H A D | fifovnops.c | 96 static int fifo_poll(vnode_t *, short, int, short *, pollhead_t **, 1777 pollhead_t **phpp, caller_context_t *ct) in fifo_poll()
|
/illumos-gate/usr/src/uts/common/io/ksocket/ |
H A D | ksocket.c | 732 pollhead_t *php, *php2; in ksocket_spoll()
|