Searched refs:pollhead (Results 26 - 50 of 99) sorted by relevance

1234

/illumos-gate/usr/src/uts/common/io/
H A Dcons.c76 static int cnpoll(dev_t, short, int, short *, struct pollhead **);
489 struct pollhead **phpp)
H A Dtty_pty.c52 extern struct pollhead ptcph; /* poll head for ptcpoll() use */
59 int ptcpoll(dev_t, short, int, short *, struct pollhead **);
982 struct pollhead **phpp)
1007 * A non NULL pollhead pointer should be returned in case
1010 *phpp = !anyyet && !*reventsp ? php : (struct pollhead *)NULL;
H A Dsysmsg.c73 static int sysmpoll(dev_t, short, int, short *, struct pollhead **);
694 struct pollhead **phpp)
H A Deventfd.c215 struct pollhead **phpp)
H A Dmem.c240 struct pollhead mm_pollhd;
245 struct pollhead **phpp)
256 * A non NULL pollhead pointer should be returned in case
260 &mm_pollhd : (struct pollhead *)NULL;
H A Ddevpoll.c68 struct pollhead **phpp);
407 * may change the vnode and thus the pollhead
646 struct pollhead *php = NULL;
1392 * pollwakeup events by eschewing the traditional pollhead mechanism in favor
1429 struct pollhead **phpp)
H A Diwscons.c314 struct pollhead **phpp)
/illumos-gate/usr/src/uts/intel/io/heci/
H A Dheci_data_structures.h463 struct pollhead tx_pollwait;
465 struct pollhead pollwait;
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport_vnops.c48 static int port_poll(vnode_t *, short, int, short *, struct pollhead **,
285 struct pollhead **phpp, caller_context_t *ct)
H A Dport_fd.c182 struct pollhead *php = NULL;
352 * Bind pollhead pointer with current polldat_t structure.
701 * (all polldat structs are removed from pollhead entries).
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_vnops.c83 struct pollhead **, caller_context_t *);
475 struct pollhead **phpp, caller_context_t *ct)
/illumos-gate/usr/src/uts/common/io/bpf/
H A Dbpf_mod.c48 extern int bpfchpoll(dev_t, short, int, short *, struct pollhead **);
/illumos-gate/usr/src/uts/common/sys/rsm/
H A Drsm_in.h275 struct pollhead s_poll;
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_uverbs/
H A Dsol_uverbs.h119 struct pollhead poll_head;
/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_random.c114 static struct pollhead rnd_pollhead;
912 struct pollhead **phpp)
/illumos-gate/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394.c53 static int av1394_poll(dev_t, short, int, short *, struct pollhead **);
432 struct pollhead **phpp)
/illumos-gate/usr/src/uts/common/xen/io/
H A Devtchn_dev.c96 struct pollhead evtchn_pollhead;
453 *phpp = (struct pollhead *)NULL;
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprdata.h82 struct pollhead prc_pollhead; /* list of all pollers */
/illumos-gate/usr/src/uts/sun4u/daktari/io/
H A Dhpc3130_dak.c176 *reventsp, struct pollhead **phpp);
689 *reventsp, struct pollhead **phpp)
708 *phpp = &unitp->pollhead[port];
1107 pollwakeup(&unitp->pollhead[slot], POLLIN);
1383 pollwakeup(&hpc3130_p->pollhead[slot], POLLIN);
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h806 struct pollhead;
898 struct pollhead **, \
1001 extern int fop_poll(vnode_t *, short, int, short *, struct pollhead **,
/illumos-gate/usr/src/uts/common/sys/
H A Dvnode.h819 struct pollhead;
911 struct pollhead **, \
1014 extern int fop_poll(vnode_t *, short, int, short *, struct pollhead **,
H A Ddevops.h105 short *reventsp, struct pollhead **phpp);
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_ddi.c407 struct pollhead **phpp)
H A Daudio_impl.h218 struct pollhead c_pollhead;
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ucma/
H A Dsol_ucma.c77 static int sol_ucma_poll(dev_t, short, int, short *, struct pollhead **);
622 kmem_free(filep->file_pollhead, sizeof (struct pollhead));
770 short *reventsp, struct pollhead **phpp)
1790 new_file->file_pollhead = kmem_zalloc(sizeof (struct pollhead),

Completed in 133 milliseconds

1234