Searched refs:bcd (Results 1 - 8 of 8) 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) * 10 + ((a) & 0xf)) macro
H A Ddevinfo_usb.c159 k = (double)bcd(*i);
/illumos-gate/usr/src/boot/sys/boot/efi/libefi/
H A Defipart.c298 struct bcache_devdata bcd; local
302 bcd.dv_strategy = efipart_realstrategy;
303 bcd.dv_devdata = devdata;
304 bcd.dv_cache = PD(dev).pd_bcache;
305 return (bcache_strategy(&bcd, rw, blk, offset, size,
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dbioscd.c237 struct bcache_devdata bcd; local
241 bcd.dv_strategy = bc_realstrategy;
242 bcd.dv_devdata = devdata;
243 bcd.dv_cache = BC(dev).bc_bcache;
245 return (bcache_strategy(&bcd, rw, dblk, offset, size, buf, rsize));
H A Dbiosdisk.c387 struct bcache_devdata bcd; local
391 bcd.dv_strategy = bd_realstrategy;
392 bcd.dv_devdata = devdata;
393 bcd.dv_cache = BD(dev).bd_bcache;
395 return (bcache_strategy(&bcd, rw, dblk + dev->d_offset, offset, size,
/illumos-gate/usr/src/boot/lib/libstand/
H A Dstand.h343 #define bcd2bin(bcd) (bcd2bin_data[bcd])
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dglob.sh109 touch a b c d abc abd abe bb bcd ca cb dd de Beware
148 test_glob ++Beware '<abd> <abe> <bb> <bcd> <bdir> <ca> <cb> <dd> <de>' [a-y]*[!c]
238 test_glob ++Beware '<b> <bb> <bcd> <bdir>' b*
239 test_glob '<Beware> <b> <bb> <bcd> <bdir>' [bB]*
245 test_glob '<Beware> <b> <bb> <bcd> <bdir>' b*
246 test_glob '<Beware> <b> <bb> <bcd> <bdir>' [b]*
247 test_glob '<Beware> <b> <bb> <bcd> <bdir>' [bB]*
274 test_glob '<a-b> <aXb> <abd> <bb> <bcd> <bdir> <ca> <cb> <dd> <man>' *
/illumos-gate/usr/src/boot/sys/boot/userboot/libstand/
H A DMakefile26 SRCS+= gzguts.h zutil.h __main.c assert.c bcd.c bswap.c environment.c getopt.c gets.c \

Completed in 80 milliseconds