Searched defs:LOGI_NOT_BMASK (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/vuidmice/
H A Dvuidm5p.c39 #define LOGI_NOT_BMASK (uchar_t)(~LOGI_BMASK) /* Rest of the bits */ macro
101 if ((code & LOGI_NOT_BMASK) != LOGI_START_CODE)
116 if ((code & LOGI_NOT_BMASK) == LOGI_START_CODE) {
131 if ((code & LOGI_NOT_BMASK) == LOGI_START_CODE) {
146 if ((code & LOGI_NOT_BMASK) == LOGI_START_CODE) {
161 if ((code & LOGI_NOT_BMASK) == LOGI_START_CODE) {

Completed in 60 milliseconds