HomeSort by relevance Sort by last modified time
    Searched refs:BIS (Results 1 - 8 of 8) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/io/bge/
bge_mii.c 32 #define BIS(w, b) (((w) & (b)) ? B_TRUE : B_FALSE)
918 linkup = BIS(aux, MII_AUX_STATUS_LINKUP);
919 linkup &= BIS(mii_status, MII_STATUS_LINKUP);
924 linkup &= BIS(aux, MII_AUX_STATUS_LINKUP);
925 linkup &= BIS(mii_status, MII_STATUS_LINKUP);
965 if (BIS(aux, MII_AUX_STATUS_LP_ANEG_ABLE)) {
968 bgep->param_link_tx_pause = BIS(aux, MII_AUX_STATUS_TX_PAUSE);
969 bgep->param_link_rx_pause = BIS(aux, MII_AUX_STATUS_RX_PAUSE);
972 bgep->param_lp_1000fdx = BIS(aux, MII_MSSTATUS_LP1000T_FD);
973 bgep->param_lp_1000hdx = BIS(aux, MII_MSSTATUS_LP1000T)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/backup/dump/
dumptraverse.c 99 BIS(ino, clrmap);
102 BIS(ino, dirmap);
108 BIS(ino, nodmap);
111 BIS(UFSROOTINO, nodmap);
133 BIS(ino, clrmap);
136 BIS(ino, dirmap);
140 BIS(ino, nodmap);
143 BIS(UFSROOTINO, nodmap);
193 BIS(shadow, shamap);
278 BIS(ino, nodmap)
    [all...]
dump.h 92 #define BIS(i, w) (MWORD(w, i) |= MBIT(i))
dumptape.c 790 BIS(slp->sl_req->ir_inumber, activemap);
864 BIS(slp->sl_req->ir_inumber, activemap);
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/nge/
nge_xmii.c 580 linkup &= BIS(mii_status, MII_STATUS_LINKUP);
581 linkup &= BIS(mii_cs.cs_val, MII_STATUS_LINKUP);
nge.h 85 #define BIS(w, b) (((w) & (b)) ? B_TRUE : B_FALSE)
  /onnv/onnv-gate/usr/src/cmd/backup/restore/
restore.h 367 #define BIS(i, w) (MWORD((w), (i)) |= MBIT(i))
  /onnv/onnv-gate/usr/src/uts/common/io/rge/
rge.h 573 #define BIS(w, b) (((w) & (b)) ? B_TRUE : B_FALSE)

Completed in 2760 milliseconds