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

1234

/illumos-gate/usr/src/uts/common/io/
H A Dtty_ptyconf.c52 struct pollhead ptcph; /* poll head for ptcpoll() use */
H A Drandom.c69 static int rnd_chpoll(dev_t, short, int, short *, struct pollhead **);
310 static struct pollhead urnd_pollhd;
322 struct pollhead **phpp)
329 * A non NULL pollhead pointer should be returned in case
H A Dsrn.c92 struct pollhead srn_pollhead[SRN_MAX_CLONE];
97 static int srn_chpoll(dev_t, short, int, short *, struct pollhead **);
256 struct pollhead **phpp)
258 extern struct pollhead srn_pollhead[];
H A Dgentty.c62 int sypoll(dev_t, short, int, short *, struct pollhead **);
340 struct pollhead **phpp)
/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dusba_ugen.h59 short *, struct pollhead **);
H A Dusba_ugend.h200 struct pollhead ep_pollhead; /* for polling */
243 struct pollhead dev_pollhead; /* for polling */
/illumos-gate/usr/src/uts/common/sys/
H A Dpoll.h116 typedef struct pollhead { struct
143 * pollhead_clean clean up all polldats on a pollhead list
H A Dptyvar.h143 extern struct pollhead ptcph;
H A Dsunldi.h110 extern int ldi_poll(ldi_handle_t, short, int, short *, struct pollhead **);
H A Dconf.h119 extern int cdev_poll(dev_t, short, int, short *, struct pollhead **);
/illumos-gate/usr/src/uts/common/fs/
H A Dfs_subr.h65 struct pollhead **, caller_context_t *);
78 extern int fs_poll(vnode_t *, short, int, short *, struct pollhead **,
H A Dfs_subr.c152 struct pollhead **phpp,
433 struct pollhead fs_pollhd;
441 struct pollhead **phpp,
455 *phpp = !anyyet && !*reventsp ? &fs_pollhd : (struct pollhead *)NULL;
/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/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/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/sys/1394/targets/dcam1394/
H A Ddcam.h123 struct pollhead dcam_pollhead;
150 struct pollhead **phpp);
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_ucma/
H A Dsol_ucma.h67 * pollhead - for chpoll(9e)
73 struct pollhead *file_pollhead;
/illumos-gate/usr/src/uts/sun4u/daktari/sys/
H A Dhpc3130_dak.h231 pollhead_t pollhead[HPC3130_MAX_SLOT]; member in struct:hpc3130_unit
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon.h76 struct pollhead **);
135 struct pollhead **);
/illumos-gate/usr/src/uts/common/io/usb/clients/ugen/
H A Dugen.c60 struct pollhead **);
434 int anyyet, short *reventsp, struct pollhead **phpp)
/illumos-gate/usr/src/uts/common/sys/1394/targets/av1394/
H A Dav1394_impl.h189 struct pollhead a_pollhead; /* poll(2) support */
363 struct pollhead **);
/illumos-gate/usr/src/uts/common/io/bpf/net/
H A Dbpfdesc.h152 struct pollhead bd_poll;
/illumos-gate/usr/src/uts/sun4u/montecarlo/sys/
H A Dpcf8574_nct.h315 struct pollhead poll;

Completed in 122 milliseconds

1234