Home
last modified time | relevance | path

Searched refs:LOGI_BMASK (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/vuidmice/
H A Dvuidm5p.c38 #define LOGI_BMASK (uchar_t)7 /* Button mask in packet */ macro
39 #define LOGI_NOT_BMASK (uchar_t)(~LOGI_BMASK) /* Rest of the bits */
106 STATEP->buttons = (~code) & LOGI_BMASK; in vuidm5p()