Home
last modified time | relevance | path

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

123

/titanic_41/usr/src/uts/common/io/
H A Dcons.c489 struct pollhead **phpp) in cnpoll() argument
492 return (nochpoll(dev, events, anyyet, reventsp, phpp)); in cnpoll()
496 phpp)); in cnpoll()
498 return (cdev_poll(rconsdev, events, anyyet, reventsp, phpp)); in cnpoll()
H A Dphysmem.c288 struct physmem_hash **phpp; in physmem_remove_vnode_hash() local
297 phpp = &proc_hp->pph_hash; in physmem_remove_vnode_hash()
298 while (*phpp != NULL) { in physmem_remove_vnode_hash()
299 if ((*phpp)->ph_vnode == vp) { in physmem_remove_vnode_hash()
300 victim = *phpp; in physmem_remove_vnode_hash()
301 *phpp = victim->ph_next; in physmem_remove_vnode_hash()
307 phpp = &(*phpp)->ph_next; in physmem_remove_vnode_hash()
H A Drandom.c322 struct pollhead **phpp) in rnd_chpoll() argument
333 *phpp = &urnd_pollhd; in rnd_chpoll()
337 kcf_rnd_chpoll(events, anyyet, reventsp, phpp); in rnd_chpoll()
H A Dgentty.c340 struct pollhead **phpp) in sypoll() argument
353 error = VOP_POLL(sp->s_vp, events, anyyet, reventsp, phpp, NULL); in sypoll()
H A Diwscons.c314 struct pollhead **phpp) in iwscnpoll() argument
322 error = VOP_POLL(lp->wl_vp, events, anyyet, reventsp, phpp, NULL); in iwscnpoll()
H A Dsrn.c256 struct pollhead **phpp) in srn_chpoll() argument
267 *phpp = &srn_pollhead[clone]; in srn_chpoll()
H A Dsysmsg.c694 struct pollhead **phpp) in sysmpoll() argument
696 return (VOP_POLL(dcvp, events, anyyet, reventsp, phpp, NULL)); in sysmpoll()
H A Dtty_pty.c981 struct pollhead **phpp) in ptcpoll() argument
1006 *phpp = !anyyet && !*reventsp ? php : (struct pollhead *)NULL; in ptcpoll()
1065 *phpp = php; in ptcpoll()
/titanic_41/usr/src/uts/common/sys/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_event.h71 short *reventsp, pollhead_t **phpp);
/titanic_41/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_41/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
453 *phpp = (struct pollhead *)NULL; in evtchndrv_poll()
465 *phpp = &ep->evtchn_pollhead; in evtchndrv_poll()
/titanic_41/usr/src/uts/common/fs/portfs/
H A Dport_vnops.c281 struct pollhead **phpp, caller_context_t *ct) in port_poll() argument
299 *phpp = &pp->port_pollhd; in port_poll()
/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_vnops.c475 struct pollhead **phpp, caller_context_t *ct) in socket_vop_poll() argument
481 return (socket_poll(so, events, anyyet, reventsp, phpp)); in socket_vop_poll()
H A Dsockcommon.c401 struct pollhead **phpp) in socket_poll() argument
403 return (SOP_POLL(so, events, anyyet, reventsp, phpp)); in socket_poll()
/titanic_41/usr/src/uts/common/fs/
H A Dfs_subr.c134 struct pollhead **phpp, caller_context_t *ct) in fs_nosys_poll() argument
389 struct pollhead **phpp, caller_context_t *ct) in fs_poll() argument
402 *phpp = !anyyet && !*reventsp ? &fs_pollhd : (struct pollhead *)NULL; in fs_poll()
/titanic_41/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_async.c354 struct pollhead **phpp) in av1394_async_poll() argument
367 *phpp = &ap->a_pollhead; in av1394_async_poll()
H A Dav1394.c432 struct pollhead **phpp) in av1394_poll() argument
439 ret = av1394_async_poll(avp, events, anyyet, reventsp, phpp); in av1394_poll()
/titanic_41/usr/src/uts/common/sys/ib/clients/of/sol_umad/
H A Dsol_umad.h163 short *reventsp, struct pollhead **phpp);
/titanic_41/usr/src/uts/common/fs/namefs/
H A Dnamevno.c459 pollhead_t **phpp, caller_context_t *ct) in nm_poll() argument
462 phpp, ct)); in nm_poll()
/titanic_41/usr/src/uts/common/sys/1394/targets/dcam1394/
H A Ddcam.h150 struct pollhead **phpp);
/titanic_41/usr/src/uts/common/io/audio/impl/
H A Daudio_ddi.c407 struct pollhead **phpp) in audio_chpoll() argument
417 c->c_chpoll(c, events, anyyet, reventsp, phpp); in audio_chpoll()
/titanic_41/usr/src/uts/intel/io/ipmi/
H A Dipmi_main.c448 pollhead_t **phpp) in ipmi_poll() argument
466 *phpp = dev->ipmi_pollhead; in ipmi_poll()
/titanic_41/usr/src/uts/common/fs/mntfs/
H A Dmntvnops.c1214 mntpoll(vnode_t *vp, short ev, int any, short *revp, pollhead_t **phpp, in mntpoll() argument
1228 *phpp = (pollhead_t *)NULL; in mntpoll()
1236 vfs_mnttab_poll(&snapp->mnts_last_mtime, phpp); in mntpoll()
1237 if (*phpp == (pollhead_t *)NULL) in mntpoll()
1242 if (*revp || *phpp != NULL || any) { in mntpoll()
/titanic_41/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
289 *phpp = &ufile->poll_head; in sol_uverbs_event_file_poll()
/titanic_41/usr/src/uts/common/io/usb/usba/
H A Dusba_ugen.c1034 int anyyet, short *reventsp, struct pollhead **phpp) in usb_ugen_poll() argument
1086 *phpp = &epp->ep_pollhead; in usb_ugen_poll()
1105 *phpp = &epp->ep_pollhead; in usb_ugen_poll()
1121 *phpp = &ugenp->ug_ds.dev_pollhead; in usb_ugen_poll()
1137 *phpp = &ugenp->ug_ds.dev_pollhead; in usb_ugen_poll()
2890 struct pollhead *phpp = &epp->ep_pollhead; in ugen_epx_intr_IN_poll_wakeup() local
2897 pollwakeup(phpp, POLLIN); in ugen_epx_intr_IN_poll_wakeup()
3364 struct pollhead *phpp = &epp->ep_pollhead; in ugen_epx_isoc_IN_poll_wakeup() local
3371 pollwakeup(phpp, POLLIN); in ugen_epx_isoc_IN_poll_wakeup()
4137 struct pollhead *phpp = &ugenp->ug_ds.dev_pollhead; in ugen_ds_poll_wakeup() local
[all …]

123