| /xsrc/external/mit/xterm/dist/package/debian/ |
| postinst | 19 --slave $MANDIR/$ALT.1.gz $ALT.1.gz \
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| screenint.h | 78 DetachOffloadGPU(ScreenPtr slave);
|
| inputstr.h | 555 #define SLAVE 3 573 int type; /* MASTER_POINTER, MASTER_KEYBOARD, SLAVE */ 598 DeviceIntPtr lastSlave; /* last slave device used */ 601 * for slave devices, valuators is in device coordinates, mapped to the 610 DeviceIntPtr slave; member in struct:_DeviceIntRec::__anon10243
|
| input.h | 462 DeviceIntPtr slave, int flags); 562 DeviceIntPtr slave, DeviceIntPtr master);
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| getevents.c | 229 DeviceIntPtr slave, 238 dce->deviceid = slave->id; 246 dce->sourceid = slave->id; 248 if (slave->button) 250 dce->buttons.num_buttons = slave->button->numButtons; 252 dce->buttons.names[i] = slave->button->labels[i]; 254 if (slave->valuator) 256 dce->num_valuators = slave->valuator->numAxes; 259 dce->valuators[i].min = slave->valuator->axes[i].min_value; 260 dce->valuators[i].max = slave->valuator->axes[i].max_value [all...] |
| inpututils.c | 183 DeviceIntPtr slave, CARD8 *modmap) 188 if (!slave->key || !master->key) 192 slave_xkb = slave->key->xkbInfo->desc; 213 if (check_modmap_change(client, slave, modmap) != Success)
|
| devices.c | 94 static void RecalculateMasterButtons(DeviceIntPtr slave); 194 /* Don't allow pairing for slave devices */ 499 * last.slave */ 503 if (other->last.slave == dev) 504 other->last.slave = NULL; 2372 * slave device with the highest number of buttons. 2375 RecalculateMasterButtons(DeviceIntPtr slave) 2380 if (!slave->button || IsMaster(slave)) 2383 master = GetMaster(slave, MASTER_POINTER) [all...] |
| /xsrc/external/mit/xorg-server/dist/dix/ |
| getevents.c | 255 DeviceIntPtr master, DeviceIntPtr slave, int flags) 263 dce->deviceid = slave->id; 270 dce->sourceid = slave->id; 272 if (slave->button) { 273 dce->buttons.num_buttons = slave->button->numButtons; 275 dce->buttons.names[i] = slave->button->labels[i]; 277 if (slave->valuator) { 278 dce->num_valuators = slave->valuator->numAxes; 280 dce->valuators[i].min = slave->valuator->axes[i].min_value; 281 dce->valuators[i].max = slave->valuator->axes[i].max_value [all...] |
| inpututils.c | 180 DeviceIntPtr slave, CARD8 *modmap) 185 if (!slave->key || !master->key) 189 slave_xkb = slave->key->xkbInfo->desc; 210 if (check_modmap_change(client, slave, modmap) != Success)
|
| devices.c | 92 static void RecalculateMasterButtons(DeviceIntPtr slave); 198 /* Don't allow pairing for slave devices */ 509 * last.slave */ 511 if (other->last.slave == dev) 512 other->last.slave = NULL; 549 /* Disable slave devices first, excluding XTest devices */ 2543 * slave device with the highest number of buttons. 2546 RecalculateMasterButtons(DeviceIntPtr slave) 2551 if (!slave->button || IsMaster(slave)) [all...] |
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| input.h | 443 DeviceIntPtr slave, 502 DeviceIntPtr slave,
|
| inputstr.h | 495 #define SLAVE 3 509 int type; /* MASTER_POINTER, MASTER_KEYBOARD, SLAVE */ 534 DeviceIntPtr lastSlave; /* last slave device used */ 538 * for slave devices, valuators is in device coordinates 547 DeviceIntPtr slave; member in struct:_DeviceIntRec::__anon10837
|
| /xsrc/external/mit/xorg-server.old/dist/Xi/ |
| exevents.c | 164 * Device is the slave device. If it is attached to a master device, we may 169 * - different slave device on same master 172 * XXX: They way how the code is we also send a map notify if the slave device 700 DeviceIntPtr slave; local 707 rc = dixLookupDevice(&slave, dce->sourceid, serverClient, DixReadAccess); 712 if (!slave->u.master) 715 if (slave->u.master->id != dce->masterid) 716 return; /* not our slave anymore, don't care */ 718 /* FIXME: we probably need to send a DCE for the new slave now */ 720 device->public.devicePrivate = slave->public.devicePrivate [all...] |
| /xsrc/external/mit/xorg-server/dist/Xi/ |
| exevents.c | 246 * Device is the slave device. If it is attached to a master device, we may 251 * - different slave device on same master 254 * XXX: They way how the code is we also send a map notify if the slave device 767 DeviceIntPtr slave; local 774 rc = dixLookupDevice(&slave, dce->sourceid, serverClient, DixReadAccess); 779 if (IsMaster(slave)) 782 if (IsFloating(slave)) 785 if (GetMaster(slave, MASTER_ATTACHED)->id != dce->masterid) 786 return; /* not our slave anymore, don't care */ 788 /* FIXME: we probably need to send a DCE for the new slave now * [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| intel_uxa.c | 1139 intel_uxa_share_pixmap_backing(PixmapPtr ppix, ScreenPtr slave, void **fd_handle)
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| intel_uxa.c | 1110 intel_uxa_share_pixmap_backing(PixmapPtr ppix, ScreenPtr slave, void **fd_handle)
|
| /xsrc/external/mit/xterm/dist/ |
| configure | 16628 char *slave; 16642 else if ((slave = ptsname(pty)) == 0) 16654 /* BSD posix_openpt does not treat pty as a terminal until slave is opened. 16657 else if ((tty = open(slave, O_RDWR)) < 0) 16743 char *slave; 16757 else if ((slave = ptsname(pty)) == 0) 16769 /* BSD posix_openpt does not treat pty as a terminal until slave is opened. 16772 else if ((tty = open(slave, O_RDWR)) < 0) 16900 char *slave; 16914 else if ((slave = ptsname(pty)) == 0 [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| sna_accel.c | 1111 sna_share_pixmap_backing(PixmapPtr pixmap, ScreenPtr slave, void **fd_handle) 17692 DBG(("%s: pushing damage ((%d, %d), (%d, %d))x%d to slave pixmap=%d, ((%d, %d), (%d, %d))\n", __FUNCTION__, 17713 DBG(("%s: slave: ((%d, %d), (%d, %d))x%d\n", __FUNCTION__, 17778 /* Before signalling the slave via ProcessPending, 17780 * slave may be using the Damage callback to perform 17782 * - we need to treat it as uncached for the PCI slave
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| sna_accel.c | 1086 sna_share_pixmap_backing(PixmapPtr pixmap, ScreenPtr slave, void **fd_handle) 17393 DBG(("%s: pushing damage ((%d, %d), (%d, %d))x%d to slave pixmap=%d, ((%d, %d), (%d, %d))\n", __FUNCTION__, 17414 DBG(("%s: slave: ((%d, %d), (%d, %d))x%d\n", __FUNCTION__,
|