Home
last modified time | relevance | path

Searched defs:BIC (Results 1 – 5 of 5) sorted by relevance

/titanic_52/usr/src/cmd/backup/restore/
H A Drestore.h368 #define BIC(i, w) (MWORD((w), (i)) &= ~MBIT(i)) macro
/titanic_52/usr/src/cmd/backup/dump/
H A Ddump.h93 #define BIC(i, w) (MWORD(w, i) &= ~MBIT(i)) macro
/titanic_52/usr/src/uts/common/io/bge/
H A Dbge_mii.c38 #define BIC(w, b) (((w) & (b)) ? B_FALSE : B_TRUE) macro
/titanic_52/usr/src/uts/common/io/rge/
H A Drge.h592 #define BIC(w, b) (((w) & (b)) ? B_FALSE : B_TRUE) macro
/titanic_52/usr/src/uts/common/io/nge/
H A Dnge.h86 #define BIC(w, b) (((w) & (b)) ? B_FALSE : B_TRUE) macro