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

/freebsd-11-stable/sbin/camcontrol/
H A Dfwdownload.c254 #ifndef LOW_SECTOR_SIZE
255 #define LOW_SECTOR_SIZE 512 macro
259 ((((((o) / LOW_SECTOR_SIZE) >> 8) & 0xff) << 16) | \
260 ((((o) / LOW_SECTOR_SIZE) & 0xff) << 8) | \
261 ((((p) / LOW_SECTOR_SIZE) >> 8) & 0xff))

Completed in 60 milliseconds