Home
last modified time | relevance | path

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

/titanic_51/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) * 10 + ((a) & 0xf)) macro
/titanic_51/usr/src/boot/sys/boot/i386/libi386/
H A Dbioscd.c243 struct bcache_devdata bcd; in bc_strategy() local
H A Dbiosdisk.c437 struct bcache_devdata bcd; in bd_strategy() local
/titanic_51/usr/src/boot/sys/boot/efi/libefi/
H A Defipart.c965 struct bcache_devdata bcd; in efipart_strategy() local
/titanic_51/usr/src/boot/lib/libstand/
H A Dstand.h348 #define bcd2bin(bcd) (bcd2bin_data[bcd]) argument