Home
last modified time | relevance | path

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

/freebsd/sbin/camcontrol/
H A Dfwdownload.c257 #ifndef LOW_SECTOR_SIZE
258 #define LOW_SECTOR_SIZE 512 macro
262 ((((((o) / LOW_SECTOR_SIZE) >> 8) & 0xff) << 16) | \
263 ((((o) / LOW_SECTOR_SIZE) & 0xff) << 8) | \
264 ((((p) / LOW_SECTOR_SIZE) >> 8) & 0xff))