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

/illumos-gate/usr/src/uts/common/io/vuidmice/
H A Dvuidm5p.c40 #define LOGI_START_CODE (uchar_t)(0x80) /* Start code in char */ 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 44 milliseconds