| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | TextSrc.c | 344 XawTextEntity *entity, *enext; local in function:XawTextSrcDestroy 348 entity = src->textSrc.anchors[i]->entities; 349 while (entity) { 350 enext = entity->next; 351 XtFree((XtPointer)entity); 352 entity = enext; 996 XawTextEntity *eprev, *entity, *enext; local in function:XawTextSourceReplace 1004 eprev = entity = anchor->cache; 1006 eprev = entity = anchor->entities; 1007 while (entity) { 1617 XawTextEntity *pentity, *entity; local in function:XawTextSourceAddAnchor 1714 XawTextEntity *pentity, *entity; local in function:XawTextSourceAnchorAndEntity 1813 XawTextEntity *entity, *eprev; local in function:XawTextSourceAddEntity 1910 XawTextEntity *entity, *eprev, *enext; local in function:XawTextSourceClearEntities [all...] |
| H A D | AsciiSink.c | 342 XawTextEntity *entity; local in function:CalculateBearing 349 &anchor, &entity) && 351 entity->property)) != NULL && 443 XawTextEntity *entity; local in function:AsciiPreparePaint 462 &anchor, &entity)) { 464 entity->property)) != NULL && 470 pos = anchor->position + entity->offset + entity->length; 479 while (entity && pos < right) { 481 if ((pos = anchor->position + entity 1150 XawTextEntity *entity; local in function:GetCursorBounds 1196 XawTextEntity *entity; local in function:FindCursorY 1265 XawTextEntity *entity; local in function:InsertCursor 1375 XawTextEntity *entity; local in function:FindDistance 1486 XawTextEntity *entity; local in function:FindPosition [all...] |
| H A D | AsciiSrc.c | 364 XawTextEntity *entity; local in function:ReadText 369 while ((state = XawTextSourceAnchorAndEntity(w, pos, &anchor, &entity)) && 370 (entity->flags & XAW_TENTF_HIDE)) 371 pos = anchor->position + entity->offset + entity->length; 373 !(entity->flags & XAW_TENTF_REPLACE)) { 374 while (entity) { 375 offset = anchor->position + entity->offset; 379 (entity->flags & (XAW_TENTF_HIDE | XAW_TENTF_REPLACE))) { 383 if ((entity 484 XawTextEntity *entity; local in function:ReplaceText [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86platformBus.c | 356 const EntityPtr entity = xf86Entities[entityIndex]; local in function:xf86MergeOutputClassOptions 362 switch (entity->bus.type) { 364 dev = entity->bus.id.plat; 370 entity->bus.id.pci)) { 379 entity->bus.type); 450 int entity; local in function:doPlatformProbe 455 entity = xf86ClaimPlatformSlot(dev, drvp, 0, 458 if ((entity == -1) && gdev && (gdev->screen > 0)) { 467 entity = nent; 473 if (entity ! 698 EntityPtr entity; local in function:xf86platformRemoveDevice [all...] |
| /xsrc/external/mit/xf86-video-cirrus/dist/src/ |
| H A D | alp.h | 6 extern ScrnInfoPtr AlpProbe(int entity);
|
| H A D | lg.h | 17 extern ScrnInfoPtr LgProbe(int entity);
|
| H A D | alp_driver.c | 195 AlpProbe(int entity) argument 199 if ((pScrn = xf86ConfigPciEntity(pScrn, 0, entity, CIRPciChipsets, 500 /* Get the entity, and make sure it is PCI. */
|
| H A D | lg_driver.c | 254 LgProbe(int entity) argument 257 if ((pScrn = xf86ConfigPciEntity(pScrn, 0, entity, 444 * Get the entity, and make sure it is PCI.
|
| /xsrc/external/mit/xf86-video-vmware/dist/src/ |
| H A D | vmware_bootstrap.c | 422 VMwarePlatformProbe(DriverPtr drv, int entity, int flags, argument 438 if (xf86IsEntitySharable(entity)) 439 xf86SetEntityShared(entity); 441 xf86AddEntityToScreen(pScrn, entity);
|
| /xsrc/external/mit/xedit/dist/lisp/ |
| H A D | xedit.c | 129 {LispFunction, Xedit_AddEntity, "add-entity offset length identifier"}, 573 XawTextEntity *entity; local in function:XeditInteractiveCallback 610 if (XawTextSourceAnchorAndEntity(w, position, &anchor, &entity)) 619 if (XawTextSourceAnchorAndEntity(w, right, &anchor, &entity)) 636 entity = anchor->entities; \ 637 /* Find first entity in the region to parse */ \ 638 while (entity && \ 639 anchor->position + entity->offset + entity->length <= \ 641 entity [all...] |
| /xsrc/external/mit/xf86-video-qxl/dist/src/ |
| H A D | qxl_driver.c | 1069 qxl->entity = xf86GetEntityInfo (pScrn->entityList[0]); 1074 qxl->pci = xf86GetPciInfoForEntity (qxl->entity->index); 1382 qxl_pci_probe (DriverPtr drv, int entity, struct pci_device *dev, intptr_t match) argument 1385 ScrnInfoPtr pScrn = xf86ConfigPciEntity (NULL, 0, entity, NULL, NULL, 1414 qxl_platform_probe(DriverPtr driver, int entity, int flags, argument 1431 if (xf86IsEntitySharable(entity)) 1432 xf86SetEntityShared(entity); 1434 xf86AddEntityToScreen(pScrn, entity);
|
| H A D | qxl.h | 269 EntityInfoPtr entity; member in struct:_qxl_screen_t
|
| H A D | qxl_kms.c | 161 qxl->entity = xf86GetEntityInfo (pScrn->entityList[0]); 166 qxl->pci = xf86GetPciInfoForEntity (qxl->entity->index);
|
| /xsrc/external/mit/xf86-video-ngle/dist/src/ |
| H A D | ngle_driver.c | 251 int i, fd, entity, wstype; local in function:NGLEProbe 301 entity = xf86ClaimFbSlot(drv, 0, devSections[i], TRUE); 302 pScrn = xf86ConfigFbEntity(NULL, 0, entity,
|
| /xsrc/external/mit/xf86-video-igs/dist/src/ |
| H A D | igs_driver.c | 353 int i, chipset, entity; local in function:IgsProbe 382 entity = xf86ClaimFbSlot(drv, 0, devSections[i], TRUE); 383 pScrn = xf86ConfigFbEntity(NULL, 0, entity, NULL, NULL,
|
| /xsrc/external/mit/xf86-video-crime/dist/src/ |
| H A D | crime_driver.c | 308 int i, fd, entity, wstype; local in function:CrimeProbe 354 entity = xf86ClaimFbSlot(drv, 0, devSections[i], TRUE); 355 pScrn = xf86ConfigFbEntity(NULL, 0, entity,
|
| /xsrc/external/mit/xf86-video-newport/dist/src/ |
| H A D | newport_driver.c | 255 int entity; local in function:NewportProbe 258 entity = xf86ClaimNoSlot(drv, 0, dev, TRUE); 266 xf86AddEntityToScreen(pScrn, entity);
|
| /xsrc/external/mit/xf86-video-nv/dist/src/ |
| H A D | nv_driver.c | 47 static Bool NVPciProbe(DriverPtr, int entity, struct pci_device*, intptr_t data); 907 NVPciProbe(DriverPtr drv, int entity, struct pci_device *dev, intptr_t data) argument 956 return G80GetScrnInfoRec(NULL, entity); 958 return RivaGetScrnInfoRec(NULL, entity); 960 return NVGetScrnInfoRec(NULL, entity); 1396 /* Get the entity, and make sure it is PCI. */
|
| /xsrc/external/mit/xf86-video-wsfb/dist/src/ |
| H A D | wsfb_driver.c | 325 int i, fd, entity; local in function:WsfbProbe 346 entity = xf86ClaimFbSlot(drv, 0, devSections[i], TRUE); 347 pScrn = xf86ConfigFbEntity(NULL,0,entity,
|
| /xsrc/external/mit/xf86-video-openchrome/dist/src/ |
| H A D | via_driver.c | 456 EntityInfoPtr entity; local in function:via_pci_probe 467 entity = xf86GetEntityInfo(entity_num); 562 /* CLE266 supports dual-head; mark the entity as sharable. */
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | i810_driver.c | 448 EntityInfoPtr entity; local in function:intel_pci_probe 460 entity = xf86GetEntityInfo (entity_num);
|
| /xsrc/external/mit/xf86-video-glint/dist/src/ |
| H A D | glint_driver.c | 539 int entity; local in function:GLINTProbe 540 entity = xf86ClaimPciSlot(bus,device,func,drv, 543 pScrn = xf86ConfigPciEntity(pScrn,0,entity, 680 /* Allocate an entity private if necessary */ 694 * Set the entity instance for this instance of the driver. 877 /* Allocate an entity private if necessary */
|
| /xsrc/external/mit/xf86-video-chips/dist/src/ |
| H A D | ct_driver.c | 822 * For cards that can do dual head per entity, mark the entity 830 /* Allocate an entity private if necessary */ 842 * Set the entity instance for this instance of the driver. For 864 int i, chipset, entity; local in function:CHIPSProbe 893 entity = xf86ClaimFbSlot(drv, 0, devSections[i], TRUE); 894 pScrn = xf86ConfigFbEntity(NULL, 0, entity, NULL, NULL, 1127 /* Make sure entity is PCI for now, though this might not be needed. */ 1131 /* Allocate an entity private if necessary */
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/doc/ |
| H A D | doxygen.conf.in | 737 # then it will generate one additional man file for each entity
|