Searched refs:cdev_mmap (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/i86pc/io/gfx_private/ |
H A D | gfxp_segmap.c | 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()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | conf.h | 115 extern int cdev_mmap(int (*)(dev_t, off_t, int),
|
/titanic_50/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() function
|
/titanic_50/usr/src/uts/common/vm/ |
H A D | seg_dev.c | 1475 pfnum = (pfn_t)cdev_mmap(sdp->mapfunc, sdp->vp->v_rdev, in segdev_faultpage() 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()
|
/titanic_50/usr/src/uts/common/fs/specfs/ |
H A D | specvnops.c | 2280 if (cdev_mmap(mapfunc, dev, off + i, maxprot) == -1) in spec_segmap()
|