Searched refs:mapfunc (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/uts/i86pc/io/gfx_private/ |
H A D | gfxp_segmap.c | 65 int (*mapfunc)(dev_t dev, off_t off, int prot); in gfxp_ddi_segmap_setup() local 70 if ((mapfunc = devopsp[getmajor(dev)]->devo_cb_ops->cb_mmap) == nodev) in gfxp_ddi_segmap_setup() 113 if ((pfn = (pfn_t)cdev_mmap(mapfunc, dev, offset, in gfxp_ddi_segmap_setup() 117 if (cdev_mmap(mapfunc, dev, offset + i, maxprot) == in gfxp_ddi_segmap_setup() 141 dev_a.mapfunc = mapfunc; in gfxp_ddi_segmap_setup()
|
/titanic_44/usr/src/uts/common/vm/ |
H A D | seg_dev.h | 53 int (*mapfunc)(dev_t dev, off_t off, int prot); /* map function */ member 85 int (*mapfunc)(dev_t dev, off_t off, int prot); member
|
H A D | seg_dev.c | 377 sdp->mapfunc = a->mapfunc; in segdev_create() 386 if (sdp->mapfunc == NULL) in segdev_create() 486 newsdp->mapfunc = sdp->mapfunc; in segdev_dup() 812 nsdp->mapfunc = sdp->mapfunc; in segdev_unmap() 1475 pfnum = (pfn_t)cdev_mmap(sdp->mapfunc, sdp->vp->v_rdev, in segdev_faultpage() 2403 int (*mapfunc)(dev_t dev, off_t off, int prot); in ddi_segmap_setup() local 2411 if ((mapfunc = devopsp[getmajor(dev)]->devo_cb_ops->cb_mmap) == nodev) in ddi_segmap_setup() 2439 if ((pfn = (pfn_t)cdev_mmap(mapfunc, dev, offset, in ddi_segmap_setup() 2443 if (cdev_mmap(mapfunc, dev, offset + i, maxprot) == in ddi_segmap_setup() 2457 dev_a.mapfunc = mapfunc; in ddi_segmap_setup() [all …]
|
/titanic_44/usr/src/lib/pyzfs/common/ |
H A D | userspace.py | 70 (typename, mapfunc) = { 86 v["name"] = mapfunc(idstr)
|
/titanic_44/usr/src/uts/common/os/ |
H A D | driver.c | 582 cdev_mmap(int (*mapfunc)(dev_t, off_t, int), dev_t dev, off_t off, int prot) in cdev_mmap() 584 return ((*mapfunc)(dev, off, prot)); in cdev_mmap()
|
H A D | mmapobj.c | 587 dev_a.mapfunc = mmapobj_dummy; in mmapobj_unmap()
|
/titanic_44/usr/src/uts/common/fs/specfs/ |
H A D | specvnops.c | 2257 int (*mapfunc)(dev_t dev, off_t off, int prot); in spec_segmap() local 2261 if ((mapfunc = devopsp[getmajor(dev)]->devo_cb_ops->cb_mmap) == nodev) in spec_segmap() 2280 if (cdev_mmap(mapfunc, dev, off + i, maxprot) == -1) in spec_segmap() 2292 dev_a.mapfunc = mapfunc; in spec_segmap()
|
/titanic_44/usr/src/uts/common/io/ |
H A D | mem.c | 844 dev_a.mapfunc = mmmmap; in mmsegmap() 898 dev_a.mapfunc = mmmmap; in mmsegmap()
|