Home
last modified time | relevance | path

Searched defs:btodb (Results 1 – 4 of 4) 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/ucbhead/sys/
H A Dparam.h216 #define btodb(bytes) /* calculates (bytes / DEV_BSIZE) */ \ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Dparam.h204 #define btodb(bytes) /* calculates (bytes / DEV_BSIZE) */ \ macro
/illumos-gate/usr/src/uts/common/sys/
H A Dparam.h268 #define btodb(bytes) /* calculates (bytes / DEV_BSIZE) */ \ macro