Home
last modified time | relevance | path

Searched defs:bcd (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_usb.h17 #define bcd(a) ((((a) & 0xf000) >> 12) * 1000 + (((a) & 0xf00) >> 8) * 100 + (((a) & 0xf0) >> 4) * … macro
/illumos-gate/usr/src/boot/efi/libefi/
H A Defipart.c1020 struct bcache_devdata bcd; in efipart_strategy() local
/illumos-gate/usr/src/boot/libsa/
H A Dstand.h372 #define bcd2bin(bcd) (bcd2bin_data[bcd]) argument
/illumos-gate/usr/src/boot/i386/libi386/
H A Dbiosdisk.c931 struct bcache_devdata bcd; in bd_strategy() local