Searched refs:VP0_SECTOR_SIZE (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/dev/ppbus/
H A Dimmio.c62 #define VP0_SECTOR_SIZE 512 macro
754 len = (((blen - *count) >= VP0_SECTOR_SIZE)) ?
755 VP0_SECTOR_SIZE : 2;
762 len = (((blen - *count) >= VP0_SECTOR_SIZE)) ?
763 VP0_SECTOR_SIZE : 1;
H A Dvpoio.c68 #define VP0_SECTOR_SIZE 512 macro
750 len = (((blen - *count) >= VP0_SECTOR_SIZE)) ?
751 VP0_SECTOR_SIZE : 1;

Completed in 54 milliseconds