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

  /onnv/onnv-gate/usr/src/uts/common/io/bge/
bge_mii.c 33 #define BIC(w, b) (((w) & (b)) ? B_FALSE : B_TRUE)
231 if (BIC(control, MII_CONTROL_RESET))
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/nge/
nge_xmii.c 217 if (BIC(control, MII_CONTROL_PWRDN))
250 if (BIC(control, MII_CONTROL_RESET))
nge.h 86 #define BIC(w, b) (((w) & (b)) ? B_FALSE : B_TRUE)
  /onnv/onnv-gate/usr/src/cmd/backup/dump/
dumptraverse.c 95 BIC(ino, clrmap);
129 BIC(ino, clrmap);
257 BIC(ino, dirmap);
289 BIC(ino, dirmap);
dump.h 93 #define BIC(i, w) (MWORD(w, i) &= ~MBIT(i))
  /onnv/onnv-gate/usr/src/cmd/backup/restore/
restore.h 368 #define BIC(i, w) (MWORD((w), (i)) &= ~MBIT(i))
  /onnv/onnv-gate/usr/src/uts/common/io/rge/
rge.h 574 #define BIC(w, b) (((w) & (b)) ? B_FALSE : B_TRUE)
rge_chip.c 364 if (BIC(control, MII_CONTROL_RESET))
    [all...]

Completed in 180 milliseconds