/titanic_41/usr/src/uts/common/io/ |
H A D | cons.c | 489 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 D | physmem.c | 288 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 D | random.c | 322 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 D | gentty.c | 340 struct pollhead **phpp) in sypoll() argument 353 error = VOP_POLL(sp->s_vp, events, anyyet, reventsp, phpp, NULL); in sypoll()
|
H A D | iwscons.c | 314 struct pollhead **phpp) in iwscnpoll() argument 322 error = VOP_POLL(lp->wl_vp, events, anyyet, reventsp, phpp, NULL); in iwscnpoll()
|
H A D | srn.c | 256 struct pollhead **phpp) in srn_chpoll() argument 267 *phpp = &srn_pollhead[clone]; in srn_chpoll()
|
H A D | sysmsg.c | 694 struct pollhead **phpp) in sysmpoll() argument 696 return (VOP_POLL(dcvp, events, anyyet, reventsp, phpp, NULL)); in sysmpoll()
|
H A D | tty_pty.c | 981 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 D | sol_uverbs_event.h | 71 short *reventsp, pollhead_t **phpp);
|
/titanic_41/usr/src/uts/common/io/usb/clients/ugen/ |
H A D | ugen.c | 434 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 D | evtchn_dev.c | 446 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 D | port_vnops.c | 281 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 D | sockcommon_vnops.c | 475 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 D | sockcommon.c | 401 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 D | fs_subr.c | 134 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 D | av1394_async.c | 354 struct pollhead **phpp) in av1394_async_poll() argument 367 *phpp = &ap->a_pollhead; in av1394_async_poll()
|
H A D | av1394.c | 432 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 D | sol_umad.h | 163 short *reventsp, struct pollhead **phpp);
|
/titanic_41/usr/src/uts/common/fs/namefs/ |
H A D | namevno.c | 459 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 D | dcam.h | 150 struct pollhead **phpp);
|
/titanic_41/usr/src/uts/common/io/audio/impl/ |
H A D | audio_ddi.c | 407 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 D | ipmi_main.c | 448 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 D | mntvnops.c | 1214 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 D | sol_uverbs_event.c | 248 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 D | usba_ugen.c | 1034 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 …]
|