Searched refs:SETBIT (Results 1 - 18 of 18) sorted by relevance

/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dtrie.h67 #define SETBIT(num, pos, val, len) (SETBIT_CMN(num, pos, val)) macro
69 #define SETBIT(num, pos, val, len) \ macro
H A Dtrie.c159 SETBIT(nodep->zero->val,
164 SETBIT(nodep->zero->mask,
186 SETBIT(nodep->one->val, (nodep->one->pos - i),
190 SETBIT(nodep->one->mask,
287 SETBIT(c_node->mask, (pos - 1), 1, key_len);
300 SETBIT(c_node->val, (pos - 1), 1, key_len);
301 SETBIT(c_node->mask, (pos - 1), 1, key_len);
530 SETBIT(c_node->mask, (pos - 1), 1,
556 SETBIT(c_node->mask, (pos - 1), 1,
560 SETBIT(c_nod
[all...]
/illumos-gate/usr/src/common/mc/mc-amd/
H A Dmcamd_rowcol_impl.h53 #define SETBIT(var, num) (var |= (1ULL << (num))) macro
H A Dmcamd_rowcol.c183 SETBIT(addr, abitno);
208 SETBIT(iaddr, ibitno);
236 SETBIT(addr, abitno);
268 SETBIT(iaddr, ibitno);
306 SETBIT(addr, abitno);
340 SETBIT(iaddr, rcbm->rcb_bankbit[abitno]);
/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Ddextern.h88 #define SETBIT(a, i) ((a)[(i)>>5] |= (1<<((i)&037))) macro
97 #define SETBIT(a, i) ((a)[(i)>>4] |= (1<<((i)&017))) macro
H A Dy1.c702 SETBIT(wsets[i].ws.lset, ch);
1075 SETBIT(clset.lset, ch);
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_modapi.c326 #define SETBIT(buf, j, c) { \ macro
341 SETBIT(buf, j, '.');
343 SETBIT(buf, j, on ? '1' : '0');
346 SETBIT(buf, j, '.');
360 SETBIT(buf, j, '.');
363 SETBIT(buf, j, 'x');
366 SETBIT(buf, j, '.');
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash.h153 #define SETBIT(A, N) ((A)[(N)/BITS_PER_MAP] |= (1<<((N)%BITS_PER_MAP))) macro
H A Dhash_page.c1051 SETBIT(ip, 0);
1183 SETBIT(freep, free_bit);
1202 SETBIT(freep, bit);
/illumos-gate/usr/src/uts/common/io/afe/
H A Dafe.c669 SETBIT(afep, CSR_PAR, PAR_RESET);
705 SETBIT(afep, CSR_NAR, NAR_RX_PROMISC);
717 SETBIT(afep, CSR_NAR, rxen);
723 SETBIT(afep, CSR_NAR, NAR_RX_MULTI);
886 SETBIT(afep, CSR_PAR, PAR_RESET);
926 SETBIT(afep, CSR_CR, CR_TXURAUTOR);
1140 SETBIT(afep, CSR_CR, CR_PAUSE);
1423 SETBIT(afep, CSR_NAR, NAR_TX_ENABLE | NAR_RX_ENABLE);
H A Dafeimpl.h301 #define SETBIT(afep, reg, val) PUTCSR(afep, reg, GETCSR(afep, reg) | (val)) macro
/illumos-gate/usr/src/uts/common/io/mxfe/
H A Dmxfeimpl.h340 #define SETBIT(mxfep, reg, val) \ macro
H A Dmxfe.c651 SETBIT(mxfep, CSR_PAR, PAR_RESET);
678 SETBIT(mxfep, CSR_NAR, NAR_RX_PROMISC);
748 SETBIT(mxfep, CSR_PAR, PAR_RESET);
1767 SETBIT(mxfep, CSR_NAR, NAR_TX_ENABLE | NAR_RX_ENABLE);
2343 SETBIT(mxfep, CSR_NAR, NAR_RX_PROMISC);
/illumos-gate/usr/src/uts/common/io/efe/
H A Defe.h323 #define SETBIT(efep, reg, bit) \ macro
H A Defe.c1059 SETBIT(efep, CSR_COMMAND,
1290 SETBIT(efep, CSR_GENCTL, GENCTL_INT);
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_swap.c122 #define SETBIT(map, i) (((map)[(i) >> MAPSHIFT] |= (1 << (i) % NBBW))) macro
304 SETBIT(sip->si_swapslots, slotnumber);
1241 SETBIT(nsip->si_swapslots, i);
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Ddca.h751 #define SETBIT(dca, reg, val) \ macro
/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddca.c793 SETBIT(dca, CSR_DMACTL,
796 SETBIT(dca, CSR_DMACTL,
1038 SETBIT(dca, CSR_DMACTL,
1041 SETBIT(dca, CSR_DMACTL,

Completed in 127 milliseconds