Searched defs:md_uio_alignment_mask (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_subr.c195 * md_uio_alignment_mask may be set in /etc/system to accomplish this. To get
196 * the behavior before this fix, the md_uio_alignment_mask would be set to 1,
202 static int md_uio_alignment_mask = 0; variable
2971 if ((uintptr_t)(iov->iov_base) & md_uio_alignment_mask)

Completed in 70 milliseconds