Home
last modified time | relevance | path

Searched refs:anyyet (Results 1 – 25 of 70) sorted by relevance

123

/titanic_44/usr/src/uts/common/fs/ctfs/
H A Dctfs_event.c148 ctfs_endpoint_poll(ctfs_endpoint_t *endpt, short events, int anyyet, in ctfs_endpoint_poll() argument
155 if (!anyyet) in ctfs_endpoint_poll()
317 int anyyet, in ctfs_ev_poll() argument
324 return (ctfs_endpoint_poll(&evnode->ctfs_ev_listener, events, anyyet, in ctfs_ev_poll()
477 int anyyet, in ctfs_bu_poll() argument
484 return (ctfs_endpoint_poll(&bunode->ctfs_bu_listener, events, anyyet, in ctfs_bu_poll()
/titanic_44/usr/src/uts/common/io/
H A Dcons.c488 cnpoll(dev_t dev, short events, int anyyet, short *reventsp, in cnpoll() argument
492 return (nochpoll(dev, events, anyyet, reventsp, phpp)); in cnpoll()
495 return (strpoll(rconsvp->v_stream, events, anyyet, reventsp, in cnpoll()
498 return (cdev_poll(rconsdev, events, anyyet, reventsp, phpp)); in cnpoll()
H A Drandom.c321 rnd_chpoll(dev_t dev, short events, int anyyet, short *reventsp, in rnd_chpoll() argument
332 if (*reventsp == 0 && !anyyet) in rnd_chpoll()
337 kcf_rnd_chpoll(events, anyyet, reventsp, phpp); in rnd_chpoll()
H A Dgentty.c339 sypoll(dev_t dev, short events, int anyyet, short *reventsp, in sypoll() argument
353 error = VOP_POLL(sp->s_vp, events, anyyet, reventsp, phpp, NULL); in sypoll()
H A Diwscons.c313 iwscnpoll(dev_t dev, short events, int anyyet, short *reventsp, in iwscnpoll() argument
322 error = VOP_POLL(lp->wl_vp, events, anyyet, reventsp, phpp, NULL); in iwscnpoll()
H A Dtty_pty.c979 int anyyet, in ptcpoll() argument
989 anyyet = anyyet; in ptcpoll()
1006 *phpp = !anyyet && !*reventsp ? php : (struct pollhead *)NULL; in ptcpoll()
H A Dsrn.c255 srn_chpoll(dev_t dev, short events, int anyyet, short *reventsp, in srn_chpoll() argument
266 if (!anyyet) { in srn_chpoll()
H A Dsysmsg.c693 sysmpoll(dev_t dev, short events, int anyyet, short *reventsp, in sysmpoll() argument
696 return (VOP_POLL(dcvp, events, anyyet, reventsp, phpp, NULL)); in sysmpoll()
/titanic_44/usr/src/uts/common/sys/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_event.h70 int sol_uverbs_event_file_poll(uverbs_ufile_uobj_t *, short events, int anyyet,
/titanic_44/usr/src/uts/common/io/usb/clients/ugen/
H A Dugen.c434 int anyyet, short *reventsp, struct pollhead **phpp) in ugen_skel_poll() argument
444 anyyet, reventsp, phpp)); in ugen_skel_poll()
/titanic_44/usr/src/uts/common/fs/sockfs/
H A Dsock_notsupp.c126 sock_poll_notsupp(sock_lower_handle_t handle, short events, int anyyet, in sock_poll_notsupp() argument
H A Dsockcommon_vnops.c474 socket_vop_poll(struct vnode *vp, short events, int anyyet, short *reventsp, in socket_vop_poll() argument
481 return (socket_poll(so, events, anyyet, reventsp, phpp)); in socket_vop_poll()
/titanic_44/usr/src/uts/common/fs/portfs/
H A Dport_vnops.c280 port_poll(vnode_t *vp, short events, int anyyet, short *reventsp, in port_poll() argument
298 if (!anyyet) { in port_poll()
/titanic_44/usr/src/uts/common/fs/
H A Dfs_subr.c133 fs_nosys_poll(vnode_t *vp, short events, int anyyet, short *reventsp, in fs_nosys_poll() argument
388 fs_poll(vnode_t *vp, short events, int anyyet, short *reventsp, in fs_poll() argument
402 *phpp = !anyyet && !*reventsp ? &fs_pollhd : (struct pollhead *)NULL; in fs_poll()
/titanic_44/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_async.c353 av1394_async_poll(av1394_inst_t *avp, short events, int anyyet, short *reventsp, in av1394_async_poll() argument
364 } else if (!anyyet) { in av1394_async_poll()
H A Dav1394.c431 av1394_poll(dev_t dev, short events, int anyyet, short *reventsp, in av1394_poll() argument
439 ret = av1394_async_poll(avp, events, anyyet, reventsp, phpp); in av1394_poll()
/titanic_44/usr/src/uts/common/sys/ib/clients/of/sol_umad/
H A Dsol_umad.h162 static int umad_poll(dev_t dev, short events, int anyyet,
/titanic_44/usr/src/uts/common/fs/namefs/
H A Dnamevno.c458 nm_poll(vnode_t *vp, short events, int anyyet, short *reventsp, in nm_poll() argument
461 return (VOP_POLL(VTONM(vp)->nm_filevp, events, anyyet, reventsp, in nm_poll()
/titanic_44/usr/src/uts/common/sys/1394/targets/dcam1394/
H A Ddcam.h149 int dcam_chpoll(dev_t dev, short events, int anyyet, short *reventsp,
/titanic_44/usr/src/uts/common/io/audio/impl/
H A Daudio_ddi.c406 audio_chpoll(dev_t dev, short events, int anyyet, short *reventsp, in audio_chpoll() argument
417 c->c_chpoll(c, events, anyyet, reventsp, phpp); in audio_chpoll()
/titanic_44/usr/src/uts/common/xen/io/
H A Devtchn_dev.c446 evtchndrv_poll(dev_t dev, short ev, int anyyet, short *revp, pollhead_t **phpp) in evtchndrv_poll() argument
464 if (mask == 0 && !anyyet) in evtchndrv_poll()
H A Dxpvtap.c63 static int xpvtap_chpoll(dev_t dev, short events, int anyyet, short *reventsp,
641 xpvtap_chpoll(dev_t dev, short events, int anyyet, short *reventsp, in xpvtap_chpoll() argument
658 if (((events & (POLLIN | POLLRDNORM)) == 0) && !anyyet) { in xpvtap_chpoll()
684 if (!anyyet) { in xpvtap_chpoll()
/titanic_44/usr/src/uts/intel/io/ipmi/
H A Dipmi_main.c449 ipmi_poll(dev_t dv, short events, int anyyet, short *reventsp, in ipmi_poll() argument
467 if (!anyyet) in ipmi_poll()
/titanic_44/usr/src/uts/common/os/
H A Ddriver.c599 cdev_poll(dev_t dev, short events, int anyyet, short *reventsp, in cdev_poll() argument
605 return ((*cb->cb_chpoll)(dev, events, anyyet, reventsp, pollhdrp)); in cdev_poll()
/titanic_44/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_event.c248 int anyyet, short *reventsp, pollhead_t **phpp) in sol_uverbs_event_file_poll() argument
285 if (revent == 0 && !anyyet) { in sol_uverbs_event_file_poll()

123