Searched defs:btodb (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Ddefs.h42 #define btodb(byte_offset) ((byte_offset) >> 9) macro
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dparam.h143 #define btodb(bytes) /* calculates (bytes / DEV_BSIZE) */ \ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Dparam.h198 * btodb() is messy and perhaps slow because `bytes' may be an off_t. We
203 #ifndef btodb
204 #define btodb(bytes) /* calculates (bytes / DEV_BSIZE) */ \ macro
/illumos-gate/usr/src/ucbhead/sys/
H A Dparam.h216 #define btodb(bytes) /* calculates (bytes / DEV_BSIZE) */ \ macro
/illumos-gate/usr/src/uts/common/sys/
H A Dparam.h256 #define btodb(bytes) /* calculates (bytes / DEV_BSIZE) */ \ macro
261 /* 64 bit versions of btodb and dbtob */

Completed in 60 milliseconds