Home
last modified time | relevance | path

Searched defs:DEV_ALIGN (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/sys/platform/pc64/x86_64/
H A Dminidump_machdep.c58 #define DEV_ALIGN(x) roundup2((off_t)(x), DEV_BSIZE) macro
H A Ddump_machdep.c59 #define DEV_ALIGN(x) roundup2((off_t)(x), DEV_BSIZE) macro