Home
last modified time | relevance | path

Searched refs:off_align (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/i86pc/io/xsvc/
H A Dxsvc.c816 offset_t off_align; in xsvc_devmap() local
861 off_align = P2ALIGN(off, PAGESIZE); in xsvc_devmap()
862 psize = P2ROUNDUP(off + len, PAGESIZE) - off_align; in xsvc_devmap()
915 off_align, psize, PROT_ALL, 0, &xsvc_device_attr)) < 0) { in xsvc_devmap()