Lines Matching refs:isMaster
76954 Also correct isMaster to FALSE while we're here.
128138 test: fix compile error introduced with the removal of isMaster.
128742 Input: rename DeviceIntRec->isMaster to ->type.
128744 isMaster is not enough as long as we differ between master pointers and
128757 This patch replaces isMaster with "type", one of SLAVE, MASTER_POINTER and
128758 MASTER_KEYBOARD. All checks for dev->isMaster are replaced with an
130169 need to check for pDev->isMaster.
141442 xfree86: cache dev->isMaster before freeing the device.
147782 pDev->isMaster inside xf86CursorSetCursor() because only MD enters there.
158078 set isMaster to FALSE explicitly.
158188 dix: check for isMaster before calling DeviceCursorCleanup.
158248 Set isMaster for VCP/VCK.
158263 include: add "isMaster" field to DeviceIntRec.