Searched refs:BIC (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/common/io/nge/ |
H A D | nge_xmii.c | 217 if (BIC(control, MII_CONTROL_PWRDN)) 250 if (BIC(control, MII_CONTROL_RESET))
|
H A D | nge.h | 86 #define BIC(w, b) (((w) & (b)) ? B_FALSE : B_TRUE) macro
|
/illumos-gate/usr/src/cmd/backup/dump/ |
H A D | dumptraverse.c | 95 BIC(ino, clrmap); 129 BIC(ino, clrmap); 257 BIC(ino, dirmap); 289 BIC(ino, dirmap);
|
H A D | dump.h | 93 #define BIC(i, w) (MWORD(w, i) &= ~MBIT(i)) macro
|
/illumos-gate/usr/src/cmd/backup/restore/ |
H A D | restore.h | 368 #define BIC(i, w) (MWORD((w), (i)) &= ~MBIT(i)) macro
|
/illumos-gate/usr/src/uts/common/io/bge/ |
H A D | bge_mii.c | 38 #define BIC(w, b) (((w) & (b)) ? B_FALSE : B_TRUE) macro 256 if (BIC(control, MII_CONTROL_RESET)) 1636 else if (BIC(emac_status, ETHERNET_STATUS_CFG_CHANGED)) 1655 if (BIC(emac_status, ETHERNET_STATUS_LINK_CHANGED)) 1702 if (lpadv != 0 && BIC(lpadv, AUTONEG_CODE_FAULT_MASK)) {
|
/illumos-gate/usr/src/uts/common/io/rge/ |
H A D | rge.h | 592 #define BIC(w, b) (((w) & (b)) ? B_FALSE : B_TRUE) macro
|
H A D | rge_chip.c | 365 if (BIC(control, MII_CONTROL_RESET))
|
Completed in 81 milliseconds