Home
last modified time | relevance | path

Searched refs:pollhead (Results 1 – 25 of 99) sorted by relevance

1234

/illumos-gate/usr/src/uts/common/io/
H A Drandom.c71 static int rnd_chpoll(dev_t, short, int, short *, struct pollhead **);
312 static struct pollhead urnd_pollhd;
324 struct pollhead **phpp) in rnd_chpoll()
H A Dsrn.c93 struct pollhead srn_pollhead[SRN_MAX_CLONE];
98 static int srn_chpoll(dev_t, short, int, short *, struct pollhead **);
257 struct pollhead **phpp) in srn_chpoll()
259 extern struct pollhead srn_pollhead[]; in srn_chpoll()
H A Dtty_ptyconf.c52 struct pollhead ptcph; /* poll head for ptcpoll() use */
H A Dgentty.c62 int sypoll(dev_t, short, int, short *, struct pollhead **);
340 struct pollhead **phpp) in sypoll()
H A Dcons.c78 static int cnpoll(dev_t, short, int, short *, struct pollhead **);
525 struct pollhead **phpp) in cnpoll()
H A Dtty_pty.c52 extern struct pollhead ptcph; /* poll head for ptcpoll() use */
59 int ptcpoll(dev_t, short, int, short *, struct pollhead **);
968 struct pollhead **phpp) in ptcpoll()
993 *phpp = !anyyet && !*reventsp ? php : (struct pollhead *)NULL; in ptcpoll()
/illumos-gate/usr/src/uts/common/fs/
H A Dfs_subr.h64 struct pollhead **, caller_context_t *);
77 extern int fs_poll(vnode_t *, short, int, short *, struct pollhead **,
/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/
H A Dfake_fssub.c120 struct pollhead **phpp, caller_context_t *ct) in fs_nosys_poll()
230 struct pollhead fs_pollhd;
235 struct pollhead **phpp, caller_context_t *ct) in fs_poll()
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_umad/
H A Dsol_umad.h58 struct pollhead uctx_pollhead;
163 short *reventsp, struct pollhead **phpp);
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_client.h45 struct pollhead **);
132 int auclnt_chpoll(audio_client_t *, short, int, short *, struct pollhead **);
/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dusba_ugen.h59 short *, struct pollhead **);
H A Dusba_ugend.h201 struct pollhead ep_pollhead; /* for polling */
244 struct pollhead dev_pollhead; /* for polling */
/illumos-gate/usr/src/uts/common/sys/
H A Dpoll.h116 typedef struct pollhead { struct
H A Dptyvar.h141 extern struct pollhead ptcph;
H A Dconf.h124 extern int cdev_poll(dev_t, short, int, short *, struct pollhead **);
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon.h77 struct pollhead **);
136 struct pollhead **);
H A Dsockcommon_vnops.c87 struct pollhead **, caller_context_t *);
490 struct pollhead **phpp, caller_context_t *ct) in socket_vop_poll()
/illumos-gate/usr/src/uts/common/sys/1394/targets/av1394/
H A Dav1394_impl.h188 struct pollhead a_pollhead; /* poll(2) support */
351 struct pollhead **);
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxpvtap.h175 struct pollhead bt_pollhead;
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvldc_impl.h113 struct pollhead poll; /* for poll */
H A Dvcc_impl.h269 struct pollhead poll;
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_ucma/
H A Dsol_ucma.h73 struct pollhead *file_pollhead;
/illumos-gate/usr/src/uts/common/io/usb/clients/ugen/
H A Dugen.c61 struct pollhead **);
435 int anyyet, short *reventsp, struct pollhead **phpp) in ugen_skel_poll()
/illumos-gate/usr/src/uts/sun4u/daktari/sys/
H A Dhpc3130_dak.h231 pollhead_t pollhead[HPC3130_MAX_SLOT]; member
/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) in port_poll()

1234