Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/vuidmice/
H A Dvuidps2.c102 #define PS2_FLAG_INIT_DONE 0x01 /* Mouse has been inited successfully */ macro
391 if (!(STATEP->inited & PS2_FLAG_INIT_DONE)) { in VUID_QUEUE()
393 STATEP->inited |= PS2_FLAG_INIT_DONE; in VUID_QUEUE()