Searched defs:BIS (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/backup/restore/
H A Drestore.h367 #define BIS(i, w) (MWORD((w), (i)) |= MBIT(i)) macro
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_mii.c37 #define BIS(w, b) (((w) & (b)) ? B_TRUE : B_FALSE) macro
1185 linkup = BIS(aux, MII_AUX_STATUS_LINKUP);
1186 linkup &= BIS(mii_status, MII_STATUS_LINKUP);
1191 linkup &= BIS(aux, MII_AUX_STATUS_LINKUP);
1192 linkup &= BIS(mii_status, MII_STATUS_LINKUP);
1237 if (BIS(aux, MII_AUX_STATUS_LP_ANEG_ABLE)) {
1240 bgep->param_link_tx_pause = BIS(aux, MII_AUX_STATUS_TX_PAUSE);
1241 bgep->param_link_rx_pause = BIS(aux, MII_AUX_STATUS_RX_PAUSE);
1244 bgep->param_lp_1000fdx = BIS(aux, MII_MSSTATUS_LP1000T_FD);
1245 bgep->param_lp_1000hdx = BIS(au
[all...]
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddump.h92 #define BIS(i, w) (MWORD(w, i) |= MBIT(i)) macro
/illumos-gate/usr/src/uts/common/io/rge/
H A Drge.h591 #define BIS(w, b) (((w) & (b)) ? B_TRUE : B_FALSE) macro
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge.h85 #define BIS(w, b) (((w) & (b)) ? B_TRUE : B_FALSE) macro

Completed in 176 milliseconds