Searched refs:slave (Results 1 - 20 of 20) sorted by relevance

/xsrc/external/mit/xterm/dist/package/debian/
H A Dpostinst19 --slave $MANDIR/$ALT.1.gz $ALT.1.gz \
/xsrc/external/mit/xorg-server/dist/include/
H A Dscreenint.h78 DetachOffloadGPU(ScreenPtr slave);
H A Dinputstr.h598 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::__anon6930895e0308
H A Dinput.h462 DeviceIntPtr slave, int flags);
562 DeviceIntPtr slave, DeviceIntPtr master);
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dgetevents.c229 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
227 CreateClassesChangedEvent(EventList * event,DeviceIntPtr master,DeviceIntPtr slave,int type) argument
[all...]
H A Dinpututils.c183 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)
182 check_modmap_change_slave(ClientPtr client,DeviceIntPtr master,DeviceIntPtr slave,CARD8 * modmap) argument
H A Ddevices.c94 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) argument
2380 if (!slave->button || IsMaster(slave))
2383 master = GetMaster(slave, MASTER_POINTE
[all...]
/xsrc/external/mit/xorg-server/dist/dix/
H A Dgetevents.c255 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
254 CreateClassesChangedEvent(InternalEvent * event,DeviceIntPtr master,DeviceIntPtr slave,int flags) argument
[all...]
H A Dinpututils.c180 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)
179 check_modmap_change_slave(ClientPtr client,DeviceIntPtr master,DeviceIntPtr slave,CARD8 * modmap) argument
H A Ddevices.c92 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) argument
2551 if (!slave->button || IsMaster(slave))
[all...]
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dinput.h443 DeviceIntPtr slave,
502 DeviceIntPtr slave,
H A Dinputstr.h534 DeviceIntPtr lastSlave; /* last slave device used */
538 * for slave devices, valuators is in device coordinates
547 DeviceIntPtr slave; member in struct:_DeviceIntRec::__anon966b2d4b0508
/xsrc/external/mit/xorg-server.old/dist/Xi/
H A Dexevents.c164 * 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 in function:ChangeMasterDeviceClasses
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
[all...]
/xsrc/external/mit/xorg-server/dist/Xi/
H A Dexevents.c246 * 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 in function:ChangeMasterDeviceClasses
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 no
[all...]
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Dintel_uxa.c1139 intel_uxa_share_pixmap_backing(PixmapPtr ppix, ScreenPtr slave, void **fd_handle) argument
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Dintel_uxa.c1110 intel_uxa_share_pixmap_backing(PixmapPtr ppix, ScreenPtr slave, void **fd_handle) argument
/xsrc/external/mit/xterm/dist/
H A Dconfigure16628 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
[all...]
H A Daclocal.m45643 char *slave;
5657 else if ((slave = ptsname(pty)) == 0)
5669 /* BSD posix_openpt does not treat pty as a terminal until slave is opened.
5672 else if ((tty = open(slave, O_RDWR)) < 0)
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_accel.c1111 sna_share_pixmap_backing(PixmapPtr pixmap, ScreenPtr slave, void **fd_handle) argument
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/
H A Dsna_accel.c1086 sna_share_pixmap_backing(PixmapPtr pixmap, ScreenPtr slave, void **fd_handle) argument
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__,

Completed in 82 milliseconds