Home
last modified time | relevance | path

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

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