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

/vbox/src/VBox/Additions/solaris/Mouse/
H A Dvboxms.c1082 int iCmd = pIOCBlk->ioc_cmd, iCmdType = iCmd & (0xff << 8); local
1086 LogRelFlowFunc((DEVICE_NAME "::pIOCBlk=%p, iCmdType=%c, iCmd=0x%x\n",
1087 pIOCBlk, (char) (iCmdType >> 8), (unsigned)iCmd));
1088 switch (iCmdType)

Completed in 421 milliseconds