Searched refs:phpp (Results 1 - 25 of 72) sorted by relevance

123

/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_event.h71 short *reventsp, pollhead_t **phpp);
/illumos-gate/usr/src/uts/common/io/
H A Dphysmem.c288 struct physmem_hash **phpp; local
297 phpp = &proc_hp->pph_hash;
298 while (*phpp != NULL) {
299 if ((*phpp)->ph_vnode == vp) {
300 victim = *phpp;
301 *phpp = victim->ph_next;
307 phpp = &(*phpp)->ph_next;
H A Dcons.c489 struct pollhead **phpp)
492 return (nochpoll(dev, events, anyyet, reventsp, phpp));
496 phpp));
498 return (cdev_poll(rconsdev, events, anyyet, reventsp, phpp));
488 cnpoll(dev_t dev, short events, int anyyet, short *reventsp, struct pollhead **phpp) argument
H A Drandom.c322 struct pollhead **phpp)
333 *phpp = &urnd_pollhd;
337 kcf_rnd_chpoll(events, anyyet, reventsp, phpp);
321 rnd_chpoll(dev_t dev, short events, int anyyet, short *reventsp, struct pollhead **phpp) argument
H A Dgentty.c340 struct pollhead **phpp)
353 error = VOP_POLL(sp->s_vp, events, anyyet, reventsp, phpp, NULL);
339 sypoll(dev_t dev, short events, int anyyet, short *reventsp, struct pollhead **phpp) argument
H A Deventfd.c215 struct pollhead **phpp)
232 *phpp = &state->efd_pollhd;
214 eventfd_poll(dev_t dev, short events, int anyyet, short *reventsp, struct pollhead **phpp) argument
H A Dsrn.c256 struct pollhead **phpp)
267 *phpp = &srn_pollhead[clone];
255 srn_chpoll(dev_t dev, short events, int anyyet, short *reventsp, struct pollhead **phpp) argument
H A Diwscons.c314 struct pollhead **phpp)
322 error = VOP_POLL(lp->wl_vp, events, anyyet, reventsp, phpp, NULL);
313 iwscnpoll(dev_t dev, short events, int anyyet, short *reventsp, struct pollhead **phpp) argument
H A Dtimerfd.c182 struct pollhead **phpp)
196 *phpp = &state->tfd_pollhd;
181 timerfd_poll(dev_t dev, short events, int anyyet, short *reventsp, struct pollhead **phpp) argument
H A Dsysmsg.c694 struct pollhead **phpp)
696 return (VOP_POLL(dcvp, events, anyyet, reventsp, phpp, NULL));
693 sysmpoll(dev_t dev, short events, int anyyet, short *reventsp, struct pollhead **phpp) argument
/illumos-gate/usr/src/uts/common/io/usb/clients/ugen/
H A Dugen.c434 int anyyet, short *reventsp, struct pollhead **phpp)
444 anyyet, reventsp, phpp));
433 ugen_skel_poll(dev_t dev, short events, int anyyet, short *reventsp, struct pollhead **phpp) argument
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_umad/
H A Dsol_umad.h163 short *reventsp, struct pollhead **phpp);
/illumos-gate/usr/src/uts/common/sys/1394/targets/dcam1394/
H A Ddcam.h150 struct pollhead **phpp);
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport_vnops.c285 struct pollhead **phpp, caller_context_t *ct)
302 *phpp = &pp->port_pollhd;
284 port_poll(vnode_t *vp, short events, int anyyet, short *reventsp, struct pollhead **phpp, caller_context_t *ct) argument
/illumos-gate/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) argument
453 *phpp = (struct pollhead *)NULL;
465 *phpp = &ep->evtchn_pollhead;
/illumos-gate/usr/src/uts/common/fs/
H A Dfs_subr.c152 struct pollhead **phpp,
441 struct pollhead **phpp,
455 *phpp = !anyyet && !*reventsp ? &fs_pollhd : (struct pollhead *)NULL;
148 fs_nosys_poll(vnode_t *vp, register short events, int anyyet, register short *reventsp, struct pollhead **phpp, caller_context_t *ct) argument
437 fs_poll(vnode_t *vp, register short events, int anyyet, register short *reventsp, struct pollhead **phpp, caller_context_t *ct) argument
/illumos-gate/usr/src/uts/common/fs/namefs/
H A Dnamevno.c459 pollhead_t **phpp, caller_context_t *ct)
462 phpp, ct));
458 nm_poll(vnode_t *vp, short events, int anyyet, short *reventsp, pollhead_t **phpp, caller_context_t *ct) argument
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_vnops.c475 struct pollhead **phpp, caller_context_t *ct)
481 return (socket_poll(so, events, anyyet, reventsp, phpp));
474 socket_vop_poll(struct vnode *vp, short events, int anyyet, short *reventsp, struct pollhead **phpp, caller_context_t *ct) argument
H A Dsockcommon.c401 struct pollhead **phpp)
403 return (SOP_POLL(so, events, anyyet, reventsp, phpp));
400 socket_poll(struct sonode *so, short events, int anyyet, short *reventsp, struct pollhead **phpp) argument
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_ddi.c407 struct pollhead **phpp)
417 c->c_chpoll(c, events, anyyet, reventsp, phpp);
406 audio_chpoll(dev_t dev, short events, int anyyet, short *reventsp, struct pollhead **phpp) argument
/illumos-gate/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_async.c356 struct pollhead **phpp)
370 *phpp = &ap->a_pollhead;
355 av1394_async_poll(av1394_inst_t *avp, short events, int anyyet, short *reventsp, struct pollhead **phpp) argument
H A Dav1394.c432 struct pollhead **phpp)
439 ret = av1394_async_poll(avp, events, anyyet, reventsp, phpp);
431 av1394_poll(dev_t dev, short events, int anyyet, short *reventsp, struct pollhead **phpp) argument
/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_random.c906 * &rnd_pollhead is passed in *phpp in order to indicate the calling thread
912 struct pollhead **phpp)
926 *phpp = &rnd_pollhead;
911 kcf_rnd_chpoll(short events, int anyyet, short *reventsp, struct pollhead **phpp) argument
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_event.c234 * phpp - A pointer to a pollhead pointer, updated to reflect the
248 int anyyet, short *reventsp, pollhead_t **phpp)
289 *phpp = &ufile->poll_head;
247 sol_uverbs_event_file_poll(uverbs_ufile_uobj_t *ufile, short events, int anyyet, short *reventsp, pollhead_t **phpp) argument
/illumos-gate/usr/src/uts/intel/io/ipmi/
H A Dipmi_main.c448 pollhead_t **phpp)
466 *phpp = dev->ipmi_pollhead;
447 ipmi_poll(dev_t dv, short events, int anyyet, short *reventsp, pollhead_t **phpp) argument

Completed in 81 milliseconds

123