Home
last modified time | relevance | path

Searched refs:BASE (Results 1 – 25 of 39) sorted by relevance

12

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A D3c595.c73 outw(RX_DISABLE, BASE + VX_COMMAND); in t595_reset()
76 outw(TX_DISABLE, BASE + VX_COMMAND); in t595_reset()
79 outw(RX_RESET, BASE + VX_COMMAND); in t595_reset()
81 outw(TX_RESET, BASE + VX_COMMAND); in t595_reset()
110 outw(RX_RESET, BASE + VX_COMMAND); in t595_reset()
112 outw(TX_RESET, BASE + VX_COMMAND); in t595_reset()
118 inb(BASE + VX_W1_TX_STATUS); in t595_reset()
150 outw(RX_ENABLE, BASE + VX_COMMAND); in t595_reset()
211 outw(t, BASE + VX_W1_TX_PIO_WR_1); in t595_transmit()
234 cst=inw(BASE + VX_STATUS); in t595_poll()
[all …]
H A Dtlan.c255 u32 BASE; variable
344 data = inl(BASE + TLAN_HOST_CMD); in TLan_ResetAdapter()
851 BASE = pci->ioaddr;
883 err |= TLan_EeReadByte(BASE,
1197 TLan_MiiSync(BASE);
1353 TLan_MiiSync(BASE);
1484 TLan_MiiSync(BASE);
1490 TLan_MiiSync(BASE);
1510 TLan_MiiSync(BASE);
1513 TLan_MiiSync(BASE);
[all …]
H A Dsundance.c268 static u32 BASE; variable
325 BASE + MACCtrl0); in check_duplex()
338 BASE + MACCtrl0); in check_duplex()
412 outl(inl(BASE + ASICCtrl) | 0x0c, BASE + ASICCtrl); in sundance_reset()
416 outw(0, BASE + DownCounter); in sundance_reset()
441 (int) inw(BASE + TxStatus), (int) inl(BASE + MACCtrl0), in sundance_reset()
442 (int) inw(BASE + MACCtrl1), (int) inw(BASE + MACCtrl0))); in sundance_reset()
547 outw(0, BASE + TxStatus); in sundance_transmit()
597 BASE = pci->ioaddr; in sundance_probe()
736 outw(inw(BASE + MACCtrl0) | EnbFlowCtrl, BASE + MACCtrl0); in sundance_probe()
[all …]
H A Dforcedeth.c74 unsigned long BASE; variable
351 u8 *base = (u8 *) BASE; in reg_delay()
395 u8 *base = (u8 *) BASE; in mii_rw()
453 u8 *base = (u8 *) BASE; in start_rx()
469 u8 *base = (u8 *) BASE; in stop_rx()
483 u8 *base = (u8 *) BASE; in start_tx()
492 u8 *base = (u8 *) BASE; in stop_tx()
507 u8 *base = (u8 *) BASE; in txrx_reset()
603 u8 *base = (u8 *) BASE; in set_multicast()
954 if (!BASE) in forcedeth_probe()
[all …]
H A D3c595.h67 #define BASE (eth_nic_base) macro
296 #define VX_BUSY_WAIT while (inw(BASE + VX_STATUS) & S_COMMAND_IN_PROGRESS)
416 #define GO_WINDOW(x) outw(WINDOW_SELECT|(x),BASE+VX_COMMAND)
/illumos-gate/usr/src/contrib/zlib/
H A Dadler32.c34 if (a >= BASE) a -= BASE; \
52 if (a >= BASE) a -= BASE; \
55 # define MOD(a) a %= BASE
73 if (adler >= BASE) in adler32_z()
74 adler -= BASE; in adler32_z()
76 if (sum2 >= BASE) in adler32_z()
77 sum2 -= BASE; in adler32_z()
153 if (sum1 >= BASE) sum1 -= BASE; in adler32_combine_()
154 if (sum1 >= BASE) sum1 -= BASE; in adler32_combine_()
155 if (sum2 >= ((unsigned long)BASE << 1)) sum2 -= ((unsigned long)BASE << 1); in adler32_combine_()
[all …]
/illumos-gate/usr/src/test/util-tests/tests/libsff/
H A Dlibsff_compliance.out28 0 1000BASE-SX
29 1 1000BASE-LX
30 2 1000BASE-CX
31 3 1000BASE-T
33 5 100BASE-FX
34 6 BASE-BX10
35 7 BASE-PX
91 0 1000BASE-SX
92 1 1000BASE-LX
93 2 1000BASE-CX
[all …]
/illumos-gate/usr/src/lib/libdemangle/common/
H A Drust-v0puny.c34 #define BASE 36 macro
52 while (delta > ((BASE - TMIN) * TMAX) / 2) { in rustv0_puny_adapt()
53 delta /= (BASE - TMIN); in rustv0_puny_adapt()
54 k += BASE; in rustv0_puny_adapt()
57 return (k + (((BASE - TMIN + 1) * delta) / (delta + SKEW))); in rustv0_puny_adapt()
170 for (old_i = i, k = BASE, w = 1; ; k += BASE) { in rustv0_puny_decode()
178 if (digit >= BASE) in rustv0_puny_decode()
193 w = w * (BASE - t); in rustv0_puny_decode()
262 return (BASE); in char_val()
/illumos-gate/usr/src/cmd/lp/lib/oam/
H A Dgen-defs38 BASE=`line <${x}`
39 base=`echo ${BASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
47 BASE=`line`
48 base=`echo ${BASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
50 echo "${BASE}"
54 -e 's/^[ ]*\(E_.*\)$/\1:(_oam_msg_base_='${base}',(long)(:-'${BASE}'))/p' \
/illumos-gate/usr/src/common/ficl/test/
H A Dcore.fr838 24 CONSTANT MAX-BASE \ BASE 2 .. 36
844 BASE @ <TRUE>
845 MAX-BASE 1+ 2 DO \ FOR EACH POSSIBLE BASE
846 I BASE ! \ TBD: ASSUMES BASE WORKS
853 BASE @ >R 2 BASE !
864 BASE @ >R MAX-BASE BASE !
874 R> BASE ! ;
892 BASE @ >R BASE ! >NUMBER R> BASE ! ;
902 BASE @ >R BASE !
905 R> BASE ! ;
[all …]
/illumos-gate/usr/src/cmd/bc/
H A Dbc.y143 | BASE '=' e
145 | BASE EQOP e
286 | BASE INCR
288 | INCR BASE
290 | BASE DECR
292 | DECR BASE
349 | BASE '=' e
351 | BASE EQOP e %prec '='
359 | BASE
533 c = BASE; in yylex()
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c1136 if (a >= (BASE << 9)) a -= (BASE << 9); \
1137 if (a >= (BASE << 8)) a -= (BASE << 8); \
1138 if (a >= (BASE << 7)) a -= (BASE << 7); \
1139 if (a >= (BASE << 6)) a -= (BASE << 6); \
1140 if (a >= (BASE << 5)) a -= (BASE << 5); \
1141 if (a >= (BASE << 4)) a -= (BASE << 4); \
1142 if (a >= (BASE << 3)) a -= (BASE << 3); \
1143 if (a >= (BASE << 2)) a -= (BASE << 2); \
1144 if (a >= (BASE << 1)) a -= (BASE << 1); \
1145 if (a >= BASE) a -= BASE; \
[all …]
/illumos-gate/usr/src/lib/libnsl/key/
H A Dgen_dhkeys.c118 #define BASE (1 << BASEBITS) macro
123 MINT *base = mp_itom(BASE/2); /* BASE won't fit in a short */
137 r = seed[i] % ((unsigned short)BASE);
/illumos-gate/usr/src/lib/libmp/common/
H A Dmult.c83 #define BASE (1 << BASEBITS) in m_mult() macro
84 #define LOWBITS (BASE - 1) in m_mult()
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dnl_langinfo.c42 #define _REL(BASE) ((int)item-BASE) argument
/illumos-gate/usr/src/cmd/boot/scripts/
H A Droot_archive.ksh310 BASE="`pwd`"
320 MR="$BASE/$MR"
323 UNPACKED_ROOT="$BASE/$UNPACKED_ROOT"
/illumos-gate/usr/src/tools/cscope-fast/
H A Dcrossref.c44 while (n >= BASE) { \
47 n /= BASE; \
48 *--s = i - n * BASE + '!'; \
H A Dinvlib.h34 #define BASE 95 /* 127 - ' ' */ macro
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/dh_common/
H A Dgeneric_key.c45 #define BASE (1 << BASEBITS) macro
111 MINT *base = mp_itom(BASE); /* We shift by BASEBITS */ in __generic_gen_dhkeys()
/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb_lex.l44 ;{WS}*:{WS}*base{WS}* { return BASE; }
45 ^{WS}*:{WS}*base{WS}* { return BASE; }
H A Dfsdb_yacc.y80 %token BASE BLOCK CD DIRECTORY TFILE FIND FILL
172 base : BASE '=' expr
183 | BASE
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_bmap.c185 #define BASE(count) ((count) & ~lbmask) macro
230 end_req = BASE(off) + size; in ud_bmap_write()
460 BASE(iext->ib_offset)) { in ud_bmap_write()
462 ip, i, BASE(iext->ib_offset) - in ud_bmap_write()
796 end_req = BASE(off) + size; in ud_last_alloc_ext()
1246 #undef BASE
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dversion.msg27 @ MSG_VER_FLG_BASE "BASE"
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dkernel.c.texi171 BASE is equal to 'd', interpret that D is decimal, and if BASE is
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dpp.tab216 +BASE

12