Searched defs:BC (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/ucblib/libtermcap/
H A Dtgoto.c48 char *BC; variable
173 (BC ? BC : "\b") : UP);
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dbioscd.c93 #define BC(dev) (bcinfo[(dev)->d_unit]) macro
213 BC(dev).bc_open++;
214 if (BC(dev).bc_bcache == NULL)
215 BC(dev).bc_bcache = bcache_allocate();
225 BC(dev).bc_open--;
226 if (BC(dev).bc_open == 0) {
227 bcache_free(BC(dev).bc_bcache);
228 BC(dev).bc_bcache = NULL;
243 bcd.dv_cache = BC(dev).bc_bcache;
/illumos-gate/usr/src/ucblib/libcurses/
H A Dcurses.c53 char *AL, *BC, *BT, *CD, *CE, *CL, *CM, *CR, *CS, *DC, *DL, *DM, variable
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_iocb.h280 #define BC 0x02 /* Broadcast Received - Fctl */ macro

Completed in 86 milliseconds