Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/ipp/ipgpc/
H A Dtrie.c159 SETBIT(nodep->zero->val, in t_split()
164 SETBIT(nodep->zero->mask, in t_split()
186 SETBIT(nodep->one->val, (nodep->one->pos - i), in t_split()
190 SETBIT(nodep->one->mask, in t_split()
287 SETBIT(c_node->mask, (pos - 1), 1, key_len); in t_insert()
300 SETBIT(c_node->val, (pos - 1), 1, key_len); in t_insert()
301 SETBIT(c_node->mask, (pos - 1), 1, key_len); in t_insert()
530 SETBIT(c_node->mask, (pos - 1), 1, in t_traverse_delete()
556 SETBIT(c_node->mask, (pos - 1), 1, in t_traverse_delete()
560 SETBIT(c_node->val, (pos - 1), 1, in t_traverse_delete()
H A Dtrie.h67 #define SETBIT(num, pos, val, len) (SETBIT_CMN(num, pos, val)) macro
69 #define SETBIT(num, pos, val, len) \
/titanic_44/usr/src/common/mc/mc-amd/
H A Dmcamd_rowcol.c183 SETBIT(addr, abitno); in iaddr_to_row()
208 SETBIT(iaddr, ibitno); in row_to_iaddr()
236 SETBIT(addr, abitno); in iaddr_to_col()
268 SETBIT(iaddr, ibitno); in col_to_iaddr()
306 SETBIT(addr, abitno); in iaddr_to_bank()
340 SETBIT(iaddr, rcbm->rcb_bankbit[abitno]); in bank_to_iaddr()
H A Dmcamd_rowcol_impl.h53 #define SETBIT(var, num) (var |= (1ULL << (num))) macro
/titanic_44/usr/src/cmd/mdb/common/mdb/
H A Dmdb_modapi.c325 #define SETBIT(buf, j, c) { \ macro
340 SETBIT(buf, j, '.'); in mdb_one_bit()
342 SETBIT(buf, j, on ? '1' : '0'); in mdb_one_bit()
345 SETBIT(buf, j, '.'); in mdb_one_bit()
359 SETBIT(buf, j, '.'); in mdb_inval_bits()
362 SETBIT(buf, j, 'x'); in mdb_inval_bits()
365 SETBIT(buf, j, '.'); in mdb_inval_bits()
/titanic_44/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)))
H A Dy1.c702 SETBIT(wsets[i].ws.lset, ch); in cpfir()
1075 SETBIT(clset.lset, ch); in closure()
/titanic_44/usr/src/uts/common/io/afe/
H A Dafe.c669 SETBIT(afep, CSR_PAR, PAR_RESET); in afe_quiesce()
705 SETBIT(afep, CSR_NAR, NAR_RX_PROMISC); in afe_setrxfilt()
717 SETBIT(afep, CSR_NAR, rxen); in afe_setrxfilt()
723 SETBIT(afep, CSR_NAR, NAR_RX_MULTI); in afe_setrxfilt()
886 SETBIT(afep, CSR_PAR, PAR_RESET); in afe_initialize()
926 SETBIT(afep, CSR_CR, CR_TXURAUTOR); in afe_initialize()
1140 SETBIT(afep, CSR_CR, CR_PAUSE); in afe_mii_notify()
1423 SETBIT(afep, CSR_NAR, NAR_TX_ENABLE | NAR_RX_ENABLE); in afe_startmac()
H A Dafeimpl.h301 #define SETBIT(afep, reg, val) PUTCSR(afep, reg, GETCSR(afep, reg) | (val)) macro
/titanic_44/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);
/titanic_44/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); in mxfe_quiesce()
678 SETBIT(mxfep, CSR_NAR, NAR_RX_PROMISC); in mxfe_m_promisc()
748 SETBIT(mxfep, CSR_PAR, PAR_RESET); in mxfe_initialize()
1767 SETBIT(mxfep, CSR_NAR, NAR_TX_ENABLE | NAR_RX_ENABLE); in mxfe_startmac()
2343 SETBIT(mxfep, CSR_NAR, NAR_RX_PROMISC); in mxfe_send_setup()
/titanic_44/usr/src/uts/common/io/efe/
H A Defe.h323 #define SETBIT(efep, reg, bit) \ macro
H A Defe.c1059 SETBIT(efep, CSR_COMMAND, in efe_start()
1290 SETBIT(efep, CSR_GENCTL, GENCTL_INT); in efe_intr_enable()
/titanic_44/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); in swap_getoff()
1241 SETBIT(nsip->si_swapslots, i); in swapadd()
/titanic_44/usr/src/uts/common/sys/crypto/
H A Ddca.h751 #define SETBIT(dca, reg, val) \ macro
/titanic_44/usr/src/uts/common/crypto/io/
H A Ddca.c798 SETBIT(dca, CSR_DMACTL, in dca_attach()
801 SETBIT(dca, CSR_DMACTL, in dca_attach()
1043 SETBIT(dca, CSR_DMACTL, in dca_resume()
1046 SETBIT(dca, CSR_DMACTL, in dca_resume()