Home
last modified time | relevance | path

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

/titanic_52/usr/src/cmd/backup/restore/
H A Drestore.h367 #define BIS(i, w) (MWORD((w), (i)) |= MBIT(i)) macro
/titanic_52/usr/src/cmd/backup/dump/
H A Ddump.h92 #define BIS(i, w) (MWORD(w, i) |= MBIT(i)) macro
/titanic_52/usr/src/uts/common/io/bge/
H A Dbge_mii.c37 #define BIS(w, b) (((w) & (b)) ? B_TRUE : B_FALSE) macro
[all...]
/titanic_52/usr/src/uts/common/io/rge/
H A Drge.h591 #define BIS(w, b) (((w) & (b)) ? B_TRUE : B_FALSE) macro
/titanic_52/usr/src/uts/common/io/nge/
H A Dnge.h85 #define BIS(w, b) (((w) & (b)) ? B_TRUE : B_FALSE) macro