Searched defs:phpp (Results 26 - 50 of 63) sorted by relevance

123

/illumos-gate/usr/src/uts/sun4u/montecarlo/io/
H A Dpcf8574_nct.c701 struct pollhead **phpp)
717 *phpp = &unitp->poll;
700 pcf8574_chpoll(dev_t dev, short events, int anyyet, short *reventsp, struct pollhead **phpp) argument
/illumos-gate/usr/src/uts/intel/io/heci/
H A Dheci_main.c115 short *reventsp, struct pollhead **phpp);
1325 short *reventsp, struct pollhead **phpp)
1371 *phpp = &device->iamthif_file_ext.pollwait;
1384 *phpp = &file_extension->tx_pollwait;
1324 heci_poll(dev_t devt, short events, int anyyet, short *reventsp, struct pollhead **phpp) argument
/illumos-gate/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c1763 pollhead_t **phpp, caller_context_t *ct)
1862 *phpp = &stp->sd_pollist;
1867 return (strpoll(stp, events, anyyet, reventsp, phpp));
1762 fifo_poll(vnode_t *vp, short events, int anyyet, short *reventsp, pollhead_t **phpp, caller_context_t *ct) argument
/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 Ddevpoll.c68 struct pollhead **phpp);
1429 struct pollhead **phpp)
1428 dppoll(dev_t dev, short events, int anyyet, short *reventsp, struct pollhead **phpp) argument
H A Dsignalfd.c566 struct pollhead **phpp)
614 *phpp = &pw->spw_pollhd;
565 signalfd_poll(dev_t dev, short events, int anyyet, short *reventsp, struct pollhead **phpp) argument
H A Dpower.c912 short *reventsp, struct pollhead **phpp)
925 *phpp = &softsp->pollhd;
911 power_chpoll(dev_t dev, short events, int anyyet, short *reventsp, struct pollhead **phpp) argument
H A Dmem.c245 struct pollhead **phpp)
259 *phpp = !anyyet && !*reventsp ?
244 mmchpoll(dev_t dev, short events, int anyyet, short *reventsp, struct pollhead **phpp) argument
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxpvtap.c64 struct pollhead **phpp);
642 struct pollhead **phpp)
685 *phpp = &state->bt_pollhead;
641 xpvtap_chpoll(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/bpf/
H A Dbpf.c1409 struct pollhead **phpp)
1425 *phpp = &d->bd_poll;
1408 bpfchpoll(dev_t dev, short events, int anyyet, short *reventsp, struct pollhead **phpp) argument
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ucma/
H A Dsol_ucma.c770 short *reventsp, struct pollhead **phpp)
789 *phpp = filep->file_pollhead;
769 sol_ucma_poll(dev_t dev, short events, int anyyet, short *reventsp, struct pollhead **phpp) argument
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_umad/
H A Dsol_umad.c2538 * phpp poll head pointer
2553 struct pollhead **phpp)
2600 *phpp = &uctx->uctx_pollhead;
2548 umad_poll( dev_t dev, 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.c2605 short *reventsp, struct pollhead **phpp)
2613 "%p, %p)", dev, events, anyyet, reventsp, phpp);
2643 events, anyyet, reventsp, phpp);
2647 events, anyyet, reventsp, phpp);
2604 sol_uverbs_poll(dev_t dev, short events, int anyyet, short *reventsp, struct pollhead **phpp) argument
/illumos-gate/usr/src/uts/common/io/usb/clients/printer/
H A Dusbprn.c1238 int anyyet, short *reventsp, struct pollhead **phpp)
1250 anyyet, reventsp, phpp));
1237 usbprn_poll(dev_t dev, short events, int anyyet, short *reventsp, struct pollhead **phpp) argument
/illumos-gate/usr/src/uts/sun4u/daktari/io/
H A Dhpc3130_dak.c176 *reventsp, struct pollhead **phpp);
689 *reventsp, struct pollhead **phpp)
708 *phpp = &unitp->pollhead[port];
688 hpc3130_poll(dev_t dev, short events, int anyyet, short *reventsp, struct pollhead **phpp) argument
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_sops.c908 struct pollhead **phpp)
1006 *phpp = &so->so_poll_list;
1018 *phpp = &so->so_poll_list;
907 so_poll(struct sonode *so, short events, int anyyet, short *reventsp, struct pollhead **phpp) argument
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_vop.c896 struct pollhead **phpp,
910 *phpp = NULL; /* or fake_pollhead? */
891 fop_poll( vnode_t *vp, short events, int anyyet, short *reventsp, struct pollhead **phpp, caller_context_t *ct) argument
/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/sun4v/io/
H A Dvcc.c77 short *reventsp, struct pollhead **phpp);
2427 struct pollhead **phpp)
2463 *phpp = &vport->poll;
2426 vcc_chpoll(dev_t dev, short events, int anyyet, short *reventsp, struct pollhead **phpp) argument
/illumos-gate/usr/src/uts/common/fs/lofs/
H A Dlofs_vnops.c1153 struct pollhead **phpp,
1157 return (VOP_POLL(vp, events, anyyet, reventsp, phpp, ct));
1148 lo_poll( vnode_t *vp, short events, int anyyet, short *reventsp, struct pollhead **phpp, caller_context_t *ct) argument
/illumos-gate/usr/src/uts/common/fs/mntfs/
H A Dmntvnops.c1214 mntpoll(vnode_t *vp, short ev, int any, short *revp, pollhead_t **phpp, argument
1228 *phpp = (pollhead_t *)NULL;
1236 vfs_mnttab_poll(&snapp->mnts_last_mtime, phpp);
1237 if (*phpp == (pollhead_t *)NULL)
1242 if (*revp || *phpp != NULL || any) {
/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecvnops.c2215 struct pollhead **phpp,
2222 error = fs_poll(vp, events, anyyet, reventsp, phpp, ct);
2229 reventsp, phpp);
2231 error = cdev_poll(dev, events, anyyet, reventsp, phpp);
2233 error = fs_poll(vp, events, anyyet, reventsp, phpp, ct);
2210 spec_poll( struct vnode *vp, short events, int anyyet, short *reventsp, struct pollhead **phpp, caller_context_t *ct) argument
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_client.c488 struct pollhead **phpp)
517 *phpp = &c->c_pollhead;
487 auclnt_chpoll(audio_client_t *c, short events, int anyyet, short *reventsp, struct pollhead **phpp) argument
H A Daudio_oss.c2543 struct pollhead **phpp)
2545 return (auclnt_chpoll(c, events, anyyet, reventsp, phpp));
2542 oss_chpoll(audio_client_t *c, short events, int anyyet, short *reventsp, struct pollhead **phpp) argument

Completed in 2015 milliseconds

123