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

/freebsd-10-stable/sys/powerpc/powerpc/
H A Ddump_machdep.c56 #define DEV_ALIGN(x) (((off_t)(x) + (DEV_BSIZE-1)) & ~(DEV_BSIZE-1)) macro
/freebsd-10-stable/sys/amd64/amd64/
H A Dminidump_machdep.c61 #define DEV_ALIGN(x) (((off_t)(x) + (DEV_BSIZE-1)) & ~(DEV_BSIZE-1)) macro
/freebsd-10-stable/sys/arm/arm/
H A Ddump_machdep.c64 #define DEV_ALIGN(x) (((off_t)(x) + (DEV_BSIZE-1)) & ~(DEV_BSIZE-1)) macro
/freebsd-10-stable/sys/ia64/ia64/
H A Ddump_machdep.c57 #define DEV_ALIGN(x) (((off_t)(x) + (DEV_BSIZE-1)) & ~(DEV_BSIZE-1)) macro
/freebsd-10-stable/sys/mips/mips/
H A Ddump_machdep.c64 #define DEV_ALIGN(x) (((off_t)(x) + (DEV_BSIZE-1)) & ~(DEV_BSIZE-1)) macro
/freebsd-10-stable/sys/x86/x86/
H A Ddump_machdep.c67 #define DEV_ALIGN(x) (((off_t)(x) + (DEV_BSIZE-1)) & ~(DEV_BSIZE-1)) macro
/freebsd-10-stable/sys/i386/i386/
H A Dminidump_machdep.c57 #define DEV_ALIGN(x) (((off_t)(x) + (DEV_BSIZE-1)) & ~(DEV_BSIZE-1)) macro

Completed in 120 milliseconds