Home
last modified time | relevance | path

Searched refs:bcd (Results 1 – 9 of 9) sorted by relevance

/titanic_53/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dglob.sh108 touch a b c d abc abd abe bb bcd ca cb dd de Beware
237 test_glob ++Beware '<b> <bb> <bcd> <bdir>' b*
238 test_glob '<Beware> <b> <bb> <bcd> <bdir>' [bB]*
244 test_glob '<Beware> <b> <bb> <bcd> <bdir>' b*
245 test_glob '<Beware> <b> <bb> <bcd> <bdir>' [b]*
246 test_glob '<Beware> <b> <bb> <bcd> <bdir>' [bB]*
273 test_glob '<a-b> <aXb> <abd> <bb> <bcd> <bdir> <ca> <cb> <dd> <man>' *
/titanic_53/usr/src/boot/sys/boot/i386/libi386/
H A Dbioscd.c243 struct bcache_devdata bcd; in bc_strategy() local
247 bcd.dv_strategy = bc_realstrategy; in bc_strategy()
248 bcd.dv_devdata = devdata; in bc_strategy()
249 bcd.dv_cache = BC(dev).bc_bcache; in bc_strategy()
251 return (bcache_strategy(&bcd, rw, dblk, size, buf, rsize)); in bc_strategy()
H A Dbiosdisk.c437 struct bcache_devdata bcd; in bd_strategy() local
441 bcd.dv_strategy = bd_realstrategy; in bd_strategy()
442 bcd.dv_devdata = devdata; in bd_strategy()
443 bcd.dv_cache = BD(dev).bd_bcache; in bd_strategy()
445 return (bcache_strategy(&bcd, rw, dblk + dev->d_offset, size, in bd_strategy()
/titanic_53/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
H A Ddevinfo_usb.c159 k = (double)bcd(*i); in devinfo_usb_add()
/titanic_53/usr/src/boot/sys/boot/efi/libefi/
H A Defipart.c965 struct bcache_devdata bcd; in efipart_strategy() local
985 bcd.dv_strategy = efipart_realstrategy; in efipart_strategy()
986 bcd.dv_devdata = devdata; in efipart_strategy()
987 bcd.dv_cache = pd->pd_bcache; in efipart_strategy()
994 return (bcache_strategy(&bcd, rw, blk + offset, in efipart_strategy()
997 return (bcache_strategy(&bcd, rw, blk, size, buf, rsize)); in efipart_strategy()
/titanic_53/usr/src/boot/lib/libstand/
H A Dstand.h348 #define bcd2bin(bcd) (bcd2bin_data[bcd]) argument
H A DMakefile.inc25 SRCS += $(LIBSTAND_SRC)/bcd.c $(LIBSTAND_SRC)/environment.c
31 OBJS= __main.o assert.o bcd.o environment.o \
/titanic_53/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 \